Interface SingletonPolicy
-
- All Known Subinterfaces:
SingletonPolicy,SingletonServiceBuilderFactory,SingletonServiceConfiguratorFactory
public interface SingletonPolicyDefines a policy for creating singleton services.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceConfiguratorcreateSingletonServiceConfigurator(org.jboss.msc.service.ServiceName name)
-
-
-
Method Detail
-
createSingletonServiceConfigurator
ServiceConfigurator createSingletonServiceConfigurator(org.jboss.msc.service.ServiceName name)
-
-