mx4j.remote
public interface MX4JRemoteConstants
Version: $Revision: 1.15 $
Field Summary | |
---|---|
static String | CLIENT_PROVIDER_CLASS
The string 'ClientProvider' as mandated by the spec |
static String | CONNECTION_HEARTBEAT_PERIOD
MX4J's implementation uses this property to specify the period (in ms) of the heartbeat pulse for
javax.management.remote.JMXConnector JMXConnectors that use heartbeat to check if the
connection with javax.management.remote.JMXConnectorServer JMXConnectorServers is still alive.
|
static String | CONNECTION_HEARTBEAT_RETRIES
MX4J's implementation uses this property to specify the number of retries of heartbeat pulses before
declaring the connection between a javax.management.remote.JMXConnector JMXConnector and a
javax.management.remote.JMXConnectorServer JMXConnectorServer failed, at which a
javax.management.remote.JMXConnectionNotification notification failed is emitted.
|
static String | FETCH_NOTIFICATIONS_MAX_NUMBER
The reference implementation uses this property to specify the maximum number of notification to fetch.
|
static String | FETCH_NOTIFICATIONS_SLEEP
MX4J's implementation uses this property to specify the amount of time (in ms) the client should sleep
between notification fetches. |
static String | FETCH_NOTIFICATIONS_TIMEOUT
The reference implementation uses this property to specify the notification fetch timeout (in ms).
|
static String | HTTP_SERVER_CONFIGURATION |
static String | NOTIFICATION_BUFFER_CAPACITY
The reference implementation uses this property to specify the notification buffer size.
|
static String | NOTIFICATION_PURGE_DISTANCE
MX4J's implementation uses this property to specify the distance between the lowest expected notification
sequence number (sent by the client via fetchNotifications()) and the minimum sequence number of the
notification buffer. |
static String | NOTIFICATION_QUEUE_CAPACITY
MX4J's implementation uses this property to specify the maximum notification queue size
on client size. |
static String | PROTOCOL_RESOLVER_PACKAGES
The key that specifies resolver packages, very much like
|
static String | PROVIDER_PACKAGES
MX4J provider packages list for JMXConnector and JMXConnectorServer factories |
static String | PROVIDER_PACKAGES_SEPARATOR
A vertical bar '|' as mandated by the spec |
static String | RESOLVER_CLASS
The string 'Resolver' |
static String | RESOLVER_PACKAGES
MX4J provider packages list for ConnectionResolver subclasses |
static String | RESOLVER_PACKAGES_SEPARATOR
A vertical bar '|' |
static String | SERVER_PROVIDER_CLASS
The string 'ServerProvider' as mandated by the spec |
javax.management.remote.JMXConnector JMXConnectors
that use heartbeat to check if the
connection with javax.management.remote.JMXConnectorServer JMXConnectorServers
is still alive.
See Also: CONNECTION_HEARTBEAT_RETRIES
javax.management.remote.JMXConnector JMXConnector
and a
javax.management.remote.JMXConnectorServer JMXConnectorServer
failed, at which a
javax.management.remote.JMXConnectionNotification notification failed
is emitted.
See Also: CONNECTION_HEARTBEAT_PERIOD
Deprecated: Use WEB_CONTAINER_CONFIGURATION instead