|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TcpConnectionMXBean
Represents a tcp-connection
resin:type=TcpConnection,name=foo.com-80-237
Method Summary | |
---|---|
java.lang.String |
getDisplayState()
Returns the connection state. |
java.lang.String |
getRemoteAddress()
Returns the remote address of the connection |
long |
getRequestActiveTime()
Returns the time this request has spent in the active state. |
java.lang.String |
getState()
Returns the connection state. |
long |
getThreadId()
Returns the thread-id. |
java.lang.String |
getUrl()
Returns the current url being processed |
Methods inherited from interface com.caucho.management.server.ManagedObjectMXBean |
---|
getName, getObjectName, getType |
Method Detail |
---|
long getThreadId()
java.lang.String getState()
java.lang.String getUrl()
java.lang.String getRemoteAddress()
java.lang.String getDisplayState()
@Units(value="milliseconds") long getRequestActiveTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |