Uses of Class
org.jboss.msc.service.ServiceName
-
Packages that use ServiceName Package Description org.jboss.as.naming org.jboss.as.naming.context.external org.jboss.as.naming.deployment org.jboss.as.naming.logging org.jboss.as.naming.management org.jboss.as.naming.remote org.jboss.as.naming.service org.jboss.as.naming.subsystem org.jboss.msc.service The service container implementation itself.org.wildfly.clustering.service org.wildfly.clustering.singleton org.wildfly.clustering.singleton.service -
-
Uses of ServiceName in org.jboss.as.naming
Methods in org.jboss.as.naming that return ServiceName Modifier and Type Method Description protected ServiceNameServiceBasedNamingStore. buildServiceName(Name name)protected ServiceNameServiceBasedNamingStore. getServiceNameBase()Methods in org.jboss.as.naming with parameters of type ServiceName Modifier and Type Method Description voidServiceBasedNamingStore. 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 ServiceName Constructor Description ServiceBasedNamingStore(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 ServiceName Modifier and Type Method Description ServiceNameExternalContexts. getParentExternalContext(ServiceName childServiceName)Retrieves the external context that is a parent of the specified child service name.ServiceNameExternalContextsNavigableSet. getParentExternalContext(ServiceName serviceName)Methods in org.jboss.as.naming.context.external with parameters of type ServiceName Modifier and Type Method Description voidExternalContexts. addExternalContext(ServiceName serviceName)Adds an external context.voidExternalContextsNavigableSet. addExternalContext(ServiceName serviceName)ServiceNameExternalContexts. getParentExternalContext(ServiceName childServiceName)Retrieves the external context that is a parent of the specified child service name.ServiceNameExternalContextsNavigableSet. 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 ServiceName Modifier and Type Field Description static ServiceNameContextNames. APPLICATION_CONTEXT_SERVICE_NAMEParent ServiceName for java:app namespacestatic ServiceNameContextNames. COMPONENT_CONTEXT_SERVICE_NAMEParent ServiceName for java:comp namespacestatic ServiceNameContextNames. EXPORTED_CONTEXT_SERVICE_NAMEServiceName for java:jboss/exported namespacestatic ServiceNameContextNames. GLOBAL_CONTEXT_SERVICE_NAMEServiceName for java:global namespacestatic ServiceNameContextNames. JAVA_CONTEXT_SERVICE_NAMEServiceName for java: namespacestatic ServiceNameContextNames. JBOSS_CONTEXT_SERVICE_NAMEServiceName for java:jboss namespacestatic ServiceNameContextNames. MODULE_CONTEXT_SERVICE_NAMEParent ServiceName for java:module namespacestatic ServiceNameContextNames. NAMINGParent ServiceName for all naming services.Methods in org.jboss.as.naming.deployment that return ServiceName Modifier and Type Method Description static 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.ServiceNameContextNames.BindInfo. getBinderServiceName()The service name for binderServiceNameContextNames.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 ServiceName Modifier and Type Method Description static 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 ServiceName Modifier and Type Method Description NamingExceptionNamingLogger_$logger. cannotResolveService(ServiceName serviceName)NamingExceptionNamingLogger_$logger. cannotResolveService(ServiceName serviceName, String className, String state)NamingExceptionNamingLogger. cannotResolveService(ServiceName serviceName)Creates an exception indicating the service name could not be resolved.NamingExceptionNamingLogger. cannotResolveService(ServiceName serviceName, String className, String state)Creates an exception indicating the service name could not be resolved.NamingExceptionNamingLogger_$logger. cannotResolveServiceBug(ServiceName serviceName, String className, String state)NamingExceptionNamingLogger. cannotResolveServiceBug(ServiceName serviceName, String className, String state)Creates an exception indicating the service name could not be resolved and here is a bug.IllegalArgumentExceptionNamingLogger_$logger. serviceAlreadyBound(ServiceName serviceName)IllegalArgumentExceptionNamingLogger. serviceAlreadyBound(ServiceName serviceName)Creates an exception indicating the service name has already been bound.IllegalStateExceptionNamingLogger_$logger. serviceNotStarted(ServiceName serviceName)IllegalStateExceptionNamingLogger. serviceNotStarted(ServiceName serviceName)Indicates that a service is not started as expected.NamingExceptionNamingLogger_$logger. threadInterrupt(ServiceName serviceName)NamingExceptionNamingLogger. 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 Modifier and Type Field Description static ServiceNameJndiViewExtensionRegistry. SERVICE_NAME -
Uses of ServiceName in org.jboss.as.naming.remote
Fields in org.jboss.as.naming.remote declared as ServiceName Modifier and Type Field Description static ServiceNameHttpRemoteNamingServerService. SERVICE_NAMEstatic ServiceNameRemoteNamingServerService. SERVICE_NAME -
Uses of ServiceName in org.jboss.as.naming.service
Fields in org.jboss.as.naming.service declared as ServiceName Modifier and Type Field Description static ServiceNameDefaultNamespaceContextSelectorService. SERVICE_NAMEstatic ServiceNameExternalContextsService. SERVICE_NAMEstatic ServiceNameNamingService. SERVICE_NAMEDeprecated.Dependent subsystem should instead register a requirement on theNamingService.CAPABILITY_NAMEcapability.Methods in org.jboss.as.naming.service that return ServiceName Modifier and Type Method Description ServiceNameBinderService. getServiceName() -
Uses of ServiceName in org.jboss.as.naming.subsystem
Methods in org.jboss.as.naming.subsystem that return ServiceName Modifier and Type Method Description protected 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 ServiceName Modifier and Type Field Description static ServiceNameServiceName. JBOSSThe root name "jboss".Methods in org.jboss.msc.service that return ServiceName Modifier and Type Method Description ServiceNameServiceName. append(String... parts)Create a service name by appending name parts using this as a parent to the new ServiceName.ServiceNameServiceName. append(ServiceName serviceName)Create a service name by appending name parts of the provided ServiceName using this as a parent.ServiceNameServiceName. commonAncestorOf(ServiceName other)Return the service name that is the nearest common ancestor of the this name and the given one.ServiceName[]DelegatingServiceController. getAliases()Deprecated.ServiceName[]ServiceController. getAliases()Deprecated.UseServiceController#provides()instead.ServiceName[]CircularDependencyException. getCycle()Returns a cycle found during service installation.ServiceNameDelegatingServiceController. getName()Deprecated.ServiceNameServiceController. getName()Deprecated.UseServiceController#provides()instead.ServiceNameServiceName. getParent()Get the parent (enclosing) service name.ServiceNameStartException. getServiceName()static ServiceNameServiceName. of(String... parts)Create 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 ServiceNameServiceName. parse(String original)Parse a string-form service name.Methods in org.jboss.msc.service that return types with arguments of type ServiceName Modifier and Type Method Description List<ServiceName>DelegatingServiceContainer. getServiceNames()Get a list of service names installed in this registry.List<ServiceName>DelegatingServiceRegistry. getServiceNames()Get a list of service names installed in this registry.List<ServiceName>ServiceRegistry. getServiceNames()Get a list of service names installed in this registry.Collection<ServiceName>DelegatingServiceController. getUnavailableDependencies()Deprecated.Collection<ServiceName>ServiceController. getUnavailableDependencies()Deprecated.UseServiceController#missing()instead.Set<ServiceName>DelegatingServiceController. missing()Get the names of all missing values this service require.Set<ServiceName>ServiceController. missing()Get the names of all missing values this service require.Set<ServiceName>DelegatingServiceController. provides()Get the names of all values this service provide.Set<ServiceName>ServiceController. provides()Get the names of all values this service provide.Set<ServiceName>DelegatingServiceController. requires()Get the names of all values this service require.Set<ServiceName>ServiceController. requires()Get the names of all values this service require.Methods in org.jboss.msc.service with parameters of type ServiceName Modifier and Type Method Description ServiceBuilder<T>DelegatingServiceBuilder. addAliases(ServiceName... aliases)Deprecated.ServiceBuilder<T>ServiceBuilder. addAliases(ServiceName... aliases)Deprecated.UseServiceBuilder.provides(ServiceName...)instead.<I> ServiceBuilder<T>DelegatingServiceBuilder. addDependency(ServiceName dependency, Class<I> type, Injector<I> target)Deprecated.ServiceContainerDelegatingServiceContainer. addDependency(ServiceName dependency)Deprecated.ServiceTargetDelegatingServiceTarget. addDependency(ServiceName dependency)Deprecated.<I> ServiceBuilder<T>ServiceBuilder. addDependency(ServiceName dependency, Class<I> type, Injector<I> target)Deprecated.UseServiceBuilder.requires(ServiceName)instead.ServiceTargetServiceTarget. addDependency(ServiceName dependency)Deprecated.This method will be removed in a future release.ServiceBuilder<?>DelegatingServiceContainer. addService(ServiceName name)Deprecated.<T> ServiceBuilder<T>DelegatingServiceContainer. addService(ServiceName name, Service<T> service)Deprecated.ServiceBuilder<?>DelegatingServiceTarget. addService(ServiceName name)Deprecated.<T> ServiceBuilder<T>DelegatingServiceTarget. addService(ServiceName name, Service<T> service)Deprecated.ServiceBuilder<?>ServiceTarget. addService(ServiceName name)Deprecated.UseServiceTarget.addService()instead.<T> ServiceBuilder<T>ServiceTarget. addService(ServiceName name, Service<T> service)Deprecated.UseServiceTarget.addService()instead.ServiceNameServiceName. append(ServiceName serviceName)Create a service name by appending name parts of the provided ServiceName using this as a parent.ServiceNameServiceName. 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.voidServiceLogger_$logger. exceptionAfterComplete(Throwable cause, ServiceName serviceName)ServiceController<?>DelegatingServiceContainer. getRequiredService(ServiceName serviceName)Get a service, throwing an exception if it is not found.ServiceController<?>DelegatingServiceRegistry. getRequiredService(ServiceName serviceName)Get a service, throwing an exception if it is not found.ServiceController<?>ServiceRegistry. getRequiredService(ServiceName serviceName)Get a service, throwing an exception if it is not found.ServiceController<?>DelegatingServiceContainer. getService(ServiceName serviceName)Get a service, returningnullif it is not found.ServiceController<?>DelegatingServiceRegistry. getService(ServiceName serviceName)Get a service, returningnullif it is not found.ServiceController<?>ServiceRegistry. getService(ServiceName serviceName)Get a service, returningnullif it is not found.voidServiceLogger_$logger. injectFailed(Throwable cause, ServiceName serviceName)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)voidServiceLogger_$logger. startFailed(StartException cause, ServiceName serviceName)voidServiceLogger_$logger. stopFailed(Throwable cause, ServiceName serviceName)voidServiceLogger_$logger. stopServiceMissing(ServiceName serviceName)voidServiceLogger_$logger. uninjectFailed(Throwable cause, ServiceName serviceName, org.jboss.msc.service.ValueInjection<?> valueInjection)Constructors in org.jboss.msc.service with parameters of type ServiceName Constructor Description CircularDependencyException(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 ServiceName Modifier and Type Method Description ServiceNameServiceNameProvider. getServiceName()Returns the associated service nameServiceNameServiceNameRegistry. getServiceName(R requirement)Deprecated, for removal: This API element is subject to removal in a future version.Returns the service name for the specified requirementServiceNameSimpleServiceNameProvider. getServiceName()Constructors in org.wildfly.clustering.service with parameters of type ServiceName Constructor Description AsyncServiceConfigurator(ServiceName name)Constructs 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)ServiceSupplierDependency(ServiceName name)SimpleServiceConfigurator(ServiceName name, T value)SimpleServiceNameProvider(ServiceName name) -
Uses of ServiceName in org.wildfly.clustering.singleton
Methods in org.wildfly.clustering.singleton with parameters of type ServiceName Modifier and Type Method Description <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 ServiceName Modifier and Type Method Description ServiceConfiguratorSingletonPolicy. createSingletonServiceConfigurator(ServiceName name)SingletonServiceConfiguratorSingletonServiceConfiguratorFactory. createSingletonServiceConfigurator(ServiceName name)
-