|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationSlice
The horizontal interface for the JADE kernel-level service managing the event notification subsystem installed in the platform.
| Field Summary | |
|---|---|
static java.lang.String |
DEBUG_OFF
This command name represents the action of deactivating a previously started instance of the Introspector agent. |
static java.lang.String |
DEBUG_ON
This command name represents the action of activating an instance of the Introspector agent. |
static java.lang.String |
H_DEBUGOFF
|
static java.lang.String |
H_DEBUGON
|
static java.lang.String |
H_SNIFFOFF
|
static java.lang.String |
H_SNIFFON
|
static java.lang.String |
NAME
The name of this service. |
static java.lang.String |
NOTIFY_BEHAVIOUR_ADDED
This command name represents the action of submitting to the Notification Service a BehaviourAdded event. |
static java.lang.String |
NOTIFY_BEHAVIOUR_REMOVED
This command name represents the action of submitting to the Notification Service a BehaviourRemoved event. |
static java.lang.String |
NOTIFY_CHANGED_AGENT_PRINCIPAL
This command name represents the action of submitting to the Notification Service a ChangedAgentPrincipal event. |
static java.lang.String |
NOTIFY_CHANGED_AGENT_STATE
This command name represents the action of submitting to the Notification Service a ChangedAgentState event. |
static java.lang.String |
NOTIFY_CHANGED_BEHAVIOUR_STATE
This command name represents the action of submitting to the Notification Service a ChangedBehaviourState event. |
static java.lang.String |
NOTIFY_POSTED
This command name represents the action of submitting to the Notification Service a MessagePosted event. |
static java.lang.String |
NOTIFY_RECEIVED
This command name represents the action of submitting to the Notification Service a MessageReceived event. |
static java.lang.String |
SNIFF_OFF
This command name represents the action of deactivating a previously started instance of the Sniffer agent. |
static java.lang.String |
SNIFF_ON
This command name represents the action of activating an instance of the Sniffer agent. |
| Method Summary | |
|---|---|
void |
debugOff(AID introspectorName,
AID targetName)
|
void |
debugOn(AID introspectorName,
AID targetName)
|
void |
sniffOff(AID snifferName,
AID targetName)
|
void |
sniffOn(AID snifferName,
AID targetName)
|
| Methods inherited from interface jade.core.Service.Slice |
|---|
getNode, getService, serve |
| Field Detail |
|---|
static final java.lang.String NAME
static final java.lang.String SNIFF_ON
static final java.lang.String SNIFF_OFF
static final java.lang.String DEBUG_ON
static final java.lang.String DEBUG_OFF
static final java.lang.String NOTIFY_POSTED
MessagePosted event.
static final java.lang.String NOTIFY_RECEIVED
MessageReceived event.
static final java.lang.String NOTIFY_CHANGED_AGENT_STATE
ChangedAgentState event.
static final java.lang.String NOTIFY_CHANGED_AGENT_PRINCIPAL
ChangedAgentPrincipal event.
static final java.lang.String NOTIFY_BEHAVIOUR_ADDED
BehaviourAdded event.
static final java.lang.String NOTIFY_BEHAVIOUR_REMOVED
BehaviourRemoved event.
static final java.lang.String NOTIFY_CHANGED_BEHAVIOUR_STATE
ChangedBehaviourState event.
static final java.lang.String H_SNIFFON
static final java.lang.String H_SNIFFOFF
static final java.lang.String H_DEBUGON
static final java.lang.String H_DEBUGOFF
| Method Detail |
|---|
void sniffOn(AID snifferName,
AID targetName)
throws IMTPException
IMTPException
void sniffOff(AID snifferName,
AID targetName)
throws IMTPException
IMTPException
void debugOn(AID introspectorName,
AID targetName)
throws IMTPException
IMTPException
void debugOff(AID introspectorName,
AID targetName)
throws IMTPException
IMTPException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||