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, setBpublic static Notification DEFAULT
public static Notification NULL
public void debug(java.lang.Throwable t,
java.lang.Object... arguments)
debug in interface Notificationpublic void debug(java.lang.String message,
java.lang.Object... arguments)
debug in interface Notificationpublic void debug(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments)
debug in interface Notificationpublic void info(java.lang.Throwable t,
java.lang.Object... arguments)
info in interface Notificationpublic void info(java.lang.String message,
java.lang.Object... arguments)
info in interface Notificationpublic void info(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments)
info in interface Notificationpublic void warning(java.lang.Throwable t,
java.lang.Object... arguments)
warning in interface Notificationpublic void warning(java.lang.String message,
java.lang.Object... arguments)
warning in interface Notificationpublic void warning(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments)
warning in interface Notificationpublic void severe(java.lang.Throwable t,
java.lang.Object... arguments)
severe in interface Notificationpublic void severe(java.lang.String message,
java.lang.Object... arguments)
severe in interface Notificationpublic void severe(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments)
severe in interface Notificationpublic void fatal(java.lang.Throwable t,
java.lang.Object... arguments)
fatal in interface Notificationpublic void fatal(java.lang.String message,
java.lang.Object... arguments)
fatal in interface Notificationpublic void fatal(java.lang.String message,
java.lang.Throwable t,
java.lang.Object... arguments)
fatal in interface Notificationpublic 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)