Method Summary |
|
public void | addNamingObjectListener(NamingObjectListener nol) This method will add a NamingObjectListener to the set of listeners for the NamingObject event.
Parameters: nol - The NamingObjectListener to add as a listener. |
public void | debugSetNameIntValue(int val) This is a debug method that will set the next integer value. |
public INameable | get(String name) Given the name, return the INameable object stored by the NameService . |
public Map | getMap(String name, boolean create) This method will return the state map associated with the Nameable object if the
object has been stored in the NameService and something has been stored
into the Map . |
public static NameService | instance(HttpSession session) This will return the session specific instance of a NameService. |
public synchronized void | nameObject(String namePrefix, INameable object) This method will create a unique name for an INameable object. |
public void | put(INameable object) This method will store an INameable object into the NameService . |
public void | removeNamingObjectListener(NamingObjectListener nol) This method will remove a NamingObjectListener from the set of listeners. |
public static synchronized NameService | staticInstance() This will return a create a static name service. |