public class InterceptorMetaData extends NamedMetaDataWithDescriptions implements Environment
Constructor and Description |
---|
InterceptorMetaData()
Create a new InterceptorMetaData.
|
getDescriptions, setDescriptions
equals, getKey, getName, hashCode, setName, toString
clone, getId, setId
finalize, getClass, notify, notifyAll, wait, wait, wait
getKey
public 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)
Environment
getEjbLocalReferenceByName
in interface Environment
name
- the namepublic EJBLocalReferencesMetaData getEjbLocalReferences()
Environment
getEjbLocalReferences
in interface Environment
public EJBReferenceMetaData getEjbReferenceByName(String name)
RemoteEnvironment
getEjbReferenceByName
in interface RemoteEnvironment
name
- the namepublic EJBReferencesMetaData getEjbReferences()
RemoteEnvironment
getEjbReferences
in interface RemoteEnvironment
public AnnotatedEJBReferencesMetaData getAnnotatedEjbReferences()
RemoteEnvironment
getAnnotatedEjbReferences
in interface RemoteEnvironment
public EnvironmentEntriesMetaData getEnvironmentEntries()
RemoteEnvironment
getEnvironmentEntries
in interface RemoteEnvironment
public EnvironmentEntryMetaData getEnvironmentEntryByName(String name)
RemoteEnvironment
getEnvironmentEntryByName
in interface RemoteEnvironment
name
- the namepublic MessageDestinationReferenceMetaData getMessageDestinationReferenceByName(String name)
RemoteEnvironment
getMessageDestinationReferenceByName
in interface RemoteEnvironment
name
- the namepublic MessageDestinationReferencesMetaData getMessageDestinationReferences()
RemoteEnvironment
getMessageDestinationReferences
in interface RemoteEnvironment
public PersistenceContextReferenceMetaData getPersistenceContextReferenceByName(String name)
Environment
getPersistenceContextReferenceByName
in interface Environment
name
- the namepublic PersistenceContextReferencesMetaData getPersistenceContextRefs()
Environment
getPersistenceContextRefs
in interface Environment
public PersistenceUnitReferenceMetaData getPersistenceUnitReferenceByName(String name)
RemoteEnvironment
getPersistenceUnitReferenceByName
in interface RemoteEnvironment
name
- the namepublic PersistenceUnitReferencesMetaData getPersistenceUnitRefs()
RemoteEnvironment
getPersistenceUnitRefs
in interface RemoteEnvironment
public LifecycleCallbacksMetaData getPostConstructs()
RemoteEnvironment
getPostConstructs
in interface RemoteEnvironment
public LifecycleCallbacksMetaData getPreDestroys()
RemoteEnvironment
getPreDestroys
in interface RemoteEnvironment
public ResourceEnvironmentReferenceMetaData getResourceEnvironmentReferenceByName(String name)
RemoteEnvironment
getResourceEnvironmentReferenceByName
in interface RemoteEnvironment
name
- the namepublic ResourceEnvironmentReferencesMetaData getResourceEnvironmentReferences()
RemoteEnvironment
getResourceEnvironmentReferences
in interface RemoteEnvironment
public ResourceReferenceMetaData getResourceReferenceByName(String name)
RemoteEnvironment
getResourceReferenceByName
in interface RemoteEnvironment
name
- the namepublic ResourceReferencesMetaData getResourceReferences()
RemoteEnvironment
getResourceReferences
in interface RemoteEnvironment
public ServiceReferenceMetaData getServiceReferenceByName(String name)
RemoteEnvironment
getServiceReferenceByName
in interface RemoteEnvironment
name
- the namepublic ServiceReferencesMetaData getServiceReferences()
RemoteEnvironment
getServiceReferences
in interface RemoteEnvironment
public AroundTimeoutsMetaData getAroundTimeouts()
public void setAroundTimeouts(AroundTimeoutsMetaData aroundTimeouts)
public DataSourceMetaData getDataSourceByName(String name)
RemoteEnvironment
getDataSourceByName
in interface RemoteEnvironment
name
- the nameRemoteEnvironment.getDataSourceByName(java.lang.String)
public DataSourcesMetaData getDataSources()
RemoteEnvironment
getDataSources
in interface RemoteEnvironment
RemoteEnvironment.getDataSources()
public AdministeredObjectsMetaData getAdministeredObjects()
RemoteEnvironment
getAdministeredObjects
in interface RemoteEnvironment
public AdministeredObjectMetaData getAdministeredObjectByName(String name) throws IllegalArgumentException
RemoteEnvironment
getAdministeredObjectByName
in interface RemoteEnvironment
name
- the nameIllegalArgumentException
- for a null namepublic ConnectionFactoriesMetaData getConnectionFactories()
RemoteEnvironment
getConnectionFactories
in interface RemoteEnvironment
public ConnectionFactoryMetaData getConnectionFactoryByName(String name) throws IllegalArgumentException
RemoteEnvironment
getConnectionFactoryByName
in interface RemoteEnvironment
name
- the nameIllegalArgumentException
- for a null namepublic JMSConnectionFactoriesMetaData getJmsConnectionFactories()
RemoteEnvironment
getJmsConnectionFactories
in interface RemoteEnvironment
public JMSConnectionFactoryMetaData getJmsConnectionFactoryByName(String name) throws IllegalArgumentException
RemoteEnvironment
getJmsConnectionFactoryByName
in interface RemoteEnvironment
name
- the nameIllegalArgumentException
- for a null namepublic JMSDestinationsMetaData getJmsDestinations()
RemoteEnvironment
getJmsDestinations
in interface RemoteEnvironment
public JMSDestinationMetaData getJmsDestinationByName(String name) throws IllegalArgumentException
RemoteEnvironment
getJmsDestinationByName
in interface RemoteEnvironment
name
- the nameIllegalArgumentException
- for a null namepublic MailSessionsMetaData getMailSessions()
RemoteEnvironment
getMailSessions
in interface RemoteEnvironment
public MailSessionMetaData getMailSessionByName(String name) throws IllegalArgumentException
RemoteEnvironment
getMailSessionByName
in interface RemoteEnvironment
name
- the nameIllegalArgumentException
- for a null namepublic void merge(InterceptorMetaData override, InterceptorMetaData original)
InterceptorMetaData
override
- 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 © 2019 JBoss by Red Hat. All rights reserved.