Package com.sun.ejb.containers
Class EJBLocalRemoteObject
java.lang.Object
com.sun.ejb.containers.EJBLocalRemoteObject
- Direct Known Subclasses:
EJBLocalObjectImpl,EJBObjectImpl,WebServiceInvocationHandler
Implementation common to EJBObjects and EJBLocalObjects.
It is extended by EJBObjectImpl and EJBLocalObjectImpl.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Loggerprotected BaseContainerprotected static final booleanprotected Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ContainerContainer needs to be accessed from generated code as well as from other classes in this package.longvoidsetSfsbClientVersion(long sfsbClientVersion)
-
Field Details
-
debug
protected static final boolean debug- See Also:
-
_logger
-
container
-
-
-
Constructor Details
-
EJBLocalRemoteObject
public EJBLocalRemoteObject()
-
-
Method Details
-
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)
-