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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return LifecycleCallbackType
 LifecycleCallbackType<ServiceBeanType<T>> ServiceBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.createPostConstruct()
          Creates a new post-construct element
 LifecycleCallbackType<ServiceBeanType<T>> ServiceBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<GenericBeanType<T>> GenericBeanType.createPreDestroy()
          Creates a new pre-destroy element
 LifecycleCallbackType<ServiceBeanType<T>> ServiceBeanType.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<GenericBeanType<T>> GenericBeanType.getOrCreatePostConstruct()
          If not already created, a new post-construct element will be created and returned.
 LifecycleCallbackType<ServiceBeanType<T>> ServiceBeanType.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<GenericBeanType<T>> GenericBeanType.getOrCreatePreDestroy()
          If not already created, a new pre-destroy element will be created and returned.
 

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

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

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