public class RemoteContextListenerClient extends Object implements ContextListenerInterface
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Constructor and Description |
---|
RemoteContextListenerClient(RemoteContextListenerInterface target)
constructs a new RemoteContextListenerClient
|
Modifier and Type | Method and Description |
---|---|
void |
namingExceptionThrown(NamingExceptionEvent evt) |
void |
objectAdded(NamingEvent evt) |
void |
objectChanged(NamingEvent evt)
*
|
void |
objectRemoved(NamingEvent evt) |
void |
objectRenamed(NamingEvent evt) |
public RemoteContextListenerClient(RemoteContextListenerInterface target)
target
- the remote target on which method invocation must be
tunneled.public void namingExceptionThrown(NamingExceptionEvent evt)
namingExceptionThrown
in interface NamingListener
#namingExceptionThrown(javax.naming.event.NamingExceptionEvent)
public void objectAdded(NamingEvent evt)
objectAdded
in interface NamespaceChangeListener
NamespaceChangeListener.objectAdded(javax.naming.event.NamingEvent)
public void objectRemoved(NamingEvent evt)
objectRemoved
in interface NamespaceChangeListener
NamespaceChangeListener.objectRemoved(javax.naming.event.NamingEvent)
public void objectRenamed(NamingEvent evt)
objectRenamed
in interface NamespaceChangeListener
NamespaceChangeListener.objectRenamed(javax.naming.event.NamingEvent)
public void objectChanged(NamingEvent evt)
objectChanged
in interface ObjectChangeListener
ObjectChangeListener.objectChanged(javax.naming.event.NamingEvent)
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.