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

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

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

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

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

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



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