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

Packages that use RemoveMethodType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return RemoveMethodType
 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.id(String id)
          Sets the id attribute
 RemoveMethodType<T> RemoveMethodType.removeBeanMethod()
          Removes the bean-method element
 RemoveMethodType<T> RemoveMethodType.removeId()
          Removes the id attribute
 RemoveMethodType<T> RemoveMethodType.removeRetainIfException()
          Removes the retain-if-exception element
 RemoveMethodType<T> RemoveMethodType.retainIfException(Boolean retainIfException)
          Sets the retain-if-exception element
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return types with arguments of type RemoveMethodType
 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.