com.sun.ejb.containers
Class EJBLocalRemoteObject

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

public abstract class EJBLocalRemoteObject
extends java.lang.Object

Implementation common to EJBObjects and EJBLocalObjects. It is extended by EJBObjectImpl and EJBLocalObjectImpl.


Field Summary
protected static java.util.logging.Logger _logger
           
protected  BaseContainer container
           
protected static boolean debug
           
protected  java.lang.Object primaryKey
           
 
Constructor Summary
EJBLocalRemoteObject()
           
 
Method Summary
protected  Container getContainer()
          Container needs to be accessed from generated code as well as from other classes in this package.
 long getSfsbClientVersion()
           
 void setSfsbClientVersion(long sfsbClientVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

protected static final boolean debug
See Also:
Constant Field Values

_logger

protected static final transient java.util.logging.Logger _logger

container

protected transient BaseContainer container

primaryKey

protected transient java.lang.Object primaryKey
Constructor Detail

EJBLocalRemoteObject

public EJBLocalRemoteObject()
Method Detail

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)


Copyright © 2012 GlassFish Community. All Rights Reserved.