|
2008-07-29 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationExtensionService
| Field Summary | |
|---|---|
static int |
OK
Define the OK (int) constant. |
static int |
SKIP
Define the skip (int) constant. |
| Method Summary | |
|---|---|
int |
receiving(java.lang.String topic,
java.util.Dictionary data)
Receiving with the specified topic and data parameters and return the boolean result. |
int |
sending(java.lang.String topic,
java.util.Dictionary data)
Sending with the specified topic and data parameters and return the boolean result. |
| Field Detail |
|---|
static final int OK
static final int SKIP
| Method Detail |
|---|
int receiving(java.lang.String topic,
java.util.Dictionary data)
topic - The topic (String) parameter.data - The data (Dictionary) parameter.
int) value.
int sending(java.lang.String topic,
java.util.Dictionary data)
topic - The topic (String) parameter.data - The data (Dictionary) parameter.
int) value.
|
2008-07-29 1.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||