T
- the interface typepublic abstract class EJBLocator<T> extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
T |
createProxyInstance(InvocationHandler invocationHandler)
Create a proxy instance using the cached proxy class.
|
boolean |
equals(EJBLocator<?> other)
Determine whether this object is equal to another.
|
boolean |
equals(Object other)
Determine whether this object is equal to another.
|
Affinity |
getAffinity()
Get the locator affinity.
|
String |
getAppName()
Get the application name.
|
String |
getBeanName()
Get the EJB bean name.
|
String |
getDistinctName()
Get the module distinct name.
|
String |
getModuleName()
Get the module name.
|
Class<? extends T> |
getProxyClass()
Get the proxy class for this locator.
|
Constructor<? extends T> |
getProxyConstructor()
Get the proxy class constructor for this locator.
|
Class<T> |
getViewType()
Get the view type of this locator.
|
int |
hashCode()
Get the hash code for this instance.
|
public String getAppName()
public String getModuleName()
public String getBeanName()
public String getDistinctName()
public Affinity getAffinity()
public int hashCode()
public boolean equals(Object other)
public Class<? extends T> getProxyClass()
public Constructor<? extends T> getProxyConstructor()
InvocationHandler
.public T createProxyInstance(InvocationHandler invocationHandler)
invocationHandler
- the invocation handler to usepublic boolean equals(EJBLocator<?> other)
other
- the other objecttrue
if they are equal, false
otherwiseCopyright © 2018 JBoss by Red Hat. All rights reserved.