Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

sajas.core
Class Runtime
java.lang.Object
  sajas.core.Runtime

public class Runtime
extends Object
SAJaS runtime, replicating JADE's API. A current limitation is that an AMS agent is not launched in the main container. However, the AMSService is available for (de)registering agents. From my experience with JADE, however, interaction with the AMS or the AMS agent is seldom needed. The DF agent and DFService are much more likely to be used, and are both available.
Author:
hlc
See Also:
jade.core.Runtime

Method Summary
createAgentContainer(jade.core.Profile p)
createMainContainer(jade.core.Profile p)
static Runtime
instance()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail
instance
public static Runtime instance()
See Also:
jade.core.Runtime.instance()

createMainContainer
public ContainerController createMainContainer(jade.core.Profile p)
See Also:
jade.core.Runtime.createMainContainer(jade.core.Profile)

createAgentContainer
public ContainerController createAgentContainer(jade.core.Profile p)
See Also:
jade.core.Runtime.createAgentContainer(jade.core.Profile)

Overview  Package   Class  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Java API documentation generated with DocFlex/Doclet 1.6.1 using JavadocPro template set.
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc, which is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com