|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterceptorType
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 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.
Java class for interceptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="interceptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="interceptor-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="around-invoke" type="{http://java.sun.com/xml/ns/javaee}around-invokeType" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
<element name="post-activate" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
<element name="pre-passivate" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Method Detail |
|---|
DescriptionType[] getDescription()
DescriptionTypeDescriptionType getDescription(int idx)
DescriptionTypeint getDescriptionLength()
void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypeFullyQualifiedClassType getInterceptorClass()
FullyQualifiedClassTypevoid setInterceptorClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypeAroundInvokeType[] getAroundInvoke()
AroundInvokeTypeAroundInvokeType getAroundInvoke(int idx)
AroundInvokeTypeint getAroundInvokeLength()
void setAroundInvoke(AroundInvokeType[] values)
values - allowed objects are
AroundInvokeType
AroundInvokeType setAroundInvoke(int idx,
AroundInvokeType value)
value - allowed object is
AroundInvokeTypeEnvEntryType[] getEnvEntry()
EnvEntryTypeEnvEntryType getEnvEntry(int idx)
EnvEntryTypeint getEnvEntryLength()
void setEnvEntry(EnvEntryType[] values)
values - allowed objects are
EnvEntryType
EnvEntryType setEnvEntry(int idx,
EnvEntryType value)
value - allowed object is
EnvEntryTypeEjbRefType[] getEjbRef()
EjbRefTypeEjbRefType getEjbRef(int idx)
EjbRefTypeint getEjbRefLength()
void setEjbRef(EjbRefType[] values)
values - allowed objects are
EjbRefType
EjbRefType setEjbRef(int idx,
EjbRefType value)
value - allowed object is
EjbRefTypeEjbLocalRefType[] getEjbLocalRef()
EjbLocalRefTypeEjbLocalRefType getEjbLocalRef(int idx)
EjbLocalRefTypeint getEjbLocalRefLength()
void setEjbLocalRef(EjbLocalRefType[] values)
values - allowed objects are
EjbLocalRefType
EjbLocalRefType setEjbLocalRef(int idx,
EjbLocalRefType value)
value - allowed object is
EjbLocalRefTypeServiceRefType[] getServiceRef()
ServiceRefTypeServiceRefType getServiceRef(int idx)
ServiceRefTypeint getServiceRefLength()
void setServiceRef(ServiceRefType[] values)
values - allowed objects are
ServiceRefType
ServiceRefType setServiceRef(int idx,
ServiceRefType value)
value - allowed object is
ServiceRefTypeResourceRefType[] getResourceRef()
ResourceRefTypeResourceRefType getResourceRef(int idx)
ResourceRefTypeint getResourceRefLength()
void setResourceRef(ResourceRefType[] values)
values - allowed objects are
ResourceRefType
ResourceRefType setResourceRef(int idx,
ResourceRefType value)
value - allowed object is
ResourceRefTypeResourceEnvRefType[] getResourceEnvRef()
ResourceEnvRefTypeResourceEnvRefType getResourceEnvRef(int idx)
ResourceEnvRefTypeint getResourceEnvRefLength()
void setResourceEnvRef(ResourceEnvRefType[] values)
values - allowed objects are
ResourceEnvRefType
ResourceEnvRefType setResourceEnvRef(int idx,
ResourceEnvRefType value)
value - allowed object is
ResourceEnvRefTypeMessageDestinationRefType[] getMessageDestinationRef()
MessageDestinationRefTypeMessageDestinationRefType getMessageDestinationRef(int idx)
MessageDestinationRefTypeint getMessageDestinationRefLength()
void setMessageDestinationRef(MessageDestinationRefType[] values)
values - allowed objects are
MessageDestinationRefType
MessageDestinationRefType setMessageDestinationRef(int idx,
MessageDestinationRefType value)
value - allowed object is
MessageDestinationRefTypePersistenceContextRefType[] getPersistenceContextRef()
PersistenceContextRefTypePersistenceContextRefType getPersistenceContextRef(int idx)
PersistenceContextRefTypeint getPersistenceContextRefLength()
void setPersistenceContextRef(PersistenceContextRefType[] values)
values - allowed objects are
PersistenceContextRefType
PersistenceContextRefType setPersistenceContextRef(int idx,
PersistenceContextRefType value)
value - allowed object is
PersistenceContextRefTypePersistenceUnitRefType[] getPersistenceUnitRef()
PersistenceUnitRefTypePersistenceUnitRefType getPersistenceUnitRef(int idx)
PersistenceUnitRefTypeint getPersistenceUnitRefLength()
void setPersistenceUnitRef(PersistenceUnitRefType[] values)
values - allowed objects are
PersistenceUnitRefType
PersistenceUnitRefType setPersistenceUnitRef(int idx,
PersistenceUnitRefType value)
value - allowed object is
PersistenceUnitRefTypeLifecycleCallbackType[] getPostConstruct()
LifecycleCallbackTypeLifecycleCallbackType getPostConstruct(int idx)
LifecycleCallbackTypeint getPostConstructLength()
void setPostConstruct(LifecycleCallbackType[] values)
values - allowed objects are
LifecycleCallbackType
LifecycleCallbackType setPostConstruct(int idx,
LifecycleCallbackType value)
value - allowed object is
LifecycleCallbackTypeLifecycleCallbackType[] getPreDestroy()
LifecycleCallbackTypeLifecycleCallbackType getPreDestroy(int idx)
LifecycleCallbackTypeint getPreDestroyLength()
void setPreDestroy(LifecycleCallbackType[] values)
values - allowed objects are
LifecycleCallbackType
LifecycleCallbackType setPreDestroy(int idx,
LifecycleCallbackType value)
value - allowed object is
LifecycleCallbackTypeLifecycleCallbackType[] getPostActivate()
LifecycleCallbackTypeLifecycleCallbackType getPostActivate(int idx)
LifecycleCallbackTypeint getPostActivateLength()
void setPostActivate(LifecycleCallbackType[] values)
values - allowed objects are
LifecycleCallbackType
LifecycleCallbackType setPostActivate(int idx,
LifecycleCallbackType value)
value - allowed object is
LifecycleCallbackTypeLifecycleCallbackType[] getPrePassivate()
LifecycleCallbackTypeLifecycleCallbackType getPrePassivate(int idx)
LifecycleCallbackTypeint getPrePassivateLength()
void setPrePassivate(LifecycleCallbackType[] values)
values - allowed objects are
LifecycleCallbackType
LifecycleCallbackType setPrePassivate(int idx,
LifecycleCallbackType value)
value - allowed object is
LifecycleCallbackTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||