public interface ResourceMBean
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
destroySession(java.lang.String sessionId)
Destroys a Session for a specified ID, if currently active.
|
java.lang.Long |
getCumulConnections() |
java.lang.Long |
getCumulControlResponses() |
java.lang.Long |
getCumulDisconnections() |
java.lang.Long |
getCumulHandshakesFailed() |
java.lang.Long |
getCumulHTTPConnections() |
java.lang.Long |
getCumulHTTPSConnections() |
java.lang.Long |
getCumulPageResponses() |
java.lang.Long |
getCumulPollingRequests() |
java.lang.Long |
getCumulPollingResponses() |
java.lang.Long |
getCumulRequestsFailed() |
java.lang.Long |
getCumulRequestsRefused() |
java.lang.Long |
getCumulResponses() |
java.lang.Long |
getCumulStartedSessions() |
java.lang.Long |
getCumulStreamingRequests() |
java.lang.Long |
getCumulStreamingResponses() |
java.lang.Long |
getCumulTerminatedSessions() |
java.lang.Long |
getCumulUnrecognizedRequests() |
java.lang.Long |
getCumulWSSUpgrades() |
java.lang.Long |
getCumulWSUpgrades() |
java.lang.Integer |
getCurrentHandshakingSockets() |
java.lang.Integer |
getCurrentHTTPSockets() |
java.lang.Integer |
getCurrentHTTPSSockets() |
java.lang.Integer |
getCurrentIdleSockets() |
java.lang.Integer |
getCurrentItemSubscriptions() |
java.lang.Integer |
getCurrentPollingSessions() |
java.lang.Integer |
getCurrentPrestartedSessions() |
java.util.List |
getCurrentSessionList() |
java.lang.Integer |
getCurrentSessions() |
java.lang.Integer |
getCurrentSockets() |
java.lang.Integer |
getCurrentStreamingSessions() |
java.lang.Integer |
getCurrentWSSockets() |
java.lang.Integer |
getCurrentWSSSockets() |
java.lang.Integer |
getMaxHandshakingSockets() |
java.lang.Integer |
getMaxHTTPSockets() |
java.lang.Integer |
getMaxHTTPSSockets() |
java.lang.Integer |
getMaxIdleSockets() |
java.lang.Integer |
getMaxItemSubscriptions() |
java.lang.Integer |
getMaxPollingSessions() |
java.lang.Integer |
getMaxPrestartedSessions() |
java.lang.Integer |
getMaxSessions() |
java.lang.Integer |
getMaxSockets() |
java.lang.Integer |
getMaxStreamingSessions() |
java.lang.Integer |
getMaxWSSockets() |
java.lang.Integer |
getMaxWSSSockets() |
java.lang.Integer |
getNewConnections() |
java.lang.Integer |
getNewControlRequests() |
java.lang.Integer |
getNewControlResponses() |
java.lang.Integer |
getNewDisconnections() |
java.lang.Integer |
getNewHandshakesFailed() |
java.lang.Integer |
getNewItemSubscriptions() |
java.lang.Integer |
getNewItemUnsubscriptions() |
java.lang.Integer |
getNewPageRequests() |
java.lang.Integer |
getNewPageResponses() |
java.lang.Integer |
getNewPollingRequests() |
java.lang.Integer |
getNewPollingResponses() |
java.lang.Integer |
getNewRequests() |
java.lang.Integer |
getNewRequestsFailed() |
java.lang.Integer |
getNewRequestsRefused() |
java.lang.Integer |
getNewResponses() |
java.lang.Integer |
getNewStartedSessions() |
java.lang.Integer |
getNewStreamingRequests() |
java.lang.Integer |
getNewStreamingResponses() |
java.lang.Integer |
getNewTerminatedSessions() |
java.lang.Integer |
getNewUnrecognizedRequests() |
java.util.List |
getSessionListForUsername(java.lang.String username) |
java.lang.Long |
getTotalSubscribedItems() |
java.util.List |
getUsernameList() |
java.lang.Integer |
getUsernames() |
java.lang.Long getTotalSubscribedItems()
java.lang.Integer getUsernames()
java.util.List getUsernameList()
java.util.List getSessionListForUsername(java.lang.String username)
username
- a User name, possibly null.getCurrentSessions()
java.lang.Integer getCurrentSessions()
java.lang.Integer getCurrentPrestartedSessions()
java.util.List getCurrentSessionList()
getCurrentSessions()
java.lang.Integer getMaxSessions()
getCurrentSessions()
java.lang.Integer getMaxPrestartedSessions()
getCurrentPrestartedSessions()
java.lang.Long getCumulStartedSessions()
getCurrentSessions()
java.lang.Long getCumulTerminatedSessions()
getCurrentSessions()
java.lang.Integer getNewStartedSessions()
getCurrentSessions()
java.lang.Integer getNewTerminatedSessions()
getCurrentSessions()
java.lang.Boolean destroySession(java.lang.String sessionId)
sessionId
- a session ID.java.lang.Integer getCurrentStreamingSessions()
java.lang.Integer getMaxStreamingSessions()
java.lang.Long getCumulStreamingRequests()
java.lang.Long getCumulStreamingResponses()
java.lang.Long getCumulRequestsFailed()
getNewControlRequests()
for details on how Control
Requests are counted. java.lang.Long getCumulRequestsRefused()
java.lang.Integer getNewRequestsFailed()
getCumulRequestsFailed()
for remarks on the
identification of failed requests.java.lang.Integer getNewRequestsRefused()
java.lang.Integer getNewStreamingRequests()
java.lang.Integer getNewStreamingResponses()
java.lang.Integer getCurrentPollingSessions()
getCurrentSessions()
java.lang.Integer getMaxPollingSessions()
getCurrentSessions()
java.lang.Long getCumulPollingRequests()
java.lang.Long getCumulPollingResponses()
java.lang.Integer getNewPollingRequests()
java.lang.Integer getNewPollingResponses()
java.lang.Long getCumulControlResponses()
getNewControlRequests()
for details on how Control
Requests are counted.java.lang.Integer getNewControlRequests()
java.lang.Integer getNewControlResponses()
getNewControlRequests()
for details on how Control
Requests are counted.java.lang.Long getCumulPageResponses()
java.lang.Integer getNewPageRequests()
java.lang.Integer getNewPageResponses()
java.lang.Long getCumulUnrecognizedRequests()
java.lang.Integer getNewUnrecognizedRequests()
java.lang.Long getCumulResponses()
getNewControlRequests()
for details on how Control
Requests are counted.java.lang.Integer getNewRequests()
getNewControlRequests()
for details on how Control
Requests are counted.java.lang.Integer getNewResponses()
getNewControlRequests()
for details on how Control
Requests are counted.java.lang.Integer getCurrentSockets()
getCurrentIdleSockets()
and getCurrentHandshakingSockets()
).java.lang.Integer getCurrentHTTPSockets()
getCurrentWSSockets()
).java.lang.Integer getCurrentHTTPSSockets()
getCurrentWSSSockets()
).java.lang.Integer getCurrentWSSockets()
java.lang.Integer getCurrentWSSSockets()
java.lang.Integer getCurrentIdleSockets()
java.lang.Integer getCurrentHandshakingSockets()
java.lang.Integer getMaxSockets()
getCurrentSockets()
.java.lang.Integer getMaxHTTPSockets()
getCurrentHTTPSockets()
.java.lang.Integer getMaxHTTPSSockets()
getCurrentHTTPSSockets()
.java.lang.Integer getMaxWSSockets()
getCurrentWSSockets()
.java.lang.Integer getMaxWSSSockets()
getCurrentWSSSockets()
.java.lang.Integer getMaxIdleSockets()
getCurrentIdleSockets()
.java.lang.Integer getMaxHandshakingSockets()
getCurrentHandshakingSockets()
.java.lang.Long getCumulConnections()
java.lang.Long getCumulHTTPConnections()
java.lang.Long getCumulHTTPSConnections()
java.lang.Long getCumulWSUpgrades()
java.lang.Long getCumulWSSUpgrades()
java.lang.Long getCumulDisconnections()
java.lang.Long getCumulHandshakesFailed()
java.lang.Integer getNewConnections()
java.lang.Integer getNewDisconnections()
java.lang.Integer getNewHandshakesFailed()
java.lang.Integer getCurrentItemSubscriptions()
java.lang.Integer getMaxItemSubscriptions()
getCurrentItemSubscriptions()
.java.lang.Integer getNewItemSubscriptions()
getCurrentItemSubscriptions()
.java.lang.Integer getNewItemUnsubscriptions()
getCurrentItemSubscriptions()
.