org.xfp.filters.jndi
Class JNDILookup

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

public class JNDILookup
extends JNDIAbstractFilter

Performs a JNDI lookup.

Version:
$Id: JNDILookup.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
JNDILookup()
           
 
Method Summary
 java.lang.Object execute()
           
 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

JNDILookup

public JNDILookup()
Method Detail

execute

public java.lang.Object 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()


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