Oracle

Package weblogic.rmi.extensions

Provides support for DisconnectEvent, DisconnectListener, DisconnectMonitor, and PortableRemoteObject.

See:
          Description

Interface Summary
DisconnectEvent An object of this type is passed to #onDisconnect method by the DisconnectMonitor while calling back on the registered DisconnectListeners.
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 DisconnectEvents.
 

Class Summary
PortableRemoteObject API for managing references required by higher-level functionality.
 

Exception Summary
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.
RequestTimeoutException RequestTimeoutException is raised when an RMI call blocks for longer that its designated timeout period.
 

Package weblogic.rmi.extensions Description

Provides support for DisconnectEvent, DisconnectListener, DisconnectMonitor, and PortableRemoteObject.


Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle