Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.mina.integration.jmx.IoSessionManager
Constructor Summary | |
|
Method Summary | |
void | |
void | |
void |
|
long | |
float | |
float | |
Date | |
String[] | |
Date | |
Date | |
Date | |
float | |
float | |
long | |
long | |
long | |
long | |
long | |
long | |
boolean | |
void | |
void |
public IoSessionManager(IoSession session)
create the session manager
- Parameters:
session
- the MINA's session to manage
public void addFirstLoggingFilter()
- Specified by:
- addFirstLoggingFilter in interface IoSessionManagerMBean
public void addLastLoggingFilter()
- Specified by:
- addLastLoggingFilter in interface IoSessionManagerMBean
public void close() throws InterruptedException
- Specified by:
- close in interface IoSessionManagerMBean
public long getBothIdleTime()
- Specified by:
- getBothIdleTime in interface IoSessionManagerMBean
public float getByteReadThroughtput()
- Specified by:
- getByteReadThroughtput in interface IoSessionManagerMBean
public float getByteWrittenThroughtput()
- Specified by:
- getByteWrittenThroughtput in interface IoSessionManagerMBean
public Date getCreationTime()
- Specified by:
- getCreationTime in interface IoSessionManagerMBean
public String[] getInstalledFilters()
- Specified by:
- getInstalledFilters in interface IoSessionManagerMBean
public Date getLastIoTime()
- Specified by:
- getLastIoTime in interface IoSessionManagerMBean
public Date getLastReadTime()
- Specified by:
- getLastReadTime in interface IoSessionManagerMBean
public Date getLastWriteTime()
- Specified by:
- getLastWriteTime in interface IoSessionManagerMBean
public float getMessageReadThroughtput()
- Specified by:
- getMessageReadThroughtput in interface IoSessionManagerMBean
public float getMessageWrittenThroughtput()
- Specified by:
- getMessageWrittenThroughtput in interface IoSessionManagerMBean
public long getReadIdleTime()
- Specified by:
- getReadIdleTime in interface IoSessionManagerMBean
public long getReadMessages()
- Specified by:
- getReadMessages in interface IoSessionManagerMBean
public long getWriteIdleTime()
- Specified by:
- getWriteIdleTime in interface IoSessionManagerMBean
public long getWrittenBytes()
- Specified by:
- getWrittenBytes in interface IoSessionManagerMBean
public long getWrittenMessages()
- Specified by:
- getWrittenMessages in interface IoSessionManagerMBean
public void removeFirstLoggingFilter()
- Specified by:
- removeFirstLoggingFilter in interface IoSessionManagerMBean
public void removeLastLoggingFilter()
- Specified by:
- removeLastLoggingFilter in interface IoSessionManagerMBean