org.apache.jetspeed.components.jndi
Interface JNDIComponent
- All Known Implementing Classes:
- TyrexJNDIComponent
public interface JNDIComponent
JNDIComponent
- Version:
- $ $
- Author:
- Scott T. Weaver
getRootContext
javax.naming.Context getRootContext()
bindToCurrentThread
void bindToCurrentThread()
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
unbindFromCurrentThread
void unbindFromCurrentThread()
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
bindObject
void bindObject(java.lang.String bindToName,
java.lang.Object obj)
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
unbindObject
void unbindObject(java.lang.String name)
throws javax.naming.NamingException
- Throws:
javax.naming.NamingException
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.