org.xfp.filters.jndi
Class JNDIBind

java.lang.Object
  extended byorg.xfp.AttributeContainer
      extended byorg.xfp.Filter
          extended byorg.xfp.filters.jndi.JNDIAbstractFilter
              extended byorg.xfp.filters.jndi.JNDIBind

public class JNDIBind
extends JNDIAbstractFilter

Performs a JNDI lookup.

Version:
$Id: JNDIBind.java,v 1.1 2004/03/19 15:56:45 flaviotordini Exp $
Author:
Flavio Tordini

Nested Class Summary
 
Nested classes inherited from class org.xfp.Filter
Filter.OnErrorEnum, Filter.OnLoopErrorEnum
 
Field Summary
 
Fields inherited from class org.xfp.AttributeContainer
parentContainer
 
Constructor Summary
JNDIBind()
           
 
Method Summary
 void execute()
           
 void setObject(java.lang.Object object)
          Sets the object to bind.
 void subreset()
          Subclasses must reset their status within this method.
 
Methods inherited from class org.xfp.filters.jndi.JNDIAbstractFilter
reset, setEnvironment, setName
 
Methods inherited from class org.xfp.Filter
getOnError, initialize, log, newInstance, perform, toString
 
Methods inherited from class org.xfp.AttributeContainer
configureAttributes, disposeAttributes, getAttributes, getFullName, getName, initializeAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JNDIBind

public JNDIBind()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Throws:
java.lang.Exception

subreset

public void subreset()
Description copied from class: JNDIAbstractFilter
Subclasses must reset their status within this method.

Specified by:
subreset in class JNDIAbstractFilter
See Also:
JNDIAbstractFilter.subreset()

setObject

public void setObject(java.lang.Object object)
Sets the object to bind.

Parameters:
object - The object to set


Copyright © 2003-2004 XFP Team. All Rights Reserved.