|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DisconnectMonitor
This interface gives a user a way to register their remote objects
for DisconnectEvent
s. The DisconnectMonitor
can be obtained by looking up
java:comp/weblogic/DisconnectMonitor
name in the local
JNDI tree. Every time the server, on which the remote object is
hosted, is disconnected, a DisconnectEvent
is delivered
using the DisconnectListener.onDisconnect(weblogic.rmi.extensions.DisconnectEvent)
method on the
registered DisconnectListener
.
DisconnectListener
,
DisconnectEvent
Field Summary | |
---|---|
static String |
JNDI_NAME
A symbolic reference to "weblogic.DisconnectMonitor" |
Method Summary | |
---|---|
void |
addDisconnectListener(Remote remoteObject,
DisconnectListener listener)
Registers DisconnectListener with the
DisconnectMonitor which will monitor when the remote
server hosting the remoteObject is disconnected. |
void |
removeDisconnectListener(Remote remoteObject,
DisconnectListener listener)
Removes the DisconnectListener registered on the
remoteObject. |
Field Detail |
---|
static final String JNDI_NAME
Method Detail |
---|
void addDisconnectListener(Remote remoteObject, DisconnectListener listener) throws DisconnectMonitorUnavailableException
DisconnectListener
with the
DisconnectMonitor
which will monitor when the remote
server hosting the remoteObject is disconnected. A DisconnectEvent
is delivered to the DisconnectListener
.
remoteObject
- listener
- Object implementing DisconnectListener
DisconnectMonitorUnavailableException
- Throws an exception
if it was unable to find a suitable
DisconnectMonitor
for this remoteObject.void removeDisconnectListener(Remote remoteObject, DisconnectListener listener) throws DisconnectMonitorUnavailableException
DisconnectListener
registered on the
remoteObject.
remoteObject
- listener
-
DisconnectMonitorUnavailableException
- Throws an exception
if it was unable to find a suitable
DisconnectMonitor
for this remoteObject.
|
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 CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |