public class InterceptorMetaData extends NamedMetaDataWithDescriptions implements Environment
| Constructor and Description |
|---|
InterceptorMetaData()
Create a new InterceptorMetaData.
|
getDescriptions, setDescriptionsequals, getKey, getName, hashCode, setName, toStringclone, getId, setIdfinalize, getClass, notify, notifyAll, wait, wait, waitgetKeypublic InterceptorMetaData()
public EnvironmentRefsGroupMetaData getJndiEnvironmentRefsGroup()
public void setJndiEnvironmentRefsGroup(EnvironmentRefsGroupMetaData environment)
environment - the environment.IllegalArgumentException - for a null environmentpublic String getInterceptorClass()
public void setInterceptorClass(String interceptorClass)
interceptorClass - the interceptorClass.IllegalArgumentException - for a null interceptorClasspublic AroundInvokesMetaData getAroundInvokes()
public void setAroundInvokes(AroundInvokesMetaData aroundInvokes)
aroundInvokes - the aroundInvokes.IllegalArgumentException - for a null aroundInvokespublic LifecycleCallbacksMetaData getPostActivates()
public void setPostActivates(LifecycleCallbacksMetaData postActivates)
postActivates - the postActivates.IllegalArgumentException - for a null postActivatespublic LifecycleCallbacksMetaData getPrePassivates()
public void setPrePassivates(LifecycleCallbacksMetaData prePassivates)
prePassivates - the prePassivates.IllegalArgumentException - for a null prePassivatespublic EJBLocalReferenceMetaData getEjbLocalReferenceByName(String name)
EnvironmentgetEjbLocalReferenceByName in interface Environmentname - the namepublic EJBLocalReferencesMetaData getEjbLocalReferences()
EnvironmentgetEjbLocalReferences in interface Environmentpublic EJBReferenceMetaData getEjbReferenceByName(String name)
RemoteEnvironmentgetEjbReferenceByName in interface RemoteEnvironmentname - the namepublic EJBReferencesMetaData getEjbReferences()
RemoteEnvironmentgetEjbReferences in interface RemoteEnvironmentpublic AnnotatedEJBReferencesMetaData getAnnotatedEjbReferences()
RemoteEnvironmentgetAnnotatedEjbReferences in interface RemoteEnvironmentpublic EnvironmentEntriesMetaData getEnvironmentEntries()
RemoteEnvironmentgetEnvironmentEntries in interface RemoteEnvironmentpublic EnvironmentEntryMetaData getEnvironmentEntryByName(String name)
RemoteEnvironmentgetEnvironmentEntryByName in interface RemoteEnvironmentname - the namepublic MessageDestinationReferenceMetaData getMessageDestinationReferenceByName(String name)
RemoteEnvironmentgetMessageDestinationReferenceByName in interface RemoteEnvironmentname - the namepublic MessageDestinationReferencesMetaData getMessageDestinationReferences()
RemoteEnvironmentgetMessageDestinationReferences in interface RemoteEnvironmentpublic PersistenceContextReferenceMetaData getPersistenceContextReferenceByName(String name)
EnvironmentgetPersistenceContextReferenceByName in interface Environmentname - the namepublic PersistenceContextReferencesMetaData getPersistenceContextRefs()
EnvironmentgetPersistenceContextRefs in interface Environmentpublic PersistenceUnitReferenceMetaData getPersistenceUnitReferenceByName(String name)
RemoteEnvironmentgetPersistenceUnitReferenceByName in interface RemoteEnvironmentname - the namepublic PersistenceUnitReferencesMetaData getPersistenceUnitRefs()
RemoteEnvironmentgetPersistenceUnitRefs in interface RemoteEnvironmentpublic LifecycleCallbacksMetaData getPostConstructs()
RemoteEnvironmentgetPostConstructs in interface RemoteEnvironmentpublic LifecycleCallbacksMetaData getPreDestroys()
RemoteEnvironmentgetPreDestroys in interface RemoteEnvironmentpublic ResourceEnvironmentReferenceMetaData getResourceEnvironmentReferenceByName(String name)
RemoteEnvironmentgetResourceEnvironmentReferenceByName in interface RemoteEnvironmentname - the namepublic ResourceEnvironmentReferencesMetaData getResourceEnvironmentReferences()
RemoteEnvironmentgetResourceEnvironmentReferences in interface RemoteEnvironmentpublic ResourceReferenceMetaData getResourceReferenceByName(String name)
RemoteEnvironmentgetResourceReferenceByName in interface RemoteEnvironmentname - the namepublic ResourceReferencesMetaData getResourceReferences()
RemoteEnvironmentgetResourceReferences in interface RemoteEnvironmentpublic ServiceReferenceMetaData getServiceReferenceByName(String name)
RemoteEnvironmentgetServiceReferenceByName in interface RemoteEnvironmentname - the namepublic ServiceReferencesMetaData getServiceReferences()
RemoteEnvironmentgetServiceReferences in interface RemoteEnvironmentpublic AroundTimeoutsMetaData getAroundTimeouts()
public void setAroundTimeouts(AroundTimeoutsMetaData aroundTimeouts)
public DataSourceMetaData getDataSourceByName(String name)
RemoteEnvironmentgetDataSourceByName in interface RemoteEnvironmentname - the nameRemoteEnvironment.getDataSourceByName(java.lang.String)public DataSourcesMetaData getDataSources()
RemoteEnvironmentgetDataSources in interface RemoteEnvironmentRemoteEnvironment.getDataSources()public void merge(InterceptorMetaData override, InterceptorMetaData original)
InterceptorMetaDataoverride - The override interceptor metadata (usually the metadata created out of xml deployment descriptor)original - The original interceptor metadata (usually the metadata created out of annotation scanning)Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.