|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.AbstractEJBObject
com.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. |
java.lang.String |
__caucho_getId()
The home id is null. |
AbstractServer |
__caucho_getServer()
Returns the server. |
void |
__caucho_setBusinessInterface(java.lang.Class businessInterface)
Sets the business interface. |
SessionBean |
_getObject()
|
Handle |
getHandle()
Returns the handle. |
java.lang.Object |
getPrimaryKey()
|
abstract AbstractServer |
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 AbstractServer getServer()
public Handle getHandle()
public java.lang.Object getPrimaryKey()
public AbstractServer __caucho_getServer()
__caucho_getServer in class AbstractEJBObjectpublic java.lang.String __caucho_getId()
__caucho_getId in class AbstractEJBObjectpublic 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 | |||||||||