Interface ISOServerMBean
- All Known Implementing Classes:
ISOServer
public interface ISOServerMBean
MBean interface for ISOServer management.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the current connection count.getCountersAsString(String isoChannelName) Returns counters as a string for the named channel.longReturns the idle time in milliseconds.Returns the names of connected ISO channels.longReturns the timestamp of the last transaction in milliseconds.intgetPort()Returns the port this server is listening on.intReturns the receive counter.intReturns the transmit counter.voidResets all server counters.
-
Method Details
-
getPort
-
resetCounters
void resetCounters()Resets all server counters. -
getConnectionCount
int getConnectionCount()Returns the current connection count.- Returns:
- number of active connections
-
getISOChannelNames
Returns the names of connected ISO channels.- Returns:
- channel names string
-
getCountersAsString
Returns counters as a string for the named channel.- Parameters:
isoChannelName- the channel name- Returns:
- counters string
-
getTXCounter
-
getRXCounter
-
getLastTxnTimestampInMillis
long getLastTxnTimestampInMillis()Returns the timestamp of the last transaction in milliseconds.- Returns:
- last transaction timestamp
-
getIdleTimeInMillis
-