T - the remote view typepublic final class EJBHomeLocator<T extends EJBHome> extends EJBLocator<T>
| Constructor and Description |
|---|
EJBHomeLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
createProxyInstance, getAffinity, getAppName, getBeanName, getDistinctName, getModuleName, getProxyClass, getProxyConstructor, getViewTypepublic 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 namepublic int hashCode()
hashCode in class EJBLocator<T extends EJBHome>public boolean equals(Object other)
equals in class EJBLocator<T extends EJBHome>other - the other objecttrue if they are equal, false otherwisepublic boolean equals(EJBLocator<?> other)
equals in class EJBLocator<T extends EJBHome>other - the other objecttrue if they are equal, false otherwisepublic boolean equals(EJBHomeLocator<?> other)
other - the other objecttrue if they are equal, false otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.