DisconnectEvent
, DisconnectListener
,
DisconnectMonitor
, and PortableRemoteObject
.See: Description
Interface | Description |
---|---|
AsyncResult |
This interface defines the client API for asynchronous method
invocaiton in Weblogic RMI.
|
AsyncResultListener |
This interface defines the callback API for WebLogic RMI.
|
ConnectEvent |
An object of this type is passed to onConnect method by the
ConnectMonitor while calling back on the registered
ConnectListeners.
|
ConnectListener |
Implementation of this Interface is registered with the ConnectMonitor using
a server name as a key.
|
ConnectMonitor |
This interface gives a user a way to register their
ConnectListeners to get ConnectEvents.
|
DisconnectEvent |
An object of this type is passed by
the
DisconnectMonitor while calling back on the registered
DisconnectListener s. |
DisconnectListener |
Implementations of this interface, along with a remote object, are
used to register with the
DisconnectMonitor . |
DisconnectMonitor |
This interface gives a user a way to register their remote objects
for
DisconnectEvent s. |
DisconnectMonitorList |
This interface gives a user a way to register their DisconnectMonitor
implementations.
|
NotificationListener |
This interface defines the callback API for WebLogic RMI.
|
ServerDisconnectEvent |
An object of this type is passed to onDisconnect method by the
DisconnectMonitor while calling back on the registered
DisconnectListeners for servers.
|
Class | Description |
---|---|
AbstractDisconnectMonitorDelegate |
AbstractDisconnectMonitorDelegate implements a
DisconnectMonitor suitable for use by protocol only clients.
|
AbstractDisconnectMonitorDelegate.HelperEntry | |
AbstractDisconnectMonitorDelegate.Pinger | |
AbstractDisconnectMonitorDelegate.Timer | |
AsyncResultFactory |
AsyncResultFactory provides methods for producing the object that
are used to asynchronously rendezvous with the results of a remote
method call in WebLogic RMI.
|
AsyncResultFactory.CallbackableResultImpl | |
DisconnectEventImpl | |
DisconnectMonitorListImpl |
Singleton implementation of
DisconnectMonitor and
DisconnectMonitorList . |
DisconnectMonitorListImpl.DisconnectMonitorListImplSingleton | |
PortableRemoteObject |
API for managing references required by higher-level
functionality.
|
RemoteHelper |
Provides several utility methods for dealing with remote objects.
|
ServerDisconnectEventImpl | |
StubFactory |
Exception | Description |
---|---|
DisconnectMonitorException |
DisconnectMonitorException is delivered to the
DisconnectListener when the heartbeat interval has elapsed.
|
DisconnectMonitorUnavailableException |
DisconnectMonitorUnavailableException is thrown when
an attempt to add a DisconnectListener does not complete
usually because a suitable underlying DisconnectMonitor
could not be found. |
NotImplementedException | |
RemoteRuntimeException |
RemoteRuntimeException is thrown by client stubs
when an unexpected RuntimeException occurs. |
RemoteSystemException |
CORBA SystemException's are wrapped in RemoteSystemException to
preserve RMI semantics while supporting failover for IDL
interfaces.
|
RequestTimeoutException |
RequestTimeoutException is raised when an RMI call blocks for
longer that its designated timeout period.
|
UnrecoverableConnectionException |
DisconnectEvent
, DisconnectListener
,
DisconnectMonitor
, and PortableRemoteObject
.