Package | Description |
---|---|
nl.tudelft.simulation.naming |
Provides classes for a File and JVM implementation of Java's JNDI interfaces.
|
nl.tudelft.simulation.naming.listener |
Modifier and Type | Method and Description |
---|---|
void |
RemoteContextInterface.addNamingListener(Name target,
int scope,
RemoteContextListenerInterface l)
Adds a listener for receiving naming events fired when the object(s)
identified by a target and scope changes.
|
void |
RemoteContext.addNamingListener(Name target,
int scope,
RemoteContextListenerInterface l) |
void |
RemoteContextInterface.addNamingListener(String target,
int scope,
RemoteContextListenerInterface l)
Adds a listener for receiving naming events fired when the object named
by the string target name and scope changes.
|
void |
RemoteContext.addNamingListener(String target,
int scope,
RemoteContextListenerInterface l) |
void |
RemoteContextInterface.removeNamingListener(RemoteContextListenerInterface l)
Removes a listener from receiving naming events fired by this
EventContext.
|
void |
RemoteContext.removeNamingListener(RemoteContextListenerInterface l) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteContextListener
A RemoteContextListener.
|
Constructor and Description |
---|
RemoteContextListenerClient(RemoteContextListenerInterface target)
constructs a new RemoteContextListenerClient
|
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.