|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.management.BaseControl
flex.management.runtime.messaging.endpoints.EndpointControl
flex.management.runtime.messaging.endpoints.StreamingEndpointControl
public abstract class StreamingEndpointControl
The StreamingEndpointControl class is the base MBean implementation
for monitoring and managing a BaseStreamingHTTPEndpoint at runtime.
| Field Summary |
|---|
| Fields inherited from class flex.management.BaseControl |
|---|
DOMAIN_PREFIX |
| Constructor Summary | |
|---|---|
StreamingEndpointControl(BaseStreamingHTTPEndpoint endpoint,
BaseControl parent)
Constructs a StreamingEndpointControl, assigning managed message
endpoint and parent MBean. |
|
| Method Summary | |
|---|---|
Date |
getLastPushTimestamp()
Returns the timestamp for the most recent push invocation. |
Integer |
getMaxStreamingClients()
Returns the maximum number of clients that will be allowed to establish a streaming HTTP connection with the endpoint. |
Integer |
getPushCount()
Returns the count of push invocations. |
Double |
getPushFrequency()
Returns the number of push invocations per minute. |
Integer |
getStreamingClientsCount()
Returns the the number of clients that are currently in the streaming state. |
void |
incrementPushCount()
Increments the count of messages pushed by the endpoint. |
void |
resetPushCount()
Resets the count of push invocations. |
| Methods inherited from class flex.management.runtime.messaging.endpoints.EndpointControl |
|---|
addToBytesDeserialized, addToBytesSerialized, getBytesDeserialized, getBytesSerialized, getId, getLastServiceMessageTimestamp, getSecurityConstraint, getSecurityConstraintOf, getServiceMessageCount, getServiceMessageFrequency, getStartTimestamp, getURI, incrementServiceMessageCount, isRunning, preDeregister, resetServiceMessageCount |
| Methods inherited from class flex.management.BaseControl |
|---|
getApplicationId, getMBeanServer, getObjectName, getParent, getParentControl, getRegistrar, getType, postDeregister, postRegister, preRegister, register, setStartTimestamp, unregister |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface flex.management.runtime.messaging.endpoints.EndpointControlMBean |
|---|
getBytesDeserialized, getBytesSerialized, getLastServiceMessageTimestamp, getSecurityConstraint, getServiceMessageCount, getServiceMessageFrequency, getStartTimestamp, getURI, isRunning, resetServiceMessageCount |
| Methods inherited from interface flex.management.BaseControlMBean |
|---|
getId, getParent, getType |
| Constructor Detail |
|---|
public StreamingEndpointControl(BaseStreamingHTTPEndpoint endpoint,
BaseControl parent)
StreamingEndpointControl, assigning managed message
endpoint and parent MBean.
endpoint - The BaseStreamingHTTPEndpoint managed by this MBean.parent - The parent MBean in the management hierarchy.| Method Detail |
|---|
public Integer getMaxStreamingClients()
StreamingEndpointControlMBean
getMaxStreamingClients in interface StreamingEndpointControlMBeanpublic Integer getPushCount()
StreamingEndpointControlMBean
getPushCount in interface StreamingEndpointControlMBeanpublic void resetPushCount()
StreamingEndpointControlMBean
resetPushCount in interface StreamingEndpointControlMBeanpublic void incrementPushCount()
public Date getLastPushTimestamp()
StreamingEndpointControlMBean
getLastPushTimestamp in interface StreamingEndpointControlMBeanpublic Double getPushFrequency()
StreamingEndpointControlMBean
getPushFrequency in interface StreamingEndpointControlMBeanpublic Integer getStreamingClientsCount()
StreamingEndpointControlMBean
getStreamingClientsCount in interface StreamingEndpointControlMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/management/runtime/messaging/endpoints/StreamingEndpointControl.html