ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.InitMethodType

Packages that use InitMethodType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return InitMethodType
 InitMethodType<SessionBeanType<T>> SessionBeanType.createInitMethod()
          Creates a new init-method element
 InitMethodType<SessionBeanType<T>> SessionBeanType.getOrCreateInitMethod()
          If not already created, a new init-method element will be created and returned.
 InitMethodType<T> InitMethodType.removeBeanMethod()
          Removes the bean-method element
 InitMethodType<T> InitMethodType.removeCreateMethod()
          Removes the create-method element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type InitMethodType
 List<InitMethodType<SessionBeanType<T>>> SessionBeanType.getAllInitMethod()
          Returns all init-method elements
 NamedMethodType<InitMethodType<T>> InitMethodType.getOrCreateBeanMethod()
          If not already created, a new bean-method element with the given value will be created.
 NamedMethodType<InitMethodType<T>> InitMethodType.getOrCreateCreateMethod()
          If not already created, a new create-method element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.