|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadInfoList | |
---|---|
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime | This package is used internally by the protocol. |
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.channel | This package is used internally by the protocol. |
Uses of ThreadInfoList in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime |
---|
Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime with parameters of type ThreadInfoList | |
---|---|
protected Message |
LcaUdpHeartbeatInternalProtocol.createHeartbeatUpdateMessage(ThreadInfoList threadsInfo)
|
Uses of ThreadInfoList in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.channel |
---|
Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.channel that return ThreadInfoList | |
---|---|
abstract ThreadInfoList |
RequestHeartbeatData.getThreadInfos()
|
Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime.channel with parameters of type ThreadInfoList | |
---|---|
static RequestHeartbeatData |
RequestHeartbeatData.create(java.lang.Integer applicationPid,
java.lang.Integer applicationDbid,
java.lang.Integer sessionDbid,
ThreadInfoList threadInfos)
Creates instance of RequestHeartbeatData with all parameters set. |
static RequestHeartbeatData |
RequestHeartbeatData.create(java.lang.Integer applicationPid,
ThreadInfoList threadInfos)
Creates instance of RequestHeartbeatData with required parameters set. |
abstract void |
RequestHeartbeatData.setThreadInfos(ThreadInfoList threadInfos)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |