|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.ejb.session.AbstractSessionObject
public abstract class AbstractSessionObject
Abstract base class for a 3.0 session object
Field Summary | |
---|---|
protected java.lang.Class |
_businessInterface
|
Constructor Summary | |
---|---|
AbstractSessionObject()
|
Method Summary | |
---|---|
java.lang.Class |
__caucho_getBusinessInterface()
Returns the business interface. |
AbstractEjbBeanManager |
__caucho_getServer()
Returns the server. |
void |
__caucho_setBusinessInterface(java.lang.Class businessInterface)
Sets the business interface. |
SessionBean |
_getObject()
|
abstract AbstractEjbBeanManager |
getServer()
Returns the server. |
java.lang.Object |
writeReplace()
Serialize the HomeSkeletonWrapper in place of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Class _businessInterface
Constructor Detail |
---|
public AbstractSessionObject()
Method Detail |
---|
public SessionBean _getObject()
public abstract AbstractEjbBeanManager getServer()
public AbstractEjbBeanManager __caucho_getServer()
public java.lang.Class __caucho_getBusinessInterface()
public void __caucho_setBusinessInterface(java.lang.Class businessInterface)
public java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |