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.id(String id)
          Sets the id attribute
 InitMethodType<T> InitMethodType.removeBeanMethod()
          Removes the bean-method element
 InitMethodType<T> InitMethodType.removeCreateMethod()
          Removes the create-method element
 InitMethodType<T> InitMethodType.removeId()
          Removes the id attribute
 

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.
 



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