|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.voyager.Voyager
Voyager contains static methods for starting, stopping, and monitoring the Voyager system. You cannot create an instance of Voyager.
Method Summary | |
static void |
addSystemListener(SystemListener listener)
Add the specified listener to my list of system listeners. |
static java.lang.ThreadGroup |
getSystemThreadGroup()
Return the system ThreadGroup. |
static java.lang.String |
getVersion()
Return Voyager version. |
static boolean |
isStarted()
Return true if Voyager has is started. |
static void |
removeSystemListener(SystemListener listener)
Remove the specified listener from my list of system listeners. |
static void |
shutdown()
Shutdown Voyager. |
static void |
startup()
Start Voyager as a client that doesn't initially accept incoming messages. |
static void |
startup(java.lang.Object object,
java.lang.String url)
Start a Voyager applet or servlet as a server that accepts incoming messages on the specified URL. |
static void |
startup(java.lang.String url)
Start a Voyager program as a server that accepts incoming messages on the specified URL. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static boolean isStarted()
public static java.lang.ThreadGroup getSystemThreadGroup()
public static java.lang.String getVersion()
public static void startup() throws StartupException
public static void startup(java.lang.Object object, java.lang.String url) throws StartupException
object
- The applet or servlet.url
- The required URL.public static void startup(java.lang.String url) throws StartupException
url
- The required URL.public static void shutdown()
public static void addSystemListener(SystemListener listener)
listener
- The listener to add.public static void removeSystemListener(SystemListener listener)
listener
- The listener to remove.
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |