Package | Description |
---|---|
mx4j.remote | |
mx4j.remote.rmi | |
mx4j.tools.remote.http |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHeartBeat
Base implementation for the HeartBeat interface.
|
Constructor and Description |
---|
AbstractRemoteNotificationClientHandler(ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment)
Creates a new remote notification client-side handler.
|
Modifier and Type | Class and Description |
---|---|
class |
RMIHeartBeat |
Constructor and Description |
---|
RMIRemoteNotificationClientHandler(javax.management.remote.rmi.RMIConnection connection,
ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPHeartBeat |
Modifier and Type | Method and Description |
---|---|
protected HeartBeat |
HTTPConnector.createHeartBeat(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
java.util.Map environment) |
Modifier and Type | Method and Description |
---|---|
protected RemoteNotificationClientHandler |
HTTPConnector.createRemoteNotificationClientHandler(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment) |
Constructor and Description |
---|
HTTPRemoteNotificationClientHandler(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment) |