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

Packages that use InitMethodType
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.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return InitMethodType
 InitMethodType<SessionBeanType<T>> SessionBeanType.initMethod()
          Returns the init-method element
 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.ejbjar30 that return types with arguments of type InitMethodType
 NamedMethodType<InitMethodType<T>> InitMethodType.beanMethod()
          If not already created, a new bean-method element will be created and returned.
 NamedMethodType<InitMethodType<T>> InitMethodType.createMethod()
          If not already created, a new create-method element will be created and returned.
 java.util.List<InitMethodType<SessionBeanType<T>>> SessionBeanType.getInitMethodList()
          Returns all init-method elements
 

Uses of InitMethodType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return InitMethodType
 InitMethodType<SessionBeanType<T>> SessionBeanTypeImpl.initMethod()
          Returns the init-method element
 InitMethodType<T> InitMethodTypeImpl.removeBeanMethod()
          Removes the bean-method element
 InitMethodType<T> InitMethodTypeImpl.removeCreateMethod()
          Removes the create-method element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type InitMethodType
 NamedMethodType<InitMethodType<T>> InitMethodTypeImpl.beanMethod()
          If not already created, a new bean-method element will be created and returned.
 NamedMethodType<InitMethodType<T>> InitMethodTypeImpl.createMethod()
          If not already created, a new create-method element will be created and returned.
 java.util.List<InitMethodType<SessionBeanType<T>>> SessionBeanTypeImpl.getInitMethodList()
          Returns all init-method elements