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

Context getRootContext()

bindToCurrentThread

void bindToCurrentThread()
                         throws NamingException
Throws:
NamingException

unbindFromCurrentThread

void unbindFromCurrentThread()
                             throws NamingException
Throws:
NamingException

bindObject

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

unbindObject

void unbindObject(String name)
                  throws NamingException
Throws:
NamingException


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