public class JCSMPRuntime extends JCSMPStats
JCSMPRuntime
provides JCSMP VM-wide runtime information, such
as JCSMP version information, supported protocol stacks, and global
statistics.
In addition to the session statistics defined in StatType
, global statistics
are defined in RuntimeStatType
.
Modifier and Type | Method and Description |
---|---|
int |
getSupportedMaxNumOfXpesInOneRequest()
Deprecated.
|
List<String> |
getSupportedProtocolStacks() |
Version |
getVersion()
Get the version of the JCSMP API.
|
static JCSMPRuntime |
onlyInstance()
Returns the JCSMP runtime for the current JVM.
|
void |
resetStats()
Reset the global JCSMP statistics.
|
getLastStatsReset, getStat, getTitle, toString
public static JCSMPRuntime onlyInstance()
JCSMPRuntime
for the current JVM.public Version getVersion()
public List<String> getSupportedProtocolStacks()
public void resetStats()
resetStats
in class JCSMPStats
public int getSupportedMaxNumOfXpesInOneRequest()
Copyright 2004-2024 Solace Corporation. All rights reserved.