Package jade.wrapper
Interface ContainerProxy
-
public interface ContainerProxyThis interface is used by an AgentController or ContainerController to request action to the underlying implementation as if they where received from the main container.
NOT available in MIDP- Author:
- Giovanni Caire - TILAB
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivateAgent(AID id)voidcloneAgent(AID id, Location where, String newName)voidcreateAgent(AID id, String className, Object[] args)MTPDescriptorinstallMTP(String address, String className)voidkillAgent(AID id)voidkillContainer()voidmoveAgent(AID id, Location where)voidsuspendAgent(AID id)voiduninstallMTP(String address)
-