public class RemoteCmdClient
extends java.lang.Thread
Property Keyword | Datatype | Default | Description |
---|---|---|---|
NameServiceName | String | NameService | The name of the requested CORBA Name Service. This value is an application property. |
NameServicePort | String | 900 | The port number of the requested CORBA Name Service. This value is an application property. |
NameServiceHost | String | localhost | The host name of the requested CORBA Name Service. This value is an application property. |
aeid | int | none | The application element id that should be passed to the server. |
ieid | int | none | The instance element id that should be passed to the server. |
startup | String | none | The system command to that the receive application and instance element id should be passed. |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AEID |
static java.lang.String |
IEID |
protected java.util.Vector |
parameters |
protected static org.omg.PortableServer.POA |
rootPoa |
protected RemoteCmdServerIF |
server |
protected java.lang.String |
serviceName |
protected java.lang.String |
startup |
static java.lang.String |
STARTUP |
protected CommandTransferIF |
transfer |
Constructor and Description |
---|
RemoteCmdClient()
Creates a new instance of server
|
Modifier and Type | Method and Description |
---|---|
void |
init(java.lang.String[] args)
Initialize the server.
|
static void |
main(java.lang.String[] args) |
void |
run()
The run method.
|
static org.omg.CORBA.Object |
servantToReference(org.omg.PortableServer.Servant servant) |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public static final java.lang.String STARTUP
public static final java.lang.String AEID
public static final java.lang.String IEID
protected static org.omg.PortableServer.POA rootPoa
protected java.lang.String serviceName
protected RemoteCmdServerIF server
protected CommandTransferIF transfer
protected java.util.Vector parameters
protected java.lang.String startup
public void init(java.lang.String[] args) throws java.lang.Exception
the
- command line arguments.an
- exception if failed.java.lang.Exception
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public static org.omg.CORBA.Object servantToReference(org.omg.PortableServer.Servant servant)
public static void main(java.lang.String[] args)
args
- the command line arguments