org.objectweb.easybeans.deployment.xml.struct
Class Interceptor

java.lang.Object
  extended by org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
      extended by org.objectweb.easybeans.deployment.xml.struct.Interceptor

public class Interceptor
extends AbsEnvironment

This class defines the implementation of the element interceptor.

Author:
Florent Benoit

Field Summary
private  java.lang.String interceptorClass
          Element <interceptor-class>.
static java.lang.String NAME
          Name of this element.
 
Constructor Summary
Interceptor()
          Constructor.
 
Method Summary
 java.lang.String getInterceptorClass()
           
 void setInterceptorClass(java.lang.String interceptorClass)
          Sets the name of the interceptor class.
 
Methods inherited from class org.objectweb.easybeans.deployment.xml.struct.common.AbsEnvironment
addAroundInvoke, addEJBLocalRef, addEJBRef, addEnvEntry, addPostActivateCallback, addPostConstructCallback, addPreDestroyCallback, addPrePassivateCallback, addResourceEnvRef, addResourceRef, getAroundInvokeList, getEJBLocalRefList, getEJBRefList, getEnvEntryList, getPostActivateCallbackList, getPostConstructCallbackList, getPreDestroyCallbackList, getPrePassivateCallbackList, getResourceEnvRefList, getResourceRefList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final java.lang.String NAME
Name of this element.

See Also:
Constant Field Values

interceptorClass

private java.lang.String interceptorClass
Element <interceptor-class>.

Constructor Detail

Interceptor

public Interceptor()
Constructor.

Method Detail

getInterceptorClass

public java.lang.String getInterceptorClass()
Returns:
the name of the interceptor class.

setInterceptorClass

public void setInterceptorClass(java.lang.String interceptorClass)
Sets the name of the interceptor class.

Parameters:
interceptorClass - the name of the interceptor class.