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<SessionBeanType<T>> SessionBeanType.createPostActivate()
          Creates a new post-activate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPostActivate()
          Creates a new post-activate element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPreDestroy()
          Creates a new pre-destroy 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.createPrePassivate()
          Creates a new pre-passivate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPrePassivate()
          Creates a new pre-passivate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.getOrCreatePostActivate()
          If not already created, a new post-activate 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<EntityBeanType<T>> EntityBeanType.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<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<EntityBeanType<T>> EntityBeanType.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<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.getOrCreatePrePassivate()
          If not already created, a new pre-passivate 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.
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.