org.apache.jetspeed.components.jndi
Interface JNDIComponent
- All Known Implementing Classes:
- TyrexJNDIComponent
public interface JNDIComponent
JNDIComponent
- Version:
- $ $
- Author:
- Scott T. Weaver
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.