org.apache.jetspeed.components.jndi
Interface JNDIComponent

All Known Implementing Classes:
TyrexJNDIComponent

public interface JNDIComponent

JNDIComponent

Version:
$ $
Author:
Scott T. Weaver

Method Summary
 void bindObject(String bindToName, Object obj)
           
 void bindToCurrentThread()
           
 Context getRootContext()
           
 void unbindFromCurrentThread()
           
 void unbindObject(String name)
           
 

Method Detail

getRootContext

public Context getRootContext()

bindToCurrentThread

public void bindToCurrentThread()
                         throws NamingException
Throws:
NamingException

unbindFromCurrentThread

public void unbindFromCurrentThread()
                             throws NamingException
Throws:
NamingException

bindObject

public void bindObject(String bindToName,
                       Object obj)
                throws NamingException
Throws:
NamingException

unbindObject

public void unbindObject(String name)
                  throws NamingException
Throws:
NamingException


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.