|
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.EJBLocator<T>
T - the interface typepublic abstract class EJBLocator<T>
An identifier for an EJB proxy invocation target instance, suitable for use as a hash key or a serialized token.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Class<T> getViewType()
public String getAppName()
public String getModuleName()
public String getBeanName()
public String getDistinctName()
public Affinity getAffinity()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectother - the other object
true if they are equal, false otherwisepublic Class<? extends T> getProxyClass()
public Constructor<? extends T> getProxyConstructor()
InvocationHandler.
public T createProxyInstance(InvocationHandler invocationHandler)
invocationHandler - the invocation handler to use
public boolean equals(EJBLocator<?> other)
other - the other object
true if they are equal, false otherwise
|
JBoss EJB client 1.0.5.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||