Class EJBLocalRemoteObject

java.lang.Object
com.sun.ejb.containers.EJBLocalRemoteObject
Direct Known Subclasses:
EJBLocalObjectImpl, EJBObjectImpl, WebServiceInvocationHandler

public abstract class EJBLocalRemoteObject extends Object
Implementation common to EJBObjects and EJBLocalObjects. It is extended by EJBObjectImpl and EJBLocalObjectImpl.
  • Field Details

    • debug

      protected static final boolean debug
      See Also:
    • _logger

      protected static final transient Logger _logger
    • container

      protected transient BaseContainer container
    • primaryKey

      protected transient Object primaryKey
  • Constructor Details

    • EJBLocalRemoteObject

      public EJBLocalRemoteObject()
  • Method Details

    • getContainer

      protected final Container getContainer()
      Container needs to be accessed from generated code as well as from other classes in this package. Rather than having one public method, we have a protected one that is used from generated code and a package-private one used within other container classes.
    • getSfsbClientVersion

      public long getSfsbClientVersion()
    • setSfsbClientVersion

      public void setSfsbClientVersion(long sfsbClientVersion)