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 ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return LifecycleCallbackType
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanType.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanType.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<InterceptorType<T>> InterceptorType.prePassivate()
          Returns the pre-passivate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.prePassivate()
          Returns the pre-passivate element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorType.getPrePassivateList()
          Returns all pre-passivate elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPrePassivateList()
          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.removeLifecycleCallbackClass()
          Removes the lifecycle-callback-class element
 LifecycleCallbackType<T> LifecycleCallbackType.removeLifecycleCallbackMethod()
          Removes the lifecycle-callback-method element
 LifecycleCallbackType<T> LifecycleCallbackType.setLifecycleCallbackClass(java.lang.String lifecycleCallbackClass)
          If not already created, a new lifecycle-callback-class element with the given value will be created.
 LifecycleCallbackType<T> LifecycleCallbackType.setLifecycleCallbackMethod(java.lang.String lifecycleCallbackMethod)
          If not already created, a new lifecycle-callback-method element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return LifecycleCallbackType
 LifecycleCallbackType<WebApp30Descriptor> WebApp30Descriptor.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebApp30Descriptor> WebApp30Descriptor.preDestroy()
          Returns the pre-destroy element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<WebApp30Descriptor>> WebApp30Descriptor.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebApp30Descriptor>> WebApp30Descriptor.getPreDestroyList()
          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<WebFragmentType<T>> WebFragmentType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebAppType<T>> WebAppType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebFragmentType<T>> WebFragmentType.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<WebAppType<T>> WebAppType.preDestroy()
          Returns the pre-destroy element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<WebFragmentType<T>>> WebFragmentType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebAppType<T>>> WebAppType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebFragmentType<T>>> WebFragmentType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<WebAppType<T>>> WebAppType.getPreDestroyList()
          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<WebFragment30Descriptor> WebFragment30Descriptor.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebFragment30Descriptor> WebFragment30Descriptor.preDestroy()
          Returns the pre-destroy element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<WebFragment30Descriptor>> WebFragment30Descriptor.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebFragment30Descriptor>> WebFragment30Descriptor.getPreDestroyList()
          Returns all pre-destroy elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return LifecycleCallbackType
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<EntityBeanType<T>> EntityBeanTypeImpl.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<MessageDrivenBeanType<T>> MessageDrivenBeanTypeImpl.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.prePassivate()
          Returns the pre-passivate element
 LifecycleCallbackType<InterceptorType<T>> InterceptorTypeImpl.prePassivate()
          Returns the pre-passivate element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<EntityBeanType<T>>> EntityBeanTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<MessageDrivenBeanType<T>>> MessageDrivenBeanTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPrePassivateList()
          Returns all pre-passivate elements
 java.util.List<LifecycleCallbackType<InterceptorType<T>>> InterceptorTypeImpl.getPrePassivateList()
          Returns all pre-passivate elements
 

Uses of LifecycleCallbackType in org.jboss.shrinkwrap.descriptor.impl.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return LifecycleCallbackType
 LifecycleCallbackType<T> LifecycleCallbackTypeImpl.removeLifecycleCallbackClass()
          Removes the lifecycle-callback-class element
 LifecycleCallbackType<T> LifecycleCallbackTypeImpl.removeLifecycleCallbackMethod()
          Removes the lifecycle-callback-method element
 LifecycleCallbackType<T> LifecycleCallbackTypeImpl.setLifecycleCallbackClass(java.lang.String lifecycleCallbackClass)
          If not already created, a new lifecycle-callback-class element with the given value will be created.
 LifecycleCallbackType<T> LifecycleCallbackTypeImpl.setLifecycleCallbackMethod(java.lang.String lifecycleCallbackMethod)
          If not already created, a new lifecycle-callback-method element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return LifecycleCallbackType
 LifecycleCallbackType<WebApp30Descriptor> WebApp30DescriptorImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebApp30Descriptor> WebApp30DescriptorImpl.preDestroy()
          Returns the pre-destroy element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<WebApp30Descriptor>> WebApp30DescriptorImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebApp30Descriptor>> WebApp30DescriptorImpl.getPreDestroyList()
          Returns all pre-destroy elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return LifecycleCallbackType
 LifecycleCallbackType<WebFragmentType<T>> WebFragmentTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebAppType<T>> WebAppTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebFragmentType<T>> WebFragmentTypeImpl.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<WebAppType<T>> WebAppTypeImpl.preDestroy()
          Returns the pre-destroy element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<WebFragmentType<T>>> WebFragmentTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebAppType<T>>> WebAppTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebFragmentType<T>>> WebFragmentTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<WebAppType<T>>> WebAppTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return LifecycleCallbackType
 LifecycleCallbackType<WebFragment30Descriptor> WebFragment30DescriptorImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<WebFragment30Descriptor> WebFragment30DescriptorImpl.preDestroy()
          Returns the pre-destroy element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type LifecycleCallbackType
 java.util.List<LifecycleCallbackType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getPreDestroyList()
          Returns all pre-destroy elements