|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.npsnet.xrti.ExecutiveClientAmbassador.JoinThread
A private internal thread class for joining federation executions.
| Field Summary | |
(package private) long |
federateHandle
The handle of the joining federate. |
(package private) java.lang.String |
federateType
The type of the joining federate. |
(package private) java.lang.String |
federationExecutionName
The name of the execution to join. |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
ExecutiveClientAmbassador.JoinThread(java.lang.String pFederationExecutionName,
java.lang.String pFederateType,
long pFederateHandle)
Constructor. |
|
| Method Summary | |
void |
run()
Thread execution method. |
| Methods inherited from class java.lang.Thread |
activeCount, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
java.lang.String federationExecutionName
java.lang.String federateType
long federateHandle
| Constructor Detail |
public ExecutiveClientAmbassador.JoinThread(java.lang.String pFederationExecutionName,
java.lang.String pFederateType,
long pFederateHandle)
pFederationExecutionName - the name of the execution to joinpFederateType - the type of the joining federatepFederateHandle - the handle of the joining federate| Method Detail |
public void run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||