|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb.client.EJBHomeHandle<T>
T - the EJB remote home interface typepublic final class EJBHomeHandle<T extends javax.ejb.EJBHome>
A handle for an EJB home interface.
| Constructor Summary | |
|---|---|
EJBHomeHandle(EJBHomeLocator<T> locator)
Construct a new instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(EJBHomeHandle<?> other)
Determine whether this object is equal to another. |
boolean |
equals(Object other)
Determine whether this object is equal to another. |
T |
getEJBHome()
|
EJBHomeLocator<T> |
getLocator()
|
int |
hashCode()
Get the hash code for this EJB home handle. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EJBHomeHandle(EJBHomeLocator<T> locator)
locator - the locator for the home interface| Method Detail |
|---|
public T getEJBHome()
throws RemoteException
getEJBHome in interface javax.ejb.HomeHandleRemoteExceptionpublic boolean equals(Object other)
equals in class Objectother - the other object
true if they are equal, false otherwisepublic boolean equals(EJBHomeHandle<?> other)
other - the other object
true if they are equal, false otherwisepublic int hashCode()
hashCode in class Objectpublic EJBHomeLocator<T> getLocator()
|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||