Just a second...

Connector

Management interface to a connector

Object name format

The objectName for MBeans of this type is of the following form: com.pushtechnology.diffusion:type=Connector,name="name",server="server_name"

Attributes

Name Type Read/Write Description
keepAliveQueueMaximumDepth int read-write The maximum queue depth used for clients in the keep-alive state
keepAliveTime long read-write The time in milliseconds that an unexpectedly disconnected client is kept alive before closing
numberOfAcceptors int read The number of acceptors
queueDefinition String read-write The queue definition
totalNumberOfConnections long read The number of connections accepted since the connector was started
uptime String read The time this connector has been running as a formatted string, or 0 if the connector is not running
uptimeMillis long read The time this connector has been running in milliseconds, or 0 if the connector is not running

Operations

Name Return Type Arguments Impact Description
remove void 0 ACTION Remove the connector. It will not be possible to restart the connector again (until system restart).
Name Return Type Arguments Impact Description
start void 0 ACTION Start the connector
Name Return Type Arguments Impact Description
stop void 0 ACTION Stop the connector. Allows it to be restarted.
Name Return Type Arguments Impact Description
getDocumentedInterface Class 1 UNKNOWN  
Argument name Type Description
NULL PrometheusMBean NULL