| |
|
| java.lang.Object com.caucho.ejb.protocol.AbstractHomeHandle com.caucho.ejb.burlap.BurlapHomeHandle
BurlapHomeHandle | public BurlapHomeHandle()(Code) | | Null arg constructor for serialization.
|
BurlapHomeHandle | public BurlapHomeHandle(String url)(Code) | | Creates a new HomeHandle.
Parameters: url - the url for the bean |
BurlapHomeHandle | public BurlapHomeHandle(EJBHome home, String url)(Code) | | Creates a new HomeHandle.
Parameters: url - the url for the bean |
equals | public boolean equals(Object b)(Code) | | Returns true if the test handle refers to the same object.
In this implementation, the handles are identical iff the urls
are identical.
|
getEJBHome | public EJBHome getEJBHome() throws RemoteException(Code) | | Returns the EJBHome object associated with the handle.
|
getServerId | public String getServerId()(Code) | | Returns the handle's server id.
|
getURL | public String getURL(String protocol)(Code) | | Returns the URL for a particular protocol.
|
hashCode | public int hashCode()(Code) | | The handle's hashcode is the same as the url's hashcode
|
toString | public String toString()(Code) | | The printed representation of the handle is the url.
|
Fields inherited from com.caucho.ejb.protocol.AbstractHomeHandle | final protected static Logger log(Code)(Java Doc)
|
|
|
|