|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.wrapper.AgentContainer | +--jade.wrapper.MainContainer
This class is a Proxy class, allowing access to a JADE main
container. Invoking methods on instances of this class, it is
possible to request services from createMainContainer()
method in class
Runtime
.
Runtime.createMainContainer(Profile p)
Constructor Summary | |
MainContainer(AgentContainerImpl impl,
java.lang.String platformName)
Public constructor. |
Methods inherited from class jade.wrapper.AgentContainer |
acceptNewAgent,
addPlatformListener,
createNewAgent,
getAgent,
getName,
getState,
installMTP,
kill,
removePlatformListener,
resume,
start,
suspend,
uninstallMTP |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MainContainer(AgentContainerImpl impl, java.lang.String platformName)
Runtime.createMainContainer()
method.impl
- A concrete implementation of a JADE main container.platformName
- the name of this platformRuntime.createMainContainer(Profile p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |