Uses of Class
org.jboss.ejb.client.SessionID
Packages that use SessionID
-
Uses of SessionID in org.jboss.ejb.client
Subclasses of SessionID in org.jboss.ejb.clientModifier and TypeClassDescriptionfinal classA basic session ID object.final classA session ID of an unknown format.final classA UUID-based session ID object.Methods in org.jboss.ejb.client that return SessionIDModifier and TypeMethodDescriptionprotected 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.StatefulEJBLocator.getSessionId()Get the session ID associated with this locator.AuthenticationContextEJBClientInterceptor.handleSessionCreation(EJBSessionCreationInvocationContext context) DiscoveryEJBClientInterceptor.handleSessionCreation(EJBSessionCreationInvocationContext context) default SessionIDEJBClientInterceptor.handleSessionCreation(EJBSessionCreationInvocationContext context) Optionally handle a session creation invocation.NamingEJBClientInterceptor.handleSessionCreation(EJBSessionCreationInvocationContext context) TransactionInterceptor.handleSessionCreation(EJBSessionCreationInvocationContext context) TransactionPostDiscoveryInterceptor.handleSessionCreation(EJBSessionCreationInvocationContext context) EJBSessionCreationInvocationContext.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 SessionIDModifier and TypeMethodDescriptionintstatic 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.EJBLocator.withSession(SessionID sessionId) Create a copy of this locator, but with the given stateful session ID.StatefulEJBLocator.withSession(SessionID sessionId) StatelessEJBLocator.withSession(SessionID sessionId) EJBLocator.withSessionAndAffinity(SessionID sessionId, Affinity affinity) Create a copy of this locator, but with the given affinity and stateful session ID.StatefulEJBLocator.withSessionAndAffinity(SessionID sessionId, Affinity affinity) StatelessEJBLocator.withSessionAndAffinity(SessionID sessionId, Affinity affinity) Constructors in org.jboss.ejb.client with parameters of type SessionIDModifierConstructorDescriptionStatefulEJBLocator(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 SessionIDModifier and TypeMethodDescriptionRemotingEJBClientInterceptor.handleSessionCreation(EJBSessionCreationInvocationContext context) -
Uses of SessionID in org.jboss.ejb.server
Methods in org.jboss.ejb.server with parameters of type SessionIDModifier and TypeMethodDescriptionvoidRequest.convertToStateful(SessionID sessionId) Attempt to convert the current invocation into a stateful invocation.