org.ow2.util.ee.metadata.ejbjar.api.xml.struct
Interface IInterceptor
- All Superinterfaces:
- IEnvironment, Serializable
public interface IInterceptor
- extends IEnvironment
Interface for element interceptor.
- Author:
- Florent Benoit
|
Field Summary |
static String |
NAME
Name of this element. |
| Methods inherited from interface org.ow2.util.ee.metadata.common.api.xml.struct.IEnvironment |
addAroundInvoke, addDataSource, addEJBLocalRef, addEJBRef, addEnvEntry, addMessageDestinationRef, addPersistenceContextRef, addPersistenceUnitRef, addPostActivateCallback, addPostConstructCallback, addPreDestroyCallback, addPrePassivateCallback, addResourceEnvRef, addResourceRef, addSecurityRoleRef, addServiceRef, getAroundInvokeList, getDataSourceList, getEJBLocalRefList, getEJBRefList, getEnvEntryList, getMessageDestinationRefList, getPersistenceContextRefList, getPersistenceUnitRefList, getPostActivateCallbackList, getPostConstructCallbackList, getPreDestroyCallbackList, getPrePassivateCallbackList, getResourceEnvRefList, getResourceRefList, getSecurityRoleRefList, getServiceRefList |
NAME
static final String NAME
- Name of this element.
- See Also:
- Constant Field Values
getInterceptorClass
String getInterceptorClass()
- Returns:
- the name of the interceptor class.
setInterceptorClass
void setInterceptorClass(String interceptorClass)
- Sets the name of the interceptor class.
- Parameters:
interceptorClass - the name of the interceptor class.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.