|
Oracle | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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
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. |
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. |
Provides support for DisconnectEvent
, DisconnectListener
,
DisconnectMonitor
, and PortableRemoteObject
.
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |