Interface ISOServerMBean

All Known Implementing Classes:
ISOServer

public interface ISOServerMBean
MBean interface for ISOServer management.
  • Method Details

    • getPort

      int getPort()
      Returns the port this server is listening on.
      Returns:
      the port number
    • resetCounters

      Resets all server counters.
    • 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

      Returns the transmit counter.
      Returns:
      TX count
    • getRXCounter

      Returns the receive counter.
      Returns:
      RX count
    • getLastTxnTimestampInMillis

      Returns the timestamp of the last transaction in milliseconds.
      Returns:
      last transaction timestamp
    • getIdleTimeInMillis

      Returns the idle time in milliseconds.
      Returns:
      idle time