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

Packages that use LifecycleCallbackType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 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<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.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.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<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.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.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<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.ejbjar31 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<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.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getAllPostConstruct()
          Returns all post-construct 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<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.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 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
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return LifecycleCallbackType
 LifecycleCallbackType<WebAppDescriptor> WebAppDescriptor.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<WebAppDescriptor> WebAppDescriptor.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<WebAppDescriptor> WebAppDescriptor.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<WebAppDescriptor> WebAppDescriptor.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type LifecycleCallbackType
 List<LifecycleCallbackType<WebAppDescriptor>> WebAppDescriptor.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<WebAppDescriptor>> WebAppDescriptor.getAllPreDestroy()
          Returns all pre-destroy elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return LifecycleCallbackType
 LifecycleCallbackType<WebAppType<T>> WebAppType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<WebFragmentType<T>> WebFragmentType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<WebAppType<T>> WebAppType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<WebFragmentType<T>> WebFragmentType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<WebAppType<T>> WebAppType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<WebFragmentType<T>> WebFragmentType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<WebAppType<T>> WebAppType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 LifecycleCallbackType<WebFragmentType<T>> WebFragmentType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type LifecycleCallbackType
 List<LifecycleCallbackType<WebAppType<T>>> WebAppType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<WebFragmentType<T>>> WebFragmentType.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<WebAppType<T>>> WebAppType.getAllPreDestroy()
          Returns all pre-destroy elements
 List<LifecycleCallbackType<WebFragmentType<T>>> WebFragmentType.getAllPreDestroy()
          Returns all pre-destroy elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return LifecycleCallbackType
 LifecycleCallbackType<WebFragmentDescriptor> WebFragmentDescriptor.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<WebFragmentDescriptor> WebFragmentDescriptor.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<WebFragmentDescriptor> WebFragmentDescriptor.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type LifecycleCallbackType
 List<LifecycleCallbackType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllPostConstruct()
          Returns all post-construct elements
 List<LifecycleCallbackType<WebFragmentDescriptor>> WebFragmentDescriptor.getAllPreDestroy()
          Returns all pre-destroy elements
 



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