Package samples.userguide
Class ServiceInvoker
- java.lang.Object
-
- java.lang.Thread
-
- samples.userguide.ServiceInvoker
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description ServiceInvoker(String epr, String operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDummyElements(long numElements)
String
getInvokerName()
long
getRunningTime()
void
run()
void
setClientSessionID(String id)
void
setInvokerName(String invokerName)
void
setIterations(long i)
void
setLoad(String load)
void
setStatefull(boolean state)
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Method Detail
-
getInvokerName
public String getInvokerName()
-
setInvokerName
public void setInvokerName(String invokerName)
-
getRunningTime
public long getRunningTime()
-
setLoad
public void setLoad(String load)
-
addDummyElements
public void addDummyElements(long numElements)
-
setClientSessionID
public void setClientSessionID(String id)
-
setIterations
public void setIterations(long i)
-
setStatefull
public void setStatefull(boolean state)
-
-