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 ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
 

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.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.ejbjar30 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.javaee5
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 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.ejbjar30 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.javaee5
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 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.