Uses of Class
org.jboss.ejb.client.EJBModuleIdentifier
Packages that use EJBModuleIdentifier
-
Uses of EJBModuleIdentifier in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBModuleIdentifierMethods in org.jboss.ejb.client with parameters of type EJBModuleIdentifierModifier and TypeMethodDescriptionbooleanEJBModuleIdentifier.equals(EJBModuleIdentifier other) Determine if this Enterprise Bean identifier is equal to the given object.Constructors in org.jboss.ejb.client with parameters of type EJBModuleIdentifierModifierConstructorDescriptionEJBIdentifier(EJBModuleIdentifier moduleIdentifier, String beanName) Construct a new instance. -
Uses of EJBModuleIdentifier in org.jboss.ejb.server
Method parameters in org.jboss.ejb.server with type arguments of type EJBModuleIdentifierModifier and TypeMethodDescriptionvoidModuleAvailabilityListener.moduleAvailable(List<EJBModuleIdentifier> modules) voidModuleAvailabilityListener.moduleUnavailable(List<EJBModuleIdentifier> modules)