|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoveMethodType | |
---|---|
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 RemoveMethodType in org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return RemoveMethodType | |
---|---|
RemoveMethodType<T> |
RemoveMethodType.removeBeanMethod()
Removes the bean-method element |
RemoveMethodType<SessionBeanType<T>> |
SessionBeanType.removeMethod()
Returns the remove-method element |
RemoveMethodType<T> |
RemoveMethodType.removeRetainIfException()
Removes the retain-if-exception element |
RemoveMethodType<T> |
RemoveMethodType.setRetainIfException(java.lang.Boolean retainIfException)
If not already created, a new retain-if-exception element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type RemoveMethodType | |
---|---|
NamedMethodType<RemoveMethodType<T>> |
RemoveMethodType.beanMethod()
If not already created, a new bean-method element will be created and returned. |
java.util.List<RemoveMethodType<SessionBeanType<T>>> |
SessionBeanType.getRemoveMethodList()
Returns all remove-method elements |
Uses of RemoveMethodType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return RemoveMethodType | |
---|---|
RemoveMethodType<T> |
RemoveMethodTypeImpl.removeBeanMethod()
Removes the bean-method element |
RemoveMethodType<SessionBeanType<T>> |
SessionBeanTypeImpl.removeMethod()
Returns the remove-method element |
RemoveMethodType<T> |
RemoveMethodTypeImpl.removeRetainIfException()
Removes the retain-if-exception element |
RemoveMethodType<T> |
RemoveMethodTypeImpl.setRetainIfException(java.lang.Boolean retainIfException)
If not already created, a new retain-if-exception element with the given value will be created. |
Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return types with arguments of type RemoveMethodType | |
---|---|
NamedMethodType<RemoveMethodType<T>> |
RemoveMethodTypeImpl.beanMethod()
If not already created, a new bean-method element will be created and returned. |
java.util.List<RemoveMethodType<SessionBeanType<T>>> |
SessionBeanTypeImpl.getRemoveMethodList()
Returns all remove-method elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |