|
||||||||||
| 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.protocol.HomeHandleImpl
public class HomeHandleImpl
Implementation for a home handle.
| Field Summary | |
|---|---|
protected EJBHome |
home
|
protected java.lang.String |
serverId
|
| Fields inherited from class com.caucho.ejb.protocol.AbstractHomeHandle |
|---|
log |
| Constructor Summary | |
|---|---|
HomeHandleImpl()
Null arg constructor for serialization. |
|
HomeHandleImpl(EJBHome home,
java.lang.String url)
Creates a new HomeHandle. |
|
HomeHandleImpl(java.lang.String url)
Creates a new HomeHandle. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Returns true if the handle equals the object. |
EJBHome |
getEJBHome()
|
java.lang.String |
getServerId()
Return the bean's server id. |
java.lang.String |
getURL(java.lang.String protocol)
Returns the URL for a particular protocol. |
int |
hashCode()
Returns the hash code for the container. |
| Methods inherited from class com.caucho.ejb.protocol.AbstractHomeHandle |
|---|
getType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String serverId
protected transient EJBHome home
| Constructor Detail |
|---|
public HomeHandleImpl()
public HomeHandleImpl(java.lang.String url)
url - the url for the bean
public HomeHandleImpl(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)
AbstractHomeHandle
getURL in class AbstractHomeHandlepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||