public class SplitJadeGateway extends DynamicJadeGateway
| Constructor and Description | 
|---|
SplitJadeGateway()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
checkJADE()
This method checks if both the container, and the agent, are up and running. 
 | 
AID | 
createAID(java.lang.String localName)  | 
boolean | 
isGatewayActive()
Return the state of JadeGateway 
 | 
void | 
shutdown()
Kill the JADE Container in case it is running. 
 | 
addListener, execute, execute, getProfileProperty, init, init, init, removeListenerpublic void checkJADE()
               throws StaleProxyException,
                      ControllerException
DynamicJadeGatewaycheckJADE in class DynamicJadeGatewayStaleProxyExceptionControllerExceptionpublic final void shutdown()
DynamicJadeGatewayshutdown in class DynamicJadeGatewaypublic boolean isGatewayActive()
DynamicJadeGatewayisGatewayActive in class DynamicJadeGatewaypublic AID createAID(java.lang.String localName)
createAID in class DynamicJadeGateway