public interface LocalRequestChannelMBean
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the connection and unregisters the MBean.
|
Date |
getCreationDate()
Gets connection creation date.
|
long |
getReceivedCount()
Gets the number of replies received on the connection.
|
long |
getSentCount()
Gets the number of requests sent on the connection.
|
String |
getUserName()
Gets connected user's name.
|
String getUserName()
Date getCreationDate()
void close()
long getSentCount()
long getReceivedCount()
Copyright © 2015 ScalAgent D.T.. All Rights Reserved.