Class EjbInitInfo

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

public class EjbInitInfo extends org.glassfish.deployment.common.Descriptor
Contains information about a stateful session bean init method.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.enterprise.deployment.MethodDescriptor
     
    com.sun.enterprise.deployment.MethodDescriptor
     
    void
    setBeanMethod(com.sun.enterprise.deployment.MethodDescriptor method)
     
    void
    setCreateMethod(com.sun.enterprise.deployment.MethodDescriptor method)
     
     

    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

    • EjbInitInfo

      public EjbInitInfo()
  • Method Details

    • getBeanMethod

      public com.sun.enterprise.deployment.MethodDescriptor getBeanMethod()
    • setBeanMethod

      public void setBeanMethod(com.sun.enterprise.deployment.MethodDescriptor method)
    • getCreateMethod

      public com.sun.enterprise.deployment.MethodDescriptor getCreateMethod()
    • setCreateMethod

      public void setCreateMethod(com.sun.enterprise.deployment.MethodDescriptor method)
    • toString

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