Uses of Class
org.jboss.ejb.client.EJBModuleIdentifier
-
Packages that use EJBModuleIdentifier Package Description org.jboss.ejb.client org.jboss.ejb.server -
-
Uses of EJBModuleIdentifier in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return EJBModuleIdentifier Modifier and Type Method Description EJBModuleIdentifierEJBIdentifier. getModuleIdentifier()Get the module identifier.Methods in org.jboss.ejb.client with parameters of type EJBModuleIdentifier Modifier and Type Method Description booleanEJBModuleIdentifier. 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 EJBModuleIdentifier Constructor Description EJBIdentifier(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 EJBModuleIdentifier Modifier and Type Method Description voidModuleAvailabilityListener. moduleAvailable(List<EJBModuleIdentifier> modules)voidModuleAvailabilityListener. moduleUnavailable(List<EJBModuleIdentifier> modules)
-