org.jboss.naming
Class JNDIBindingService
java.lang.Object
org.jboss.naming.JNDIBindingService
public class JNDIBindingService
- extends Object
A service which allows arbitrary values to be bound into JNDI.
- Version:
- $Revision: 57209 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDIBindingService
public JNDIBindingService()
getBindings
public JNDIBindings getBindings()
setBindings
public void setBindings(JNDIBindings bindings)
getRootName
public String getRootName()
setRootName
public void setRootName(String rootName)
addBindings
public void addBindings()
throws NamingException
- Throws:
NamingException
removeBindings
public void removeBindings()
throws NamingException
- Throws:
NamingException
start
public void start()
throws Exception
- Throws:
Exception
stop
public void stop()
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.