org.jboss.ejb3.metamodel
Class Interceptor

java.lang.Object
  extended by org.jboss.metamodel.descriptor.EnvironmentRefGroup
      extended by org.jboss.ejb3.metamodel.Interceptor
All Implemented Interfaces:
Injectable

public class Interceptor
extends EnvironmentRefGroup
implements Injectable

Version:
$Revision: 75470 $
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.metamodel.descriptor.EnvironmentRefGroup
ejbLocalRefs, ejbRefs, envEntries, jndiRefs, messageDestinationRefs, messageDestinationRefsByLink, resourceEnvRefs, resourceRefs, serviceRefs
 
Constructor Summary
Interceptor()
           
 
Method Summary
 void addPersistenceContextRef(PersistenceContextRef ref)
           
 void addPersistenceUnitRef(PersistenceUnitRef ref)
           
 Method getAroundInvoke()
           
 String getInterceptorClass()
           
 List<PersistenceContextRef> getPersistenceContextRefs()
           
 List<PersistenceUnitRef> getPersistenceUnitRefs()
           
 Method getPostActivate()
           
 Method getPostConstruct()
           
 Method getPreDestroy()
           
 Method getPrePassivate()
           
 void setAroundInvoke(Method aroundInvoke)
           
 void setInterceptorClass(String interceptorClass)
           
 void setPostActivate(Method postActivate)
           
 void setPostConstruct(Method postConstruct)
           
 void setPreDestroy(Method preDestroy)
           
 void setPrePassivate(Method prePassivate)
           
 
Methods inherited from class org.jboss.metamodel.descriptor.EnvironmentRefGroup
addEjbLocalRef, addEjbRef, addEnvEntry, addJndiRef, addMessageDestinationRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbLocalRefs, getEjbRefs, getEnvEntries, getJndiRefs, getMessageDestinationRefForLink, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs, getServiceRef, getServiceRefs, toString, updateEjbLocalRef, updateEjbRef, updateMessageDestinationRef, updateResourceEnvRef, updateResourceRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.ejb3.metamodel.Injectable
getEjbLocalRefs, getEjbRefs, getJndiRefs, getMessageDestinationRefs, getResourceEnvRefs, getResourceRefs, getServiceRefs
 

Constructor Detail

Interceptor

public Interceptor()
Method Detail

getAroundInvoke

public Method getAroundInvoke()

setAroundInvoke

public void setAroundInvoke(Method aroundInvoke)

getInterceptorClass

public String getInterceptorClass()

setInterceptorClass

public void setInterceptorClass(String interceptorClass)

getPostActivate

public Method getPostActivate()

setPostActivate

public void setPostActivate(Method postActivate)

getPostConstruct

public Method getPostConstruct()

setPostConstruct

public void setPostConstruct(Method postConstruct)

getPreDestroy

public Method getPreDestroy()

setPreDestroy

public void setPreDestroy(Method preDestroy)

getPrePassivate

public Method getPrePassivate()

setPrePassivate

public void setPrePassivate(Method prePassivate)

getPersistenceContextRefs

public List<PersistenceContextRef> getPersistenceContextRefs()
Specified by:
getPersistenceContextRefs in interface Injectable
Overrides:
getPersistenceContextRefs in class EnvironmentRefGroup

getPersistenceUnitRefs

public List<PersistenceUnitRef> getPersistenceUnitRefs()
Specified by:
getPersistenceUnitRefs in interface Injectable
Overrides:
getPersistenceUnitRefs in class EnvironmentRefGroup

addPersistenceContextRef

public void addPersistenceContextRef(PersistenceContextRef ref)
Overrides:
addPersistenceContextRef in class EnvironmentRefGroup

addPersistenceUnitRef

public void addPersistenceUnitRef(PersistenceUnitRef ref)
Overrides:
addPersistenceUnitRef in class EnvironmentRefGroup


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.