org.apache.jetspeed.components.jndi
Class TyrexJNDIComponent

java.lang.Object
  extended by org.apache.jetspeed.components.jndi.TyrexJNDIComponent
All Implemented Interfaces:
JNDIComponent

public class TyrexJNDIComponent
extends java.lang.Object
implements JNDIComponent

TyrexJNDIComponent

Version:
$Id: TyrexJNDIComponent.java 516881 2007-03-11 10:34:21Z ate $
Author:
Scott T. Weaver

Constructor Summary
TyrexJNDIComponent()
           
 
Method Summary
 void bindObject(java.lang.String bindToName, java.lang.Object obj)
           bindObject
 void bindToCurrentThread()
           
 javax.naming.Context getRootContext()
           
 void unbindFromCurrentThread()
           unbindFromCurrentThread
 void unbindObject(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TyrexJNDIComponent

public TyrexJNDIComponent()
                   throws javax.naming.NamingException
Throws:
javax.naming.NamingException
See Also:
org.apache.fulcrum.Service#init()
Method Detail

getRootContext

public javax.naming.Context getRootContext()
Specified by:
getRootContext in interface JNDIComponent
See Also:
org.apache.jetspeed.cps.jndi.JNDIService#getRootContext()

bindToCurrentThread

public void bindToCurrentThread()
                         throws javax.naming.NamingException
Specified by:
bindToCurrentThread in interface JNDIComponent
Throws:
javax.naming.NamingException
See Also:
org.apache.jetspeed.cps.jndi.JNDIService#bindToCurrentThread()

bindObject

public void bindObject(java.lang.String bindToName,
                       java.lang.Object obj)
                throws javax.naming.NamingException

bindObject

Specified by:
bindObject in interface JNDIComponent
Parameters:
bindToName -
obj -
Throws:
javax.naming.NamingException
See Also:
org.apache.jetspeed.cps.jndi.JNDIComponent#bindObject(java.lang.String, java.lang.Object)

unbindFromCurrentThread

public void unbindFromCurrentThread()
                             throws javax.naming.NamingException

unbindFromCurrentThread

Specified by:
unbindFromCurrentThread in interface JNDIComponent
Throws:
javax.naming.NamingException
See Also:
JNDIComponent.unbindFromCurrentThread()

unbindObject

public void unbindObject(java.lang.String name)
                  throws javax.naming.NamingException
Specified by:
unbindObject in interface JNDIComponent
Throws:
javax.naming.NamingException


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