com.sun.ejb.containers
Class EJBLocalRemoteObject
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EJBLocalRemoteObject
public EJBLocalRemoteObject()
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.