Package | Description |
---|---|
mx4j.remote | |
mx4j.remote.rmi | |
mx4j.tools.remote | |
mx4j.tools.remote.http |
Constructor and Description |
---|
AbstractHeartBeat(ConnectionNotificationEmitter emitter,
java.util.Map environment)
Creates a new HeartBeat.
|
AbstractRemoteNotificationClientHandler(ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment)
Creates a new remote notification client-side handler.
|
Constructor and Description |
---|
RMIHeartBeat(javax.management.remote.rmi.RMIConnection connection,
ConnectionNotificationEmitter emitter,
java.util.Map environment) |
RMIRemoteNotificationClientHandler(javax.management.remote.rmi.RMIConnection connection,
ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment) |
Modifier and Type | Method and Description |
---|---|
protected ConnectionNotificationEmitter |
AbstractJMXConnector.createConnectionNotificationEmitter()
Creates a notification emitter used to emit connection notifications.
|
protected ConnectionNotificationEmitter |
AbstractJMXConnector.getConnectionNotificationEmitter() |
Modifier and Type | Method and Description |
---|---|
protected HeartBeat |
HTTPConnector.createHeartBeat(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
java.util.Map environment) |
protected RemoteNotificationClientHandler |
HTTPConnector.createRemoteNotificationClientHandler(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment) |
Constructor and Description |
---|
HTTPHeartBeat(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
java.util.Map environment) |
HTTPRemoteNotificationClientHandler(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment) |