jPOS 1.6.1 API Documentation

org.jpos.iso
Interface ISOServerMBean

All Superinterfaces:
ThreadPoolMBean
All Known Implementing Classes:
ISOServer

public interface ISOServerMBean
extends ThreadPoolMBean


Method Summary
 int getConnectionCount()
           
 java.lang.String getCountersAsString(java.lang.String isoChannelName)
           
 java.lang.String getISOChannelNames()
           
 int getPort()
           
 void resetCounters()
           
 
Methods inherited from interface org.jpos.util.ThreadPoolMBean
getIdleCount, getJobCount, getMaxPoolSize, getPendingCount, getPoolSize
 

Method Detail

getPort

int getPort()

resetCounters

void resetCounters()

getConnectionCount

int getConnectionCount()

getISOChannelNames

java.lang.String getISOChannelNames()

getCountersAsString

java.lang.String getCountersAsString(java.lang.String isoChannelName)

jPOS.org