ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar30.InterceptorType

Packages that use InterceptorType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of InterceptorType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return InterceptorType
 InterceptorType<InterceptorsType<T>> InterceptorsType.createInterceptor()
          Creates a new interceptor element
 InterceptorType<T> InterceptorType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 InterceptorType<InterceptorsType<T>> InterceptorsType.getOrCreateInterceptor()
          If not already created, a new interceptor element will be created and returned.
 InterceptorType<T> InterceptorType.interceptorClass(String interceptorClass)
          Sets the interceptor-class element
 InterceptorType<T> InterceptorType.removeAllAroundInvoke()
          Removes all around-invoke elements
 InterceptorType<T> InterceptorType.removeAllDescription()
          Removes the description element
 InterceptorType<T> InterceptorType.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 InterceptorType<T> InterceptorType.removeAllEjbRef()
          Removes all ejb-ref elements
 InterceptorType<T> InterceptorType.removeAllEnvEntry()
          Removes all env-entry elements
 InterceptorType<T> InterceptorType.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 InterceptorType<T> InterceptorType.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 InterceptorType<T> InterceptorType.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 InterceptorType<T> InterceptorType.removeAllPostActivate()
          Removes all post-activate elements
 InterceptorType<T> InterceptorType.removeAllPostConstruct()
          Removes all post-construct elements
 InterceptorType<T> InterceptorType.removeAllPreDestroy()
          Removes all pre-destroy elements
 InterceptorType<T> InterceptorType.removeAllPrePassivate()
          Removes all pre-passivate elements
 InterceptorType<T> InterceptorType.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 InterceptorType<T> InterceptorType.removeAllResourceRef()
          Removes all resource-ref elements
 InterceptorType<T> InterceptorType.removeAllServiceRef()
          Removes all service-ref elements
 InterceptorType<T> InterceptorType.removeInterceptorClass()
          Removes the interceptor-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type InterceptorType
 AroundInvokeType<InterceptorType<T>> InterceptorType.createAroundInvoke()
          Creates a new around-invoke element
 EjbLocalRefType<InterceptorType<T>> InterceptorType.createEjbLocalRef()
          Creates a new ejb-local-ref element
 EjbRefType<InterceptorType<T>> InterceptorType.createEjbRef()
          Creates a new ejb-ref element
 EnvEntryType<InterceptorType<T>> InterceptorType.createEnvEntry()
          Creates a new env-entry element
 MessageDestinationRefType<InterceptorType<T>> InterceptorType.createMessageDestinationRef()
          Creates a new message-destination-ref element
 PersistenceContextRefType<InterceptorType<T>> InterceptorType.createPersistenceContextRef()
          Creates a new persistence-context-ref element
 PersistenceUnitRefType<InterceptorType<T>> InterceptorType.createPersistenceUnitRef()
          Creates a new persistence-unit-ref element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPostActivate()
          Creates a new post-activate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPrePassivate()
          Creates a new pre-passivate element
 ResourceEnvRefType<InterceptorType<T>> InterceptorType.createResourceEnvRef()
          Creates a new resource-env-ref element
 ResourceRefType<InterceptorType<T>> InterceptorType.createResourceRef()
          Creates a new resource-ref element
 ServiceRefType<InterceptorType<T>> InterceptorType.createServiceRef()
          Creates a new service-ref element
 List<AroundInvokeType<InterceptorType<T>>> InterceptorType.getAllAroundInvoke()
          Returns all around-invoke elements
 List<EjbLocalRefType<InterceptorType<T>>> InterceptorType.getAllEjbLocalRef()
          Returns all ejb-local-ref elements
 List<EjbRefType<InterceptorType<T>>> InterceptorType.getAllEjbRef()
          Returns all ejb-ref elements
 List<EnvEntryType<InterceptorType<T>>> InterceptorType.getAllEnvEntry()
          Returns all env-entry elements
 List<InterceptorType<InterceptorsType<T>>> InterceptorsType.getAllInterceptor()
          Returns all interceptor elements
 List<MessageDestinationRefType<InterceptorType<T>>> InterceptorType.getAllMessageDestinationRef()
          Returns all message-destination-ref elements
 List<PersistenceContextRefType<InterceptorType<T>>> InterceptorType.getAllPersistenceContextRef()
          Returns all persistence-context-ref elements
 List<PersistenceUnitRefType<InterceptorType<T>>> InterceptorType.getAllPersistenceUnitRef()
          Returns all persistence-unit-ref elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPostActivate()
          Returns all post-activate elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPrePassivate()
          Returns all pre-passivate elements
 List<ResourceEnvRefType<InterceptorType<T>>> InterceptorType.getAllResourceEnvRef()
          Returns all resource-env-ref elements
 List<ResourceRefType<InterceptorType<T>>> InterceptorType.getAllResourceRef()
          Returns all resource-ref elements
 List<ServiceRefType<InterceptorType<T>>> InterceptorType.getAllServiceRef()
          Returns all service-ref elements
 AroundInvokeType<InterceptorType<T>> InterceptorType.getOrCreateAroundInvoke()
          If not already created, a new around-invoke element will be created and returned.
 EjbLocalRefType<InterceptorType<T>> InterceptorType.getOrCreateEjbLocalRef()
          If not already created, a new ejb-local-ref element will be created and returned.
 EjbRefType<InterceptorType<T>> InterceptorType.getOrCreateEjbRef()
          If not already created, a new ejb-ref element will be created and returned.
 EnvEntryType<InterceptorType<T>> InterceptorType.getOrCreateEnvEntry()
          If not already created, a new env-entry element will be created and returned.
 MessageDestinationRefType<InterceptorType<T>> InterceptorType.getOrCreateMessageDestinationRef()
          If not already created, a new message-destination-ref element will be created and returned.
 PersistenceContextRefType<InterceptorType<T>> InterceptorType.getOrCreatePersistenceContextRef()
          If not already created, a new persistence-context-ref element will be created and returned.
 PersistenceUnitRefType<InterceptorType<T>> InterceptorType.getOrCreatePersistenceUnitRef()
          If not already created, a new persistence-unit-ref element will be created and returned.
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.getOrCreatePostActivate()
          If not already created, a new post-activate element will be created and returned.
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.getOrCreatePrePassivate()
          If not already created, a new pre-passivate element will be created and returned.
 ResourceEnvRefType<InterceptorType<T>> InterceptorType.getOrCreateResourceEnvRef()
          If not already created, a new resource-env-ref element will be created and returned.
 ResourceRefType<InterceptorType<T>> InterceptorType.getOrCreateResourceRef()
          If not already created, a new resource-ref element will be created and returned.
 ServiceRefType<InterceptorType<T>> InterceptorType.getOrCreateServiceRef()
          If not already created, a new service-ref element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.