|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InitMethodType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 | Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd |
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 | Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd |
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.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.ejbjar31 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.ejbjar31 |
---|
Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement InitMethodType | |
---|---|
class |
InitMethodTypeImpl<T>
This class implements the init-methodType xsd type |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 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.ejbjar31 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |