|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ResourceMBean
One ResourceMBean instance exists in the system. It is created at startup by
Lightstreamer Server and lasts until the shutdown of the Server.
ResourceMBean name:
"com.lightstreamer:type=Resource"
| Method Summary | |
|---|---|
java.lang.Long |
getCumulConnections()
|
java.lang.Long |
getCumulControlConnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulControlDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulControlRequestsFailed()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulDisconnections()
|
java.lang.Long |
getCumulHTTPConnections()
|
java.lang.Long |
getCumulHTTPSConnections()
|
java.lang.Long |
getCumulPageConnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulPageDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulPageRequestsFailed()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulPollingConnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulPollingDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulPollingRequestsFailed()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulStartedSessions()
|
java.lang.Long |
getCumulStreamConnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulStreamDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulStreamRequestsFailed()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulStreamRequestsRefused()
[TO BE IMPLEMENTED] |
java.lang.Long |
getCumulTerminatedSessions()
|
java.lang.Integer |
getCurrentControlSockets()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getCurrentPageSockets()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getCurrentPollingSockets()
[TO BE IMPLEMENTED] |
java.util.List |
getCurrentSessionList()
|
java.lang.Integer |
getCurrentSessions()
|
java.lang.Integer |
getCurrentSockets()
|
java.lang.Integer |
getCurrentStreamSockets()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getMaxControlSockets()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getMaxPageSockets()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getMaxPollingSockets()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getMaxSessions()
|
java.lang.Integer |
getMaxSockets()
|
java.lang.Integer |
getMaxStreamSockets()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewConnections()
|
java.lang.Integer |
getNewControlConnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewControlDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewDisconnections()
|
java.lang.Integer |
getNewPageConnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewPageDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewPollingConnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewPollingDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewStartedSessions()
|
java.lang.Integer |
getNewStreamConnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewStreamDisconnections()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getNewTerminatedSessions()
|
java.util.List |
getSessionListForUsername(java.lang.String username)
[TO BE IMPLEMENTED] |
java.lang.Long |
getTotalSubscribedItems()
|
java.util.List |
getUsernameList()
[TO BE IMPLEMENTED] |
java.lang.Integer |
getUsernames()
[TO BE IMPLEMENTED] |
| Method Detail |
|---|
java.lang.Long getTotalSubscribedItems()
java.lang.Integer getUsernames()
java.util.List getUsernameList()
java.util.List getSessionListForUsername(java.lang.String username)
username - a User name.
java.lang.Integer getCurrentSessions()
java.util.List getCurrentSessionList()
java.lang.Integer getMaxSessions()
java.lang.Long getCumulStartedSessions()
java.lang.Long getCumulTerminatedSessions()
java.lang.Integer getNewStartedSessions()
java.lang.Integer getNewTerminatedSessions()
java.lang.Integer getCurrentStreamSockets()
java.lang.Integer getMaxStreamSockets()
java.lang.Long getCumulStreamConnections()
java.lang.Long getCumulStreamDisconnections()
java.lang.Long getCumulStreamRequestsFailed()
java.lang.Long getCumulStreamRequestsRefused()
java.lang.Integer getNewStreamConnections()
java.lang.Integer getNewStreamDisconnections()
java.lang.Integer getCurrentPollingSockets()
java.lang.Integer getMaxPollingSockets()
java.lang.Long getCumulPollingConnections()
java.lang.Long getCumulPollingDisconnections()
java.lang.Long getCumulPollingRequestsFailed()
java.lang.Integer getNewPollingConnections()
java.lang.Integer getNewPollingDisconnections()
java.lang.Integer getCurrentControlSockets()
java.lang.Integer getMaxControlSockets()
java.lang.Long getCumulControlConnections()
java.lang.Long getCumulControlDisconnections()
java.lang.Long getCumulControlRequestsFailed()
java.lang.Integer getNewControlConnections()
java.lang.Integer getNewControlDisconnections()
java.lang.Integer getCurrentPageSockets()
java.lang.Integer getMaxPageSockets()
java.lang.Long getCumulPageConnections()
java.lang.Long getCumulPageDisconnections()
java.lang.Long getCumulPageRequestsFailed()
java.lang.Integer getNewPageConnections()
java.lang.Integer getNewPageDisconnections()
java.lang.Integer getCurrentSockets()
java.lang.Integer getMaxSockets()
java.lang.Long getCumulConnections()
java.lang.Long getCumulHTTPConnections()
java.lang.Long getCumulHTTPSConnections()
java.lang.Long getCumulDisconnections()
java.lang.Integer getNewConnections()
java.lang.Integer getNewDisconnections()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||