T
- the remote view typepublic final class StatelessEJBLocator<T> extends EJBLocator<T>
Constructor and Description |
---|
StatelessEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
equals(Object other)
Determine whether this object is equal to another.
|
boolean |
equals(StatelessEJBLocator<?> 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, getViewType
public StatelessEJBLocator(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>
public boolean equals(Object other)
equals
in class EJBLocator<T>
other
- the other objecttrue
if they are equal, false
otherwisepublic boolean equals(EJBLocator<?> other)
equals
in class EJBLocator<T>
other
- the other objecttrue
if they are equal, false
otherwisepublic boolean equals(StatelessEJBLocator<?> other)
other
- the other objecttrue
if they are equal, false
otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.