|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.platform.agents.FipaBootstrap
This class provides a means whereby all necessary ABLE FIPA components can be created and initialised.
Constructor Summary | |
FipaBootstrap()
Create a new managed object manager. |
Method Summary | |
static java.lang.String |
Copyright()
Determine the copyright of this class. |
void |
fireEmUp()
Fire up the ABLE platform by reading the platform preferences and instantiating the AMS, DF, and ACC agents on their respective hosts. |
java.lang.Object |
getTracer()
Retrieve the tracer object for this object. |
boolean |
isTraceActive()
Determine whether tracing is on. |
static void |
main(java.lang.String[] theArgs)
Initialise the ABLE distributed FIPA agent platform by starting the FIPA AMS, ACC, and DF agents on their specified hosts as given in the platform properties file. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FipaBootstrap() throws java.rmi.RemoteException
Method Detail |
public void fireEmUp() throws java.rmi.RemoteException
Note that the above objects can be created on any remote host as well as the local host, but on whatever host these objects are to reside, that host must have the RMI registry program running, and an AblePlatformSupport object registered with it.
public boolean isTraceActive()
PlatformTracer.isActive()
public java.lang.Object getTracer()
public static void main(java.lang.String[] theArgs)
theArgs
- Arguments to the program.
public static java.lang.String Copyright()
|
ABLE, Version 1.1b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |