|
JBoss EJB client 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb.client.EJBLocator<T>
org.jboss.ejb.client.EJBHomeLocator<T>
T - the remote view typepublic final class EJBHomeLocator<T extends javax.ejb.EJBHome>
A locator for an EJB's home interface.
| Constructor Summary | |
|---|---|
EJBHomeLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName)
Construct a new instance. |
|
| Method Summary | |
|---|---|
boolean |
equals(EJBHomeLocator<?> other)
Determine whether this object is equal to another. |
boolean |
equals(EJBLocator<?> other)
Determine whether this object is equal to another. |
boolean |
equals(Object other)
Determine whether this object is equal to another. |
int |
hashCode()
Get the hash code for this instance. |
String |
toString()
|
| Methods inherited from class org.jboss.ejb.client.EJBLocator |
|---|
createProxyInstance, getAffinity, getAppName, getBeanName, getDistinctName, getModuleName, getProxyClass, getProxyConstructor, getViewType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EJBHomeLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName)
viewType - the view typeappName - the application namemoduleName - the module namebeanName - the bean namedistinctName - the distinct name| Method Detail |
|---|
public int hashCode()
hashCode in class EJBLocator<T extends javax.ejb.EJBHome>public boolean equals(Object other)
equals in class EJBLocator<T extends javax.ejb.EJBHome>other - the other object
true if they are equal, false otherwisepublic boolean equals(EJBLocator<?> other)
equals in class EJBLocator<T extends javax.ejb.EJBHome>other - the other object
true if they are equal, false otherwisepublic boolean equals(EJBHomeLocator<?> other)
other - the other object
true if they are equal, false otherwisepublic String toString()
toString in class Object
|
JBoss EJB client 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||