|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.protocol.AbstractHomeHandle
com.caucho.ejb.hessian.HessianHomeHandle
public class HessianHomeHandle
Implementation for a home handle.
| Field Summary |
|---|
| Fields inherited from class com.caucho.ejb.protocol.AbstractHomeHandle |
|---|
log |
| Constructor Summary | |
|---|---|
HessianHomeHandle()
Null arg constructor for serialization. |
|
HessianHomeHandle(EJBHome home,
java.lang.String url)
Creates a new HomeHandle. |
|
HessianHomeHandle(java.lang.String url)
Creates a new HomeHandle. |
|
| Method Summary | |
|---|---|
EJBHome |
getEJBHome()
Returns the EJBHome object associated with the handle. |
java.lang.String |
getServerId()
Returns the handle's server id. |
java.lang.String |
getURL(java.lang.String protocol)
Returns the full URL |
java.lang.String |
toString()
The printed representation of the handle is the url. |
| Methods inherited from class com.caucho.ejb.protocol.AbstractHomeHandle |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HessianHomeHandle()
public HessianHomeHandle(java.lang.String url)
url - the url for the bean
public HessianHomeHandle(EJBHome home,
java.lang.String url)
url - the url for the bean| Method Detail |
|---|
public EJBHome getEJBHome()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.String getServerId()
public java.lang.String getURL(java.lang.String protocol)
getURL in class AbstractHomeHandlepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||