public class NotificationMulticaster extends AbstractMulticaster<Notification> implements Notification
Modifier and Type | Field and Description |
---|---|
static Notification |
DEFAULT |
static Notification |
NULL |
a, b
Constructor and Description |
---|
NotificationMulticaster() |
Modifier and Type | Method and Description |
---|---|
static Notification |
add(Notification a,
Notification b) |
void |
debug(java.lang.String message,
java.lang.Object... arguments) |
void |
debug(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments) |
void |
debug(java.lang.Throwable t,
java.lang.Object... arguments) |
static Notification |
empty() |
void |
fatal(java.lang.String message,
java.lang.Object... arguments) |
void |
fatal(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments) |
void |
fatal(java.lang.Throwable t,
java.lang.Object... arguments) |
void |
info(java.lang.String message,
java.lang.Object... arguments) |
void |
info(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments) |
void |
info(java.lang.Throwable t,
java.lang.Object... arguments) |
static Notification |
logging() |
static Notification |
logging(java.lang.Class<?> clazz) |
static Notification |
remove(Notification a,
Notification b) |
void |
severe(java.lang.String message,
java.lang.Object... arguments) |
void |
severe(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments) |
void |
severe(java.lang.Throwable t,
java.lang.Object... arguments) |
void |
warning(java.lang.String message,
java.lang.Object... arguments) |
void |
warning(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments) |
void |
warning(java.lang.Throwable t,
java.lang.Object... arguments) |
add, add, getA, getB, remove, removeInternal, setA, setB
public static Notification DEFAULT
public static Notification NULL
public void debug(java.lang.Throwable t, java.lang.Object... arguments)
debug
in interface Notification
public void debug(java.lang.String message, java.lang.Object... arguments)
debug
in interface Notification
public void debug(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
debug
in interface Notification
public void info(java.lang.Throwable t, java.lang.Object... arguments)
info
in interface Notification
public void info(java.lang.String message, java.lang.Object... arguments)
info
in interface Notification
public void info(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
info
in interface Notification
public void warning(java.lang.Throwable t, java.lang.Object... arguments)
warning
in interface Notification
public void warning(java.lang.String message, java.lang.Object... arguments)
warning
in interface Notification
public void warning(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
warning
in interface Notification
public void severe(java.lang.Throwable t, java.lang.Object... arguments)
severe
in interface Notification
public void severe(java.lang.String message, java.lang.Object... arguments)
severe
in interface Notification
public void severe(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
severe
in interface Notification
public void fatal(java.lang.Throwable t, java.lang.Object... arguments)
fatal
in interface Notification
public void fatal(java.lang.String message, java.lang.Object... arguments)
fatal
in interface Notification
public void fatal(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
fatal
in interface Notification
public static Notification logging(java.lang.Class<?> clazz)
public static Notification logging()
public static Notification empty()
public static Notification add(Notification a, Notification b)
public static Notification remove(Notification a, Notification b)