Uses of Class
org.jboss.ejb.client.SessionID
-
Packages that use SessionID Package Description org.jboss.ejb.client org.jboss.ejb.protocol.remote org.jboss.ejb.server -
-
Uses of SessionID in org.jboss.ejb.client
Subclasses of SessionID in org.jboss.ejb.client Modifier and Type Class Description classBasicSessionIDA basic session ID object.classUnknownSessionIDA session ID of an unknown format.classUUIDSessionIDA UUID-based session ID object.Methods in org.jboss.ejb.client that return SessionID Modifier and Type Method Description protected SessionIDEJBReceiver. createSession(EJBReceiverSessionCreationContext receiverContext)Creates a session for a stateful session bean represented by the passed app name, module name, distinct name and bean name combination.static SessionIDSessionID. createSessionID(byte[] encoded)Create a session ID object for the given encoded representation.SessionIDStatefulEJBLocator. getSessionId()Get the session ID associated with this locator.SessionIDDiscoveryEJBClientInterceptor. handleSessionCreation(EJBSessionCreationInvocationContext context)default SessionIDEJBClientInterceptor. handleSessionCreation(EJBSessionCreationInvocationContext context)Optionally handle a session creation invocation.SessionIDNamingEJBClientInterceptor. handleSessionCreation(EJBSessionCreationInvocationContext context)SessionIDTransactionInterceptor. handleSessionCreation(EJBSessionCreationInvocationContext context)SessionIDTransactionPostDiscoveryInterceptor. handleSessionCreation(EJBSessionCreationInvocationContext context)SessionIDEJBSessionCreationInvocationContext. proceed()Proceed with the next interceptor in the chain, calling the resolved receiver in the end.Methods in org.jboss.ejb.client with parameters of type SessionID Modifier and Type Method Description intSessionID. compareTo(SessionID id)static voidEJBClient. convertToStateful(Object proxy, SessionID sessionID)Convert a non-stateful proxy to be stateful.static <T> StatefulEJBLocator<T>StatefulEJBLocator. create(Class<T> viewType, EJBIdentifier identifier, SessionID sessionId, Affinity affinity)Construct a new instance.StatefulEJBLocator<T>EJBLocator. withSession(SessionID sessionId)Create a copy of this locator, but with the given stateful session ID.StatefulEJBLocator<T>StatefulEJBLocator. withSession(SessionID sessionId)StatefulEJBLocator<T>StatelessEJBLocator. withSession(SessionID sessionId)StatefulEJBLocator<T>EJBLocator. withSessionAndAffinity(SessionID sessionId, Affinity affinity)Create a copy of this locator, but with the given affinity and stateful session ID.StatefulEJBLocator<T>StatefulEJBLocator. withSessionAndAffinity(SessionID sessionId, Affinity affinity)StatefulEJBLocator<T>StatelessEJBLocator. withSessionAndAffinity(SessionID sessionId, Affinity affinity)Constructors in org.jboss.ejb.client with parameters of type SessionID Constructor Description StatefulEJBLocator(Class<T> viewType, String appName, String moduleName, String beanName, String distinctName, SessionID sessionId)Construct a new instance.StatefulEJBLocator(Class<T> viewType, String appName, String moduleName, String beanName, String distinctName, SessionID sessionId, Affinity affinity)Construct a new instance.StatefulEJBLocator(Class<T> viewType, String appName, String moduleName, String beanName, SessionID sessionId)Construct a new instance.StatefulEJBLocator(Class<T> viewType, String appName, String moduleName, String beanName, SessionID sessionId, Affinity affinity)Construct a new instance.StatefulEJBLocator(Class<T> viewType, EJBIdentifier identifier, SessionID sessionId)Construct a new instance.StatefulEJBLocator(Class<T> viewType, EJBIdentifier identifier, SessionID sessionId, Affinity affinity)Construct a new instance.StatefulEJBLocator(EJBLocator<T> original, SessionID sessionId)Construct a new instance.StatefulEJBLocator(EJBLocator<T> original, SessionID sessionId, Affinity newAffinity)Construct a new instance. -
Uses of SessionID in org.jboss.ejb.protocol.remote
Methods in org.jboss.ejb.protocol.remote that return SessionID Modifier and Type Method Description SessionIDRemotingEJBClientInterceptor. handleSessionCreation(EJBSessionCreationInvocationContext context) -
Uses of SessionID in org.jboss.ejb.server
Methods in org.jboss.ejb.server with parameters of type SessionID Modifier and Type Method Description voidRequest. convertToStateful(SessionID sessionId)Attempt to convert the current invocation into a stateful invocation.
-