|
||||||||||
| 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.burlap.BurlapHomeHandle
public class BurlapHomeHandle
Implementation for a home handle.
| Field Summary |
|---|
| Fields inherited from class com.caucho.ejb.protocol.AbstractHomeHandle |
|---|
log |
| Constructor Summary | |
|---|---|
BurlapHomeHandle()
Null arg constructor for serialization. |
|
BurlapHomeHandle(EJBHome home,
java.lang.String url)
Creates a new HomeHandle. |
|
BurlapHomeHandle(java.lang.String url)
Creates a new HomeHandle. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object b)
Returns true if the test handle refers to the same object. |
EJBHome |
getEJBHome()
Returns the EJBHome object associated with the handle. |
java.lang.String |
getServerId()
Returns the handle's server id. |
java.lang.String |
getURL()
Returns the full URL |
java.lang.String |
getURL(java.lang.String protocol)
Returns the URL for a particular protocol. |
int |
hashCode()
The handle's hashcode is the same as the url's hashcode |
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BurlapHomeHandle()
public BurlapHomeHandle(java.lang.String url)
url - the url for the bean
public BurlapHomeHandle(EJBHome home,
java.lang.String url)
url - the url for the bean| Method Detail |
|---|
public java.lang.String getServerId()
public EJBHome getEJBHome()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic java.lang.String getURL(java.lang.String protocol)
getURL in class AbstractHomeHandlepublic java.lang.String getURL()
public boolean equals(java.lang.Object b)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | |||||||||