|
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.StatefulEJBLocator<T>
T - the remote view typepublic final class StatefulEJBLocator<T>
A locator for a stateful session EJB.
| Constructor Summary | |
|---|---|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity)
Deprecated. Since 1.0.2. Use StatefulEJBLocator(Class, String, String, String, String, SessionID, Affinity, String) instead |
|
StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity,
String sessionOwnerNode)
Constructs a StatefulEJBLocator |
|
| Method Summary | |
|---|---|
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(StatefulEJBLocator<?> other)
Determine whether this object is equal to another. |
SessionID |
getSessionId()
Get the session ID associated with this locator. |
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 |
|---|
@Deprecated
public StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity)
StatefulEJBLocator(Class, String, String, String, String, SessionID, Affinity, String) instead
viewType - the view typeappName - the application namemoduleName - the module namebeanName - the bean namedistinctName - the distinct namesessionId - the stateful session IDaffinity - The Affinity for this stateful bean locator
public StatefulEJBLocator(Class<T> viewType,
String appName,
String moduleName,
String beanName,
String distinctName,
SessionID sessionId,
Affinity affinity,
String sessionOwnerNode)
StatefulEJBLocator
viewType - the view typeappName - the application namemoduleName - the module namebeanName - the bean namedistinctName - the distinct namesessionId - the stateful session IDaffinity - The Affinity for this stateful bean locatorsessionOwnerNode - The name of the node on which the sessionId was generated| Method Detail |
|---|
public SessionID getSessionId()
public int hashCode()
hashCode in class EJBLocator<T>public boolean equals(Object other)
equals in class EJBLocator<T>other - the other object
true if they are equal, false otherwisepublic boolean equals(EJBLocator<?> other)
equals in class EJBLocator<T>other - the other object
true if they are equal, false otherwisepublic boolean equals(StatefulEJBLocator<?> 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 | |||||||||