|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterceptorType
A representation of the model object 'Interceptor Type'. The interceptorType element declares information about a single interceptor class. It consists of : - An optional description. - The fully-qualified name of the interceptor class. - An optional list of around invoke methods declared on the interceptor class and/or its super-classes. - An optional list of around timeout methods declared on the interceptor class and/or its super-classes. - An optional list environment dependencies for the interceptor class and/or its super-classes. - An optional list of post-activate methods declared on the interceptor class and/or its super-classes. - An optional list of pre-passivate methods declared on the interceptor class and/or its super-classes.
The following features are supported:
Description
Interceptor Class
Around Invoke
Around Timeout
Env Entry
Ejb Ref
Ejb Local Ref
Service Ref
Resource Ref
Resource Env Ref
Message Destination Ref
Persistence Context Ref
Persistence Unit Ref
Post Construct
Pre Destroy
Data Source
Post Activate
Pre Passivate
Id
EjbJar31Package.getInterceptorType()
Method Summary | |
---|---|
|
getAroundInvoke()
Returns the value of the 'Around Invoke' containment reference list. |
|
getAroundTimeout()
Returns the value of the 'Around Timeout' containment reference list. |
|
getDataSource()
Returns the value of the 'Data Source' containment reference list. |
|
getDescription()
Returns the value of the 'Description' containment reference list. |
|
getEjbLocalRef()
Returns the value of the 'Ejb Local Ref' containment reference list. |
|
getEjbRef()
Returns the value of the 'Ejb Ref' containment reference list. |
|
getEnvEntry()
Returns the value of the 'Env Entry' containment reference list. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
FullyQualifiedClassType |
getInterceptorClass()
Returns the value of the 'Interceptor Class' containment reference. |
|
getMessageDestinationRef()
Returns the value of the 'Message Destination Ref' containment reference list. |
|
getPersistenceContextRef()
Returns the value of the 'Persistence Context Ref' containment reference list. |
|
getPersistenceUnitRef()
Returns the value of the 'Persistence Unit Ref' containment reference list. |
|
getPostActivate()
Returns the value of the 'Post Activate' containment reference list. |
|
getPostConstruct()
Returns the value of the 'Post Construct' containment reference list. |
|
getPreDestroy()
Returns the value of the 'Pre Destroy' containment reference list. |
|
getPrePassivate()
Returns the value of the 'Pre Passivate' containment reference list. |
|
getResourceEnvRef()
Returns the value of the 'Resource Env Ref' containment reference list. |
|
getResourceRef()
Returns the value of the 'Resource Ref' containment reference list. |
|
getServiceRef()
Returns the value of the 'Service Ref' containment reference list. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setInterceptorClass(FullyQualifiedClassType value)
Sets the value of the ' Interceptor Class ' containment reference. |
Method Detail |
---|
getDescription()
DescriptionType
.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_Description()
FullyQualifiedClassType getInterceptorClass()
If the meaning of the 'Interceptor Class' containment reference isn't clear, there really should be more of a description here...
setInterceptorClass(FullyQualifiedClassType)
,
EjbJar31Package.getInterceptorType_InterceptorClass()
void setInterceptorClass(FullyQualifiedClassType value)
Interceptor Class
' containment reference.
value
- the new value of the 'Interceptor Class' containment reference.getInterceptorClass()
getAroundInvoke()
AroundInvokeType
.
If the meaning of the 'Around Invoke' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_AroundInvoke()
getAroundTimeout()
AroundTimeoutType
.
If the meaning of the 'Around Timeout' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_AroundTimeout()
getEnvEntry()
EnvEntryType
.
If the meaning of the 'Env Entry' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_EnvEntry()
getEjbRef()
EjbRefType
.
If the meaning of the 'Ejb Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_EjbRef()
getEjbLocalRef()
EjbLocalRefType
.
If the meaning of the 'Ejb Local Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_EjbLocalRef()
getServiceRef()
ServiceRefType
.
If the meaning of the 'Service Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_ServiceRef()
getResourceRef()
ResourceRefType
.
If the meaning of the 'Resource Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_ResourceRef()
getResourceEnvRef()
ResourceEnvRefType
.
If the meaning of the 'Resource Env Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_ResourceEnvRef()
getMessageDestinationRef()
MessageDestinationRefType
.
If the meaning of the 'Message Destination Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_MessageDestinationRef()
getPersistenceContextRef()
PersistenceContextRefType
.
If the meaning of the 'Persistence Context Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_PersistenceContextRef()
getPersistenceUnitRef()
PersistenceUnitRefType
.
If the meaning of the 'Persistence Unit Ref' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_PersistenceUnitRef()
getPostConstruct()
LifecycleCallbackType
.
If the meaning of the 'Post Construct' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_PostConstruct()
getPreDestroy()
LifecycleCallbackType
.
If the meaning of the 'Pre Destroy' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_PreDestroy()
getDataSource()
DataSourceType
.
If the meaning of the 'Data Source' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_DataSource()
getPostActivate()
LifecycleCallbackType
.
If the meaning of the 'Post Activate' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_PostActivate()
getPrePassivate()
LifecycleCallbackType
.
If the meaning of the 'Pre Passivate' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getInterceptorType_PrePassivate()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
EjbJar31Package.getInterceptorType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |