public class KeyGeneratorFactoryRegistry extends Object implements org.jboss.msc.service.Service<KeyGeneratorFactoryRegistry>
Modifier and Type | Field and Description |
---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
Constructor and Description |
---|
KeyGeneratorFactoryRegistry() |
Modifier and Type | Method and Description |
---|---|
KeyGeneratorFactory |
getFactory(String name) |
static org.jboss.msc.inject.Injector<KeyGeneratorFactoryRegistry> |
getRegistryInjector(String name,
org.jboss.msc.value.Value<KeyGeneratorFactory> factory) |
KeyGeneratorFactoryRegistry |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<KeyGeneratorFactoryRegistry>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<KeyGeneratorFactoryRegistry>
public KeyGeneratorFactoryRegistry getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<KeyGeneratorFactoryRegistry>
IllegalStateException
IllegalArgumentException
public KeyGeneratorFactory getFactory(String name)
public static org.jboss.msc.inject.Injector<KeyGeneratorFactoryRegistry> getRegistryInjector(String name, org.jboss.msc.value.Value<KeyGeneratorFactory> factory)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.