Uses of Class
org.jboss.ejb.client.EJBIdentifier
Packages that use EJBIdentifier
-
Uses of EJBIdentifier in org.jboss.ejb._private
Methods in org.jboss.ejb._private with parameters of type EJBIdentifierModifier and TypeMethodDescriptionfinal CommunicationExceptionLogs_$logger.nullSessionCreated(Name resolvedName, Name name, Affinity affinity, EJBIdentifier identifier) Logs.nullSessionCreated(Name resolvedName, Name name, Affinity affinity, EJBIdentifier identifier) final StringLogs_$logger.remoteMessageBadViewType(EJBIdentifier ejbIdentifier) Logs.remoteMessageBadViewType(EJBIdentifier ejbIdentifier) final StringLogs_$logger.remoteMessageEJBNotStateful(EJBIdentifier ejbIdentifier) Logs.remoteMessageEJBNotStateful(EJBIdentifier ejbIdentifier) final StringLogs_$logger.remoteMessageNoSuchEJB(EJBIdentifier ejbIdentifier) Logs.remoteMessageNoSuchEJB(EJBIdentifier ejbIdentifier) final StringLogs_$logger.remoteMessageNoSuchMethod(EJBMethodLocator methodLocator, EJBIdentifier ejbIdentifier) Logs.remoteMessageNoSuchMethod(EJBMethodLocator methodLocator, EJBIdentifier ejbIdentifier) final StringLogs_$logger.remoteMessageSessionNotActive(EJBMethodLocator methodLocator, EJBIdentifier locator) Logs.remoteMessageSessionNotActive(EJBMethodLocator methodLocator, EJBIdentifier locator) -
Uses of EJBIdentifier in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBIdentifierModifier and TypeMethodDescriptionEJBLocator.getIdentifier()Get the Enterprise Beans identifier for this locator.Methods in org.jboss.ejb.client with parameters of type EJBIdentifierModifier and TypeMethodDescriptionstatic <T extends jakarta.ejb.EJBHome>
EJBHomeLocator<T>EJBHomeLocator.create(Class<T> viewType, EJBIdentifier identifier, Affinity affinity) Construct a new instance.static <T extends jakarta.ejb.EJBObject>
EntityEJBLocator<T>EntityEJBLocator.create(Class<T> viewType, EJBIdentifier identifier, Object primaryKey, Affinity affinity) Construct a new instance.static <T> StatefulEJBLocator<T>StatefulEJBLocator.create(Class<T> viewType, EJBIdentifier identifier, SessionID sessionId, Affinity affinity) Construct a new instance.static <T> StatelessEJBLocator<T>StatelessEJBLocator.create(Class<T> viewType, EJBIdentifier identifier, Affinity affinity) Construct a new instance.booleanEJBIdentifier.equals(EJBIdentifier other) Determine if this Enterprise Bean identifier is equal to the given object.Constructors in org.jboss.ejb.client with parameters of type EJBIdentifierModifierConstructorDescriptionEJBHomeLocator(Class<T> viewType, EJBIdentifier identifier) Construct a new instance.EJBHomeLocator(Class<T> viewType, EJBIdentifier identifier, Affinity affinity) Construct a new instance.EntityEJBLocator(Class<T> viewType, EJBIdentifier identifier, Object primaryKey) Construct a new instance.EntityEJBLocator(Class<T> viewType, EJBIdentifier identifier, Object primaryKey, 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.StatelessEJBLocator(Class<T> viewType, EJBIdentifier identifier) Construct a new instance.StatelessEJBLocator(Class<T> viewType, EJBIdentifier identifier, Affinity affinity) Construct a new instance. -
Uses of EJBIdentifier in org.jboss.ejb.server
Methods in org.jboss.ejb.server that return EJBIdentifierModifier and TypeMethodDescriptionRequest.getEJBIdentifier()Get the identifier of the target Enterprise Beans.