|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.method.MethodServerMain
The method server application main.
This class contains the main method executed when starting a method server.
It is responsible for instantiating any necessary RMI or CORBA server objects
objects and exporting them for client access as well as instantiating any
internal service objects.
Supported API: true
Extendable: false
Field Summary | |
private int |
CLIENT_TIMEOUT
|
private int |
GC_INTERVAL
|
private String |
LOAD_OBJECTS
|
private boolean |
LOG_APPEND
|
private boolean |
LOG_ENABLED
|
private String |
LOG_FILE
|
private boolean |
LOG_TEE
|
private int |
MAX_PORT
|
private int |
MAX_SOCKETS
|
private int |
MIN_PORT
|
private String |
SERVICE_NAME
|
private boolean |
SERVICES_ENABLED
|
private String |
SERVICES_HANDLER
|
private ServicesHandlerIfc |
servicesHandler
|
private String |
TIME_ZONE
|
private boolean |
VERBOSE_SERVER
|
private boolean |
VERBOSE_SOCKET
|
private boolean |
VERBOSE_SOCKET_IO
|
Fields inherited from interface wt.util.AppletListener |
versionID |
Constructor Summary | |
private |
MethodServerMain()
|
Method Summary | |
void |
destroy()
Supported API: false |
static void |
main(String[] args)
Supported API: true |
void |
run()
Instance method to run method server Supported API: false |
void |
start()
Supported API: false |
(package private) static void |
start(String[] args,
boolean globalWTContext)
|
void |
stop()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final boolean LOG_ENABLED
private final String LOG_FILE
private final boolean LOG_APPEND
private final boolean LOG_TEE
private final boolean VERBOSE_SERVER
private final boolean VERBOSE_SOCKET
private final boolean VERBOSE_SOCKET_IO
private final int MIN_PORT
private final int MAX_PORT
private final int CLIENT_TIMEOUT
private final int MAX_SOCKETS
private final int GC_INTERVAL
private final boolean SERVICES_ENABLED
private final String SERVICES_HANDLER
private final String TIME_ZONE
private final String LOAD_OBJECTS
private final String SERVICE_NAME
private ServicesHandlerIfc servicesHandler
Constructor Detail |
private MethodServerMain()
Method Detail |
public void start()
start
in interface AppletListener
public void destroy()
destroy
in interface AppletListener
public void stop()
stop
in interface AppletListener
public static void main(String[] args) throws InterruptedException
InterruptedException
static void start(String[] args, boolean globalWTContext)
public void run()
run
in interface Runnable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |