Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
RemoveMethodType<SessionBeanType<T>> |
SessionBeanType.createRemoveMethod()
Creates a new
remove-method element |
RemoveMethodType<SessionBeanType<T>> |
SessionBeanType.getOrCreateRemoveMethod()
If not already created, a new
remove-method element will be created and returned. |
RemoveMethodType<T> |
RemoveMethodType.removeBeanMethod()
Removes the
bean-method element |
RemoveMethodType<T> |
RemoveMethodType.removeRetainIfException()
Removes the
retain-if-exception element |
RemoveMethodType<T> |
RemoveMethodType.retainIfException(Boolean retainIfException)
Sets the
retain-if-exception element |
Modifier and Type | Method and Description |
---|---|
List<RemoveMethodType<SessionBeanType<T>>> |
SessionBeanType.getAllRemoveMethod()
Returns all
remove-method elements |
NamedMethodType<RemoveMethodType<T>> |
RemoveMethodType.getOrCreateBeanMethod()
If not already created, a new
bean-method element with the given value will be created. |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.