|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationService
| Field Summary | |
|---|---|
static java.lang.String |
ERROR_EXTERNAL_KEY
Define the error external key (String) constant. |
static java.lang.String |
EXCEPTION_DATA_KEY
Define the exception data key (String) constant. |
static java.lang.String |
EXECUTE_EXTERNAL_KEY
Define the execute (String) constant. |
static java.lang.String |
FACTORY_SERVICE_NAME
Define the factory service name (String) constant. |
static java.lang.String |
GET_EXTERNAL_KEY
Define the get (String) constant. |
static java.lang.String |
MESSAGE_DATA_KEY
Define the message data key (String) constant. |
static java.lang.String |
READ_EXTERNAL_KEY
Define the read (String) constant. |
static java.lang.String |
SERVICE_NAME
Define the service name (String) constant. |
static java.lang.String |
SET_EXTERNAL_KEY
Define the set external key (String) constant. |
static java.lang.String |
TIMESTAMP_DATA_KEY
Define the timestamp data key (String) constant. |
static char |
TOPIC_DELIMITER
Define the topic delimiter (char) constant. |
static java.lang.String |
TOPIC_DELIMITER_STRING
Define the topic delimiter string (String) constant. |
static char |
TOPIC_WILDCARD
Define the topic wildcard (char) constant. |
static java.lang.String |
TOPIC_WILDCARD_STRING
Define the topic wildcard string (String) constant. |
static java.lang.String |
TRIGGER_EXTERNAL_KEY
Define the trigger (String) constant. |
static java.lang.String |
VALUE_DATA_KEY
Define the value data key (String) constant. |
static java.lang.String |
VALUE_OLD_DATA_KEY
Define the value old data key (String) constant. |
static java.lang.String |
WRITE_EXTERNAL_KEY
Define the write (String) constant. |
| Method Summary | |
|---|---|
void |
broadcast(java.lang.String externalKey,
java.util.Dictionary data)
Notify with the specified externalKey and data parameters. |
void |
register(java.lang.String[] externalKeys,
NotificationListener listener)
Register with the specified externalKeys and listener parameters. |
void |
register(java.lang.String externalKey,
NotificationListener listener)
Register with the specified externalKey and listener parameters. |
void |
unregister(NotificationListener listener)
Unregister with the specified listener parameter. |
| Field Detail |
|---|
static final java.lang.String SERVICE_NAME
static final java.lang.String FACTORY_SERVICE_NAME
static final java.lang.String GET_EXTERNAL_KEY
static final java.lang.String READ_EXTERNAL_KEY
static final java.lang.String WRITE_EXTERNAL_KEY
static final java.lang.String SET_EXTERNAL_KEY
static final java.lang.String EXECUTE_EXTERNAL_KEY
static final java.lang.String ERROR_EXTERNAL_KEY
static final java.lang.String TRIGGER_EXTERNAL_KEY
static final char TOPIC_DELIMITER
static final java.lang.String TOPIC_DELIMITER_STRING
static final char TOPIC_WILDCARD
static final java.lang.String TOPIC_WILDCARD_STRING
static final java.lang.String TIMESTAMP_DATA_KEY
static final java.lang.String EXCEPTION_DATA_KEY
static final java.lang.String MESSAGE_DATA_KEY
static final java.lang.String VALUE_DATA_KEY
static final java.lang.String VALUE_OLD_DATA_KEY
| Method Detail |
|---|
void broadcast(java.lang.String externalKey,
java.util.Dictionary data)
String) parameter.
The data (Object) parameter.
externalKey - The external key (String) parameter.data - The data (Dictionary) parameter.
void register(java.lang.String externalKey,
NotificationListener listener)
String) parameter.
The listener (NotificationListener)
parameter.
externalKey - The external key (String) parameter.listener - The listener (NotificationListener) parameter.register(String[],NotificationListener)
void register(java.lang.String[] externalKeys,
NotificationListener listener)
String[]) parameter.
The listener (NotificationListener)
parameter.
externalKeys - The external keys (String[]) parameter.listener - The listener (NotificationListener) parameter.register(String,NotificationListener)void unregister(NotificationListener listener)
NotificationListener)
parameter.
listener - The listener (NotificationListener) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||