ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee5.LifecycleCallbackType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return LifecycleCallbackType
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPostActivate()
          Creates a new post-activate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPostActivate()
          Creates a new post-activate element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPrePassivate()
          Creates a new pre-passivate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPrePassivate()
          Creates a new pre-passivate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.getOrCreatePostActivate()
          If not already created, a new post-activate element will be created and returned.
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.getOrCreatePostActivate()
          If not already created, a new post-activate element will be created and returned.
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct 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<SessionBeanType<T>> SessionBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy 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<SessionBeanType<T>> SessionBeanType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.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.
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.getOrCreatePrePassivate()
          If not already created, a new pre-passivate element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type LifecycleCallbackType
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPostActivate()
          Returns all post-activate elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPostActivate()
          Returns all post-activate elements
 List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPrePassivate()
          Returns all pre-passivate elements
 List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getAllPrePassivate()
          Returns all pre-passivate elements
 

Uses of LifecycleCallbackType in org.jboss.shrinkwrap.descriptor.api.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return LifecycleCallbackType
 LifecycleCallbackType<T> LifecycleCallbackType.lifecycleCallbackClass(String lifecycleCallbackClass)
          Sets the lifecycle-callback-class element
 LifecycleCallbackType<T> LifecycleCallbackType.lifecycleCallbackMethod(String lifecycleCallbackMethod)
          Sets the lifecycle-callback-method element
 LifecycleCallbackType<T> LifecycleCallbackType.removeLifecycleCallbackClass()
          Removes the lifecycle-callback-class element
 LifecycleCallbackType<T> LifecycleCallbackType.removeLifecycleCallbackMethod()
          Removes the lifecycle-callback-method element
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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