org.jnp.server
Class SingletonNamingServer

java.lang.Object
  extended by org.jnp.server.NamingServer
      extended by org.jnp.server.SingletonNamingServer
All Implemented Interfaces:
Serializable, Remote, Naming, NamingEvents

public class SingletonNamingServer
extends NamingServer

An extension of the NamingServer that installs itself as the NamingContext.setLocal(org.jnp.interfaces.Naming) instancee used as the JVM local server.

Version:
$Revision: 78906 $
Author:
Bill Burke
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jnp.server.NamingServer
parent, parser, prefix, table
 
Constructor Summary
SingletonNamingServer()
           
 
Method Summary
 void destroy()
           
 
Methods inherited from class org.jnp.server.NamingServer
addNamingListener, bind, createNamingServer, createSubcontext, createTable, fireEvent, getRoot, list, listBindings, lookup, rebind, removeNamingListener, targetMustExist, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingletonNamingServer

public SingletonNamingServer()
                      throws NamingException
Throws:
NamingException
Method Detail

destroy

public void destroy()


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.