public class TestThrower extends Service
Modifier and Type | Class and Description |
---|---|
class |
TestThrower.RapidThrower |
Modifier and Type | Field and Description |
---|---|
int |
cnt |
static org.slf4j.Logger |
log |
java.util.ArrayList<TestThrower.RapidThrower> |
pitchers |
int |
pulseLimit |
cfgDir, dnaPool, MESSAGE_RECORDING_FORMAT_BINARY, MESSAGE_RECORDING_FORMAT_XML
Constructor and Description |
---|
TestThrower(java.lang.String n) |
Modifier and Type | Method and Description |
---|---|
static ServiceType |
getMetaData()
This static method returns all the details of the class without it having
to be constructed.
|
void |
multiPitcher(int pitchers) |
void |
multiPitcher(int pitchers,
int pitches,
int throwInterval) |
java.lang.Integer |
pitch(java.lang.Integer number) |
void |
pitchInt(int number) |
java.lang.Integer |
throwInteger(java.lang.Integer count) |
void |
throwNothing() |
java.lang.String |
throwString(java.lang.String nameOfTargetService,
java.lang.String nameOfMethod,
java.lang.String data) |
addListener, addListener, addTask, addTask, addTask, addTaskOneShot, allowDisplay, allowDisplay, attach, attach, broadcastState, buildDna, buildDna, buildDnaKeys, buildDnaNames, clearLastError, close, containsTask, copyShallowFrom, createPeer, createPeer, createRootReserved, detach, detach, detach, echoHeartbeat, error, error, error, getAttached, getCfgDir, getComm, getDeclaredMethodNames, getDeclaredMethods, getDescription, getDna, getDnaString, getHostName, getInbox, getInstanceId, getIntanceName, getInterfaceSet, getLastError, getMessageSet, getMetaData, getMethodMap, getMethodNames, getMethods, getMethodToolTip, getMsg, getName, getNotifyList, getNotifyListKeySet, getOutbox, getPeerKey, getPeerName, getServiceResourceFile, getSimpleName, getTasks, getThisThread, getType, hasError, hasPeers, help, help, in, info, info, invoke, invoke, invoke, invokeOn, isAttached, isAttached, isLocal, isReady, isRunning, isRuntime, isVirtual, load, load, logTimeEnable, mergeDna, mergeDna, mergePeerDna, movePeerDna, out, out, preProcessHook, preRoutingHook, publishError, publishQueueStats, publishState, publishStats, publishStatus, purgeTask, purgeTasks, releasePeers, releaseService, removeAllListeners, removeListener, requiresSecurity, reserve, reserve, reserveRoot, reserveRoot, reserveRootAs, run, save, save, save, send, send, send, send, sendBlocking, sendBlocking, sendBlocking, sendBlocking, sendPeer, setInstanceId, setName, setPeer, setSecurityProvider, setState, setThisThread, setVirtual, sleep, stackToString, startHeartbeat, startPeer, startPeer, startRecording, startService, stopHeartbeat, stopMsgRecording, stopService, subscribe, subscribe, subscribe, toString, unsubscribe, unsubscribe, unsubscribe, updateStats, warn, warn
public static final org.slf4j.Logger log
public int cnt
public int pulseLimit
public transient java.util.ArrayList<TestThrower.RapidThrower> pitchers
public java.lang.Integer pitch(java.lang.Integer number)
public void pitchInt(int number)
public void multiPitcher(int pitchers)
public void multiPitcher(int pitchers, int pitches, int throwInterval)
public java.lang.Integer throwInteger(java.lang.Integer count)
public void throwNothing()
public java.lang.String throwString(java.lang.String nameOfTargetService, java.lang.String nameOfMethod, java.lang.String data)
public static ServiceType getMetaData()