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
Runtime
that allows the application to interface with the environment in which the application is running. The current runtime can be obtained from the getRuntime
method. An application cannot create its own instance of this class. @author unascribed @version 1.78, 04/10/06 @see java.lang.Runtime#getRuntime() @since JDK1.0
It is used to install and maintain the set of installed {@link Module}s. @author thomas.diesler@jboss.com @since 27-Sep-2013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|