Uses of Class
org.jboss.msc.service.ServiceName
Packages that use ServiceName
Package
Description
The service container implementation itself.
-
Uses of ServiceName in org.jboss.as.naming
Methods in org.jboss.as.naming that return ServiceNameModifier and TypeMethodDescriptionprotected ServiceNameServiceBasedNamingStore.buildServiceName(Name name) protected ServiceNameServiceBasedNamingStore.getServiceNameBase()Methods in org.jboss.as.naming with parameters of type ServiceNameModifier and TypeMethodDescriptionvoidServiceBasedNamingStore.add(ServiceName serviceName) static ReferenceManagedReferenceObjectFactory.createReference(ServiceName serviceName) static ReferenceServiceReferenceObjectFactory.createReference(ServiceName service, Class<? extends ServiceReferenceObjectFactory> factory) Create a reference to a sub class ofServiceReferenceObjectFactorythat injects the value of the given service.static voidWritableServiceBasedNamingStore.pushOwner(ServiceName deploymentUnitServiceName) voidServiceBasedNamingStore.remove(ServiceName serviceName) Constructors in org.jboss.as.naming with parameters of type ServiceNameModifierConstructorDescriptionServiceBasedNamingStore(ServiceRegistry serviceRegistry, ServiceName serviceNameBase) WritableServiceBasedNamingStore(ServiceRegistry serviceRegistry, ServiceName serviceNameBase, ServiceTarget serviceTarget) -
Uses of ServiceName in org.jboss.as.naming.context.external
Methods in org.jboss.as.naming.context.external that return ServiceNameModifier and TypeMethodDescriptionExternalContexts.getParentExternalContext(ServiceName childServiceName) Retrieves the external context that is a parent of the specified child service name.ExternalContextsNavigableSet.getParentExternalContext(ServiceName serviceName) Methods in org.jboss.as.naming.context.external with parameters of type ServiceNameModifier and TypeMethodDescriptionvoidExternalContexts.addExternalContext(ServiceName serviceName) Adds an external context.voidExternalContextsNavigableSet.addExternalContext(ServiceName serviceName) ExternalContexts.getParentExternalContext(ServiceName childServiceName) Retrieves the external context that is a parent of the specified child service name.ExternalContextsNavigableSet.getParentExternalContext(ServiceName serviceName) booleanExternalContexts.removeExternalContext(ServiceName serviceName) Removes an external context.booleanExternalContextsNavigableSet.removeExternalContext(ServiceName serviceName) -
Uses of ServiceName in org.jboss.as.naming.deployment
Fields in org.jboss.as.naming.deployment declared as ServiceNameModifier and TypeFieldDescriptionstatic final ServiceNameContextNames.APPLICATION_CONTEXT_SERVICE_NAMEParent ServiceName for java:app namespacestatic final ServiceNameContextNames.COMPONENT_CONTEXT_SERVICE_NAMEParent ServiceName for java:comp namespacestatic final ServiceNameContextNames.EXPORTED_CONTEXT_SERVICE_NAMEServiceName for java:jboss/exported namespacestatic final ServiceNameContextNames.GLOBAL_CONTEXT_SERVICE_NAMEServiceName for java:global namespacestatic final ServiceNameContextNames.JAVA_CONTEXT_SERVICE_NAMEServiceName for java: namespacestatic final ServiceNameContextNames.JBOSS_CONTEXT_SERVICE_NAMEServiceName for java:jboss namespacestatic final ServiceNameContextNames.MODULE_CONTEXT_SERVICE_NAMEParent ServiceName for java:module namespacestatic final ServiceNameContextNames.NAMINGParent ServiceName for all naming services.Methods in org.jboss.as.naming.deployment that return ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameContextNames.buildServiceName(ServiceName parentName, String relativeName) static ServiceNameContextNames.contextServiceNameOfApplication(String app) Get the base service name of an application's JNDI namespace.static ServiceNameContextNames.contextServiceNameOfComponent(String app, String module, String comp) Get the base service name of a component's JNDI namespace.static ServiceNameContextNames.contextServiceNameOfModule(String app, String module) Get the base service name of a module's JNDI namespace.ContextNames.BindInfo.getBinderServiceName()The service name for binderContextNames.BindInfo.getParentContextServiceName()The service name for the target namespace the binding will occur.static ServiceNameJndiNamingDependencyProcessor.serviceName(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit) static ServiceNameJndiNamingDependencyProcessor.serviceName(ServiceName deploymentUnitServiceName) Methods in org.jboss.as.naming.deployment with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameContextNames.buildServiceName(ServiceName parentName, String relativeName) booleanRuntimeBindReleaseService.References.contains(ServiceName serviceName) static ServiceNameJndiNamingDependencyProcessor.serviceName(ServiceName deploymentUnitServiceName) -
Uses of ServiceName in org.jboss.as.naming.logging
Methods in org.jboss.as.naming.logging with parameters of type ServiceNameModifier and TypeMethodDescriptionfinal NamingExceptionNamingLogger_$logger.cannotResolveService(ServiceName serviceName) final NamingExceptionNamingLogger_$logger.cannotResolveService(ServiceName serviceName, String className, String state) NamingLogger.cannotResolveService(ServiceName serviceName) Creates an exception indicating the service name could not be resolved.NamingLogger.cannotResolveService(ServiceName serviceName, String className, String state) Creates an exception indicating the service name could not be resolved.final NamingExceptionNamingLogger_$logger.cannotResolveServiceBug(ServiceName serviceName, String className, String state) NamingLogger.cannotResolveServiceBug(ServiceName serviceName, String className, String state) Creates an exception indicating the service name could not be resolved and here is a bug.final IllegalArgumentExceptionNamingLogger_$logger.serviceAlreadyBound(ServiceName serviceName) NamingLogger.serviceAlreadyBound(ServiceName serviceName) Creates an exception indicating the service name has already been bound.final IllegalStateExceptionNamingLogger_$logger.serviceNotStarted(ServiceName serviceName) NamingLogger.serviceNotStarted(ServiceName serviceName) Indicates that a service is not started as expected.final NamingExceptionNamingLogger_$logger.threadInterrupt(ServiceName serviceName) NamingLogger.threadInterrupt(ServiceName serviceName) Creates an exception indicating the thread was interrupted while retrieving the service. -
Uses of ServiceName in org.jboss.as.naming.management
Fields in org.jboss.as.naming.management declared as ServiceName -
Uses of ServiceName in org.jboss.as.naming.remote
Fields in org.jboss.as.naming.remote declared as ServiceNameModifier and TypeFieldDescriptionstatic final ServiceNameHttpRemoteNamingServerService.SERVICE_NAMEstatic final ServiceNameRemoteNamingServerService.SERVICE_NAME -
Uses of ServiceName in org.jboss.as.naming.service
Fields in org.jboss.as.naming.service declared as ServiceNameModifier and TypeFieldDescriptionstatic final ServiceNameDefaultNamespaceContextSelectorService.SERVICE_NAMEstatic final ServiceNameExternalContextsService.SERVICE_NAMEstatic final ServiceNameNamingService.SERVICE_NAMEDeprecated.Methods in org.jboss.as.naming.service that return ServiceName -
Uses of ServiceName in org.jboss.as.naming.subsystem
Methods in org.jboss.as.naming.subsystem that return ServiceNameModifier and TypeMethodDescriptionprotected ServiceNameNamingBindingRemove.serviceName(String name) protected ServiceNameRemoteNamingRemove.serviceName(String name) -
Uses of ServiceName in org.jboss.msc.service
Fields in org.jboss.msc.service declared as ServiceNameModifier and TypeFieldDescriptionstatic final ServiceNameServiceName.JBOSSThe root name "jboss".Methods in org.jboss.msc.service that return ServiceNameModifier and TypeMethodDescriptionCreate a service name by appending name parts using this as a parent to the new ServiceName.ServiceName.append(ServiceName serviceName) Create a service name by appending name parts of the provided ServiceName using this as a parent.ServiceName.commonAncestorOf(ServiceName other) Return the service name that is the nearest common ancestor of the this name and the given one.DelegatingServiceController.getAliases()Deprecated.ServiceController.getAliases()Deprecated.UseServiceController#provides()instead.CircularDependencyException.getCycle()Returns a cycle found during service installation.DelegatingServiceController.getName()Deprecated.ServiceController.getName()Deprecated.UseServiceController#provides()instead.ServiceName.getParent()Get the parent (enclosing) service name.StartException.getServiceName()static ServiceNameCreate a ServiceName from a series of String parts.static ServiceNameServiceName.of(ServiceName parent, String... parts) Create a ServiceName from a series of String parts and a parent service name.static ServiceNameParse a string-form service name.Methods in org.jboss.msc.service that return types with arguments of type ServiceNameModifier and TypeMethodDescriptionDelegatingServiceContainer.getServiceNames()Get a list of service names installed in this registry.DelegatingServiceRegistry.getServiceNames()Get a list of service names installed in this registry.ServiceRegistry.getServiceNames()Get a list of service names installed in this registry.DelegatingServiceController.getUnavailableDependencies()Deprecated.ServiceController.getUnavailableDependencies()Deprecated.UseServiceController#missing()instead.DelegatingServiceController.missing()Get the names of all missing values this service require.ServiceController.missing()Get the names of all missing values this service require.DelegatingServiceController.provides()Get the names of all values this service provide.ServiceController.provides()Get the names of all values this service provide.DelegatingServiceController.requires()Get the names of all values this service require.ServiceController.requires()Get the names of all values this service require.Methods in org.jboss.msc.service with parameters of type ServiceNameModifier and TypeMethodDescriptionDelegatingServiceBuilder.addAliases(ServiceName... aliases) Deprecated.ServiceBuilder.addAliases(ServiceName... aliases) Deprecated.UseServiceBuilder.provides(ServiceName...)instead.<I> ServiceBuilder<T>DelegatingServiceBuilder.addDependency(ServiceName dependency, Class<I> type, Injector<I> target) Deprecated.DelegatingServiceContainer.addDependency(ServiceName dependency) Deprecated.DelegatingServiceTarget.addDependency(ServiceName dependency) Deprecated.<I> ServiceBuilder<T>ServiceBuilder.addDependency(ServiceName dependency, Class<I> type, Injector<I> target) Deprecated.UseServiceBuilder.requires(ServiceName)instead.ServiceTarget.addDependency(ServiceName dependency) Deprecated.This method will be removed in a future release.DelegatingServiceContainer.addService(ServiceName name) Deprecated.<T> ServiceBuilder<T>DelegatingServiceContainer.addService(ServiceName name, Service<T> service) Deprecated.DelegatingServiceTarget.addService(ServiceName name) Deprecated.<T> ServiceBuilder<T>DelegatingServiceTarget.addService(ServiceName name, Service<T> service) Deprecated.ServiceTarget.addService(ServiceName name) Deprecated.UseServiceTarget.addService()instead.<T> ServiceBuilder<T>ServiceTarget.addService(ServiceName name, Service<T> service) Deprecated.UseServiceTarget.addService()instead.ServiceName.append(ServiceName serviceName) Create a service name by appending name parts of the provided ServiceName using this as a parent.ServiceName.commonAncestorOf(ServiceName other) Return the service name that is the nearest common ancestor of the this name and the given one.intServiceName.compareTo(ServiceName o) Compare two service names lexicographically.booleanServiceName.equals(ServiceName o) Compare this service name to another service name.final voidServiceLogger_$logger.exceptionAfterComplete(Throwable cause, ServiceName serviceName) DelegatingServiceContainer.getRequiredService(ServiceName serviceName) Get a service, throwing an exception if it is not found.DelegatingServiceRegistry.getRequiredService(ServiceName serviceName) Get a service, throwing an exception if it is not found.ServiceRegistry.getRequiredService(ServiceName serviceName) Get a service, throwing an exception if it is not found.DelegatingServiceContainer.getService(ServiceName serviceName) Get a service, returningnullif it is not found.DelegatingServiceRegistry.getService(ServiceName serviceName) Get a service, returningnullif it is not found.ServiceRegistry.getService(ServiceName serviceName) Get a service, returningnullif it is not found.final voidServiceLogger_$logger.injectFailed(Throwable cause, ServiceName serviceName) final voidServiceLogger_$logger.internalServiceError(Throwable cause, ServiceName serviceName) booleanServiceName.isParentOf(ServiceName other) Determine whether this service name is the same as, or a parent of, the given service name.static ServiceNameServiceName.of(ServiceName parent, String... parts) Create a ServiceName from a series of String parts and a parent service name.<V> Consumer<V>DelegatingServiceBuilder.provides(ServiceName... names) Specifies value provided by service.<V> Consumer<V>ServiceBuilder.provides(ServiceName... names) Specifies value provided by service.<V> Supplier<V>DelegatingServiceBuilder.requires(ServiceName name) Specifies value name required by service.<V> Supplier<V>ServiceBuilder.requires(ServiceName name) Specifies value name required by service.voidStartException.setServiceName(ServiceName serviceName) final voidServiceLogger_$logger.startFailed(StartException cause, ServiceName serviceName) final voidServiceLogger_$logger.stopFailed(Throwable cause, ServiceName serviceName) final voidServiceLogger_$logger.stopServiceMissing(ServiceName serviceName) final voidServiceLogger_$logger.uninjectFailed(Throwable cause, ServiceName serviceName, org.jboss.msc.service.ValueInjection<?> valueInjection) Constructors in org.jboss.msc.service with parameters of type ServiceNameModifierConstructorDescriptionCircularDependencyException(String msg, ServiceName[] cycle) Constructs aCircularDependencyExceptionwith the specified detail message.StartException(String message, Throwable cause, ServiceName serviceName) -
Uses of ServiceName in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service that return ServiceNameModifier and TypeMethodDescriptionServiceNameProvider.getServiceName()Returns the associated service nameServiceNameRegistry.getServiceName(R requirement) Deprecated, for removal: This API element is subject to removal in a future version.Returns the service name for the specified requirementSimpleServiceNameProvider.getServiceName()Constructors in org.wildfly.clustering.service with parameters of type ServiceNameModifierConstructorDescriptionConstructs a new builder for building asynchronous serviceIdentityServiceConfigurator(ServiceName name, ServiceName requirementName) Constructs a new service configurator.IdentityServiceConfigurator(ServiceName name, ServiceName requirementName, ServiceController.Mode initialMode) Constructs a new service configurator.ServiceDependency(ServiceName name) SimpleServiceConfigurator(ServiceName name, T value) -
Uses of ServiceName in org.wildfly.clustering.singleton
Methods in org.wildfly.clustering.singleton with parameters of type ServiceNameModifier and TypeMethodDescription<T> Builder<T>SingletonPolicy.createSingletonServiceBuilder(ServiceName name, Service<T> service) Deprecated.<T> Builder<T>SingletonPolicy.createSingletonServiceBuilder(ServiceName name, Service<T> primaryService, Service<T> backupService) Deprecated.<T> SingletonServiceBuilder<T>SingletonServiceBuilderFactory.createSingletonServiceBuilder(ServiceName name, Service<T> service) Deprecated, for removal: This API element is subject to removal in a future version.<T> SingletonServiceBuilder<T>SingletonServiceBuilderFactory.createSingletonServiceBuilder(ServiceName name, Service<T> primaryService, Service<T> backupService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ServiceName in org.wildfly.clustering.singleton.service
Methods in org.wildfly.clustering.singleton.service with parameters of type ServiceNameModifier and TypeMethodDescriptionSingletonServiceTarget.addService(ServiceName name) Deprecated.<T> SingletonServiceBuilder<T>SingletonServiceTarget.addService(ServiceName name, Service<T> service) Deprecated.SingletonPolicy.createSingletonServiceConfigurator(ServiceName name) SingletonServiceConfiguratorFactory.createSingletonServiceConfigurator(ServiceName name) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ServiceName in org.wildfly.extension.messaging.activemq
Fields in org.wildfly.extension.messaging.activemq declared as ServiceNameModifier and TypeFieldDescriptionstatic final ServiceNameMessagingServices.ACTIVEMQ_CLIENT_THREAD_POOLMethods in org.wildfly.extension.messaging.activemq that return ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameMessagingServices.getActiveMQServiceName()static ServiceNameMessagingServices.getActiveMQServiceName(String serverName) static ServiceNameMessagingServices.getActiveMQServiceName(org.jboss.as.controller.PathAddress pathAddress) static ServiceNameGroupBindingService.getBroadcastBaseServiceName(ServiceName activeMQServiceName) static ServiceNameMessagingServices.getBroadcastCommandDispatcherFactoryServiceName(String channelName) static ServiceNameMessagingServices.getCapabilityServiceName(String capabilityBaseName, String... dynamicParts) Determines a ServiceName from a capability name.static ServiceNameGroupBindingService.getDiscoveryBaseServiceName(ServiceName activeMQServiceName) static ServiceNameMessagingServices.getJMSBridgeServiceName(String bridgeName) static ServiceNameMessagingServices.getQueueBaseServiceName(ServiceName serverServiceName) static ServiceNameActiveMQActivationService.getServiceName(ServiceName serverName) Methods in org.wildfly.extension.messaging.activemq that return types with arguments of type ServiceNameModifier and TypeMethodDescriptionExternalBrokerConfigurationService.getCommandDispatcherFactories()ExternalBrokerConfigurationService.getGroupBindings()ExternalBrokerConfigurationService.getOutboundSocketBindings()ExternalBrokerConfigurationService.getSocketBindings()Methods in org.wildfly.extension.messaging.activemq with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameGroupBindingService.getBroadcastBaseServiceName(ServiceName activeMQServiceName) static ServiceNameGroupBindingService.getDiscoveryBaseServiceName(ServiceName activeMQServiceName) static ServiceNameMessagingServices.getQueueBaseServiceName(ServiceName serverServiceName) static ServiceNameActiveMQActivationService.getServiceName(ServiceName serverName) static voidBinderServiceUtil.installBinderService(ServiceTarget serviceTarget, String name, Service<?> service, ServiceName dependency) Install a binder service to bind the value of theserviceusing the bindingname.static booleanActiveMQActivationService.isActiveMQServerActive(ServiceRegistry serviceRegistry, ServiceName activeMQServerServiceName) -
Uses of ServiceName in org.wildfly.extension.messaging.activemq._private
Methods in org.wildfly.extension.messaging.activemq._private with parameters of type ServiceNameModifier and TypeMethodDescriptionfinal IllegalStateExceptionMessagingLogger_$logger.invalidServiceState(ServiceName service, ServiceController.State validState, ServiceController.State currentState) MessagingLogger.invalidServiceState(ServiceName service, ServiceController.State validState, ServiceController.State currentState) Creates an exception indicating the service, represented by theserviceparameter, is in an invalid state. -
Uses of ServiceName in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return ServiceNameModifier and TypeMethodDescriptionstatic ServiceNameJMSServices.getConnectionFactoryBaseServiceName(ServiceName activeMQServiceName) DestinationConfiguration.getDestinationServiceName()static ServiceNameJMSServices.getJmsManagerBaseServiceName(ServiceName activeMQServiceName) static ServiceNameJMSServices.getJmsQueueBaseServiceName(ServiceName activeMQServiceName) static ServiceNameJMSServices.getJmsTopicBaseServiceName(ServiceName activeMQServiceName) static ServiceNameJMSServices.getPooledConnectionFactoryBaseServiceName(ServiceName activeMQServiceName) Methods in org.wildfly.extension.messaging.activemq.jms with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic ServiceController<JMSServerManager>JMSService.addService(ServiceTarget target, ServiceName serverServiceName, boolean overrideInVMSecurity) static ServiceNameJMSServices.getConnectionFactoryBaseServiceName(ServiceName activeMQServiceName) static ServiceNameJMSServices.getJmsManagerBaseServiceName(ServiceName activeMQServiceName) static ServiceNameJMSServices.getJmsQueueBaseServiceName(ServiceName activeMQServiceName) static ServiceNameJMSServices.getJmsTopicBaseServiceName(ServiceName activeMQServiceName) static ServiceNameJMSServices.getPooledConnectionFactoryBaseServiceName(ServiceName activeMQServiceName) ExternalJMSQueueService.installRuntimeQueueService(DestinationConfiguration config, ServiceTarget serviceTarget, ServiceName pcf, boolean enabledAMQ1Prefix) static ExternalJMSTopicServiceExternalJMSTopicService.installRuntimeTopicService(DestinationConfiguration config, ServiceTarget serviceTarget, ServiceName pcf, boolean enabledAMQ1Prefix) ExternalJMSQueueService.installService(String name, ServiceTarget serviceTarget, ServiceName serviceName, boolean enabledAMQ1Prefix) static ExternalJMSTopicServiceExternalJMSTopicService.installService(String name, ServiceName serviceName, ServiceTarget serviceTarget, boolean enabledAMQ1Prefix) JMSQueueService.installService(String name, ServiceTarget serviceTarget, ServiceName serverServiceName, String selector, boolean durable) static JMSTopicServiceJMSTopicService.installService(String name, ServiceName serverServiceName, ServiceTarget serviceTarget) DestinationConfiguration.Builder.setDestinationServiceName(ServiceName destinationServiceName) Constructors in org.wildfly.extension.messaging.activemq.jms with parameters of type ServiceNameModifierConstructorDescriptionDestinationConfiguration(boolean durable, String selector, String name, String managementQueueAddress, String managementUsername, String managementPassword, String resourceAdapter, ServiceName destinationServiceName) protectedJMSService(ServiceName serverServiceName, boolean overrideInVMSecurity) -
Uses of ServiceName in org.wildfly.extension.messaging.activemq.jms.legacy
Methods in org.wildfly.extension.messaging.activemq.jms.legacy with parameters of type ServiceNameModifier and TypeMethodDescriptionLegacyConnectionFactoryService.installService(String name, ServiceName activeMQServerServiceName, ServiceTarget serviceTarget, org.hornetq.jms.client.HornetQConnectionFactory uncompletedConnectionFactory, String discoveryGroupName, List<String> connectors) -
Uses of ServiceName in org.wildfly.service
Methods in org.wildfly.service with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic <V> ServiceDependency<V>ServiceDependency.on(ServiceName name) Returns a dependency on the service with the specified name.Installer.AbstractUnaryBuilder.provides(ServiceName name) Installer.UnaryBuilder.provides(ServiceName name) Configures a service name provided by this service.Constructors in org.wildfly.service with parameters of type ServiceNameConstructor parameters in org.wildfly.service with type arguments of type ServiceNameModifierConstructorDescriptionprotectedAbstractUnaryBuilder(Function<T, V> mapper, Supplier<T> factory, BiFunction<SB, Collection<ServiceName>, Consumer<V>> provider) -
Uses of ServiceName in org.wildfly.service.capture
Methods in org.wildfly.service.capture with parameters of type ServiceNameModifier and TypeMethodDescriptiondefault ServiceInstallerServiceValueRegistry.capture(ServiceName name) Creates a service installer to capture and release the value provided by the specified service dependency. -
Uses of ServiceName in org.wildfly.subsystem.service
Methods in org.wildfly.subsystem.service with parameters of type ServiceNameModifier and TypeMethodDescriptionstatic <T> ServiceDependency<T>ServiceDependency.on(ServiceName name) Returns a dependency on the service with the specified name. -
Uses of ServiceName in org.wildfly.subsystem.service.capability
Methods in org.wildfly.subsystem.service.capability with parameters of type ServiceNameModifier and TypeMethodDescription<V> Consumer<V>AsyncCapabilityServiceBuilder.provides(org.jboss.as.controller.capability.RuntimeCapability<?>[] capabilities, ServiceName[] aliases) <V> Consumer<V>AsyncCapabilityServiceBuilder.provides(org.jboss.as.controller.capability.RuntimeCapability<?> capability, ServiceName alias, ServiceName... aliases)
NamingService.CAPABILITY_NAMEcapability.