Class EjbRemovalInfo
java.lang.Object
java.util.Observable
org.glassfish.deployment.common.DynamicAttributesDescriptor
org.glassfish.deployment.common.Descriptor
org.glassfish.ejb.deployment.descriptor.EjbRemovalInfo
- All Implemented Interfaces:
Serializable
public class EjbRemovalInfo
extends org.glassfish.deployment.common.Descriptor
Contains information about a stateful session bean remove method.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.enterprise.deployment.MethodDescriptorbooleanbooleanvoidsetRemoveMethod(com.sun.enterprise.deployment.MethodDescriptor method) voidsetRetainIfException(boolean flag) toString()Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitMethods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttributeMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
EjbRemovalInfo
public EjbRemovalInfo()
-
-
Method Details
-
getRemoveMethod
public com.sun.enterprise.deployment.MethodDescriptor getRemoveMethod() -
setRemoveMethod
public void setRemoveMethod(com.sun.enterprise.deployment.MethodDescriptor method) -
getRetainIfException
public boolean getRetainIfException() -
setRetainIfException
public void setRetainIfException(boolean flag) -
isRetainIfExceptionSet
public boolean isRetainIfExceptionSet() -
toString
- Overrides:
toStringin classorg.glassfish.deployment.common.DynamicAttributesDescriptor
-