nl.tudelft.simulation.naming.listener
Class RemoteContextListenerClient
java.lang.Object
nl.tudelft.simulation.naming.listener.RemoteContextListenerClient
- All Implemented Interfaces:
- EventListener, NamespaceChangeListener, NamingListener, ObjectChangeListener, ContextListenerInterface
public class RemoteContextListenerClient
- extends Object
- implements ContextListenerInterface
The local wrapper for remoteContextListeners.
(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.
- Since:
- 1.4
- Version:
- 1.2 Apr 14, 2004
- Author:
- Peter
Jacobs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteContextListenerClient
public RemoteContextListenerClient(RemoteContextListenerInterface target)
- constructs a new RemoteContextListenerClient
- Parameters:
target
- the remote target on which method invocation must be
tunneled.
namingExceptionThrown
public void namingExceptionThrown(NamingExceptionEvent evt)
- Specified by:
namingExceptionThrown
in interface NamingListener
- See Also:
#namingExceptionThrown(javax.naming.event.NamingExceptionEvent)
objectAdded
public void objectAdded(NamingEvent evt)
- Specified by:
objectAdded
in interface NamespaceChangeListener
- See Also:
NamespaceChangeListener.objectAdded(javax.naming.event.NamingEvent)
objectRemoved
public void objectRemoved(NamingEvent evt)
- Specified by:
objectRemoved
in interface NamespaceChangeListener
- See Also:
NamespaceChangeListener.objectRemoved(javax.naming.event.NamingEvent)
objectRenamed
public void objectRenamed(NamingEvent evt)
- Specified by:
objectRenamed
in interface NamespaceChangeListener
- See Also:
NamespaceChangeListener.objectRenamed(javax.naming.event.NamingEvent)
objectChanged
public void objectChanged(NamingEvent evt)
- *
- Specified by:
objectChanged
in interface ObjectChangeListener
- See Also:
ObjectChangeListener.objectChanged(javax.naming.event.NamingEvent)
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.