Class EjbApplicationExceptionInfo

java.lang.Object
java.util.Observable
org.glassfish.deployment.common.DynamicAttributesDescriptor
org.glassfish.deployment.common.Descriptor
org.glassfish.ejb.deployment.descriptor.EjbApplicationExceptionInfo
All Implemented Interfaces:
Serializable

public class EjbApplicationExceptionInfo extends org.glassfish.deployment.common.Descriptor
Contains information about an ejb application exception.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    boolean
     
    void
     
    void
    setInherited(boolean flag)
     
    void
    setRollback(boolean flag)
     
     

    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, visit

    Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor

    addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EjbApplicationExceptionInfo

      public EjbApplicationExceptionInfo()
  • Method Details

    • setExceptionClassName

      public void setExceptionClassName(String className)
    • getExceptionClassName

      public String getExceptionClassName()
    • getRollback

      public boolean getRollback()
    • setRollback

      public void setRollback(boolean flag)
    • setInherited

      public void setInherited(boolean flag)
    • getInherited

      public boolean getInherited()
    • toString

      public String toString()
      Overrides:
      toString in class org.glassfish.deployment.common.DynamicAttributesDescriptor