instance()
static method) of this class allows controlling the JADE runtime system from an external application. Two different modalities of controlling the JADE runtime system exist: createAgentContainer()
and createMainContainer()
methods plus the classes included in the jade.wrapper
package.startUp()
and shutDown()
methodsIllegalStateException
to be thrown. It should be noted that the Single-container modality only provides a limited control of the JADE runtime system (e.g. it does not allow creating and killing agents), but is the only one supported both in J2SE, PJAVA/CDC and MIDP when using the LEAP add-on. @author Giovanni Rimassa - Universita' di Parma @author Giovanni Caire - TILAB
|
|
|
|
|
|
|
|
|
|