public interface CommDirectHelper
extends jade.core.ServiceHelper
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(java.lang.String agentName,
java.lang.String accessPoint)
Deregister.
|
void |
register(java.lang.String agentName,
java.lang.String accessPoint,
Comm comm)
Register.
|
void |
send(Event evt)
Send.
|
void register(java.lang.String agentName,
java.lang.String accessPoint,
Comm comm)
agentName - the agent nameaccessPoint - the access pointcomm - the commvoid deregister(java.lang.String agentName,
java.lang.String accessPoint)
agentName - the agent nameaccessPoint - the access pointvoid send(Event evt)
evt - the evt