|
||||||||||
| 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.StatefulObject
public abstract class StatefulObject
Abstract base class for a stateful session object
| Constructor Summary | |
|---|---|
StatefulObject()
|
|
| Method Summary | |
|---|---|
java.lang.String |
__caucho_getId()
Returns the URL for the given protocol. |
AbstractServer |
__caucho_getServer()
Returns the server which owns this bean. |
EJBHome |
getEJBHome()
Returns the EJBHome |
EJBLocalHome |
getEJBLocalHome()
Returns the EJBLocalHome |
Handle |
getHandle()
Returns the handle. |
java.lang.Object |
getPrimaryKey()
Returns the primary key |
AbstractServer |
getServer()
Returns the server. |
abstract StatefulServer |
getStatefulServer()
|
boolean |
isIdentical(EJBLocalObject obj)
Returns true if the two objects are identical. |
boolean |
isIdentical(EJBObject obj)
Returns true if the two objects are identical. |
void |
remove()
|
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 |
| Constructor Detail |
|---|
public StatefulObject()
| Method Detail |
|---|
public AbstractServer getServer()
public AbstractServer __caucho_getServer()
__caucho_getServer in class AbstractEJBObjectpublic abstract StatefulServer getStatefulServer()
public java.lang.String __caucho_getId()
AbstractEJBObject
__caucho_getId in class AbstractEJBObjectpublic java.lang.Object getPrimaryKey()
public EJBHome getEJBHome()
public EJBLocalHome getEJBLocalHome()
public Handle getHandle()
public boolean isIdentical(EJBObject obj)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic boolean isIdentical(EJBLocalObject obj)
public void remove()
throws RemoveException
RemoveException
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 | |||||||||