public class ServiceDeploymentRegistry extends Object
| Constructor and Description |
|---|
ServiceDeploymentRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(org.jboss.msc.service.Service service) |
static ServiceDeploymentRegistry |
get() |
static ServiceDeploymentRegistry |
get(String name) |
List<org.jboss.msc.service.Service> |
getServices() |
public static ServiceDeploymentRegistry get(String name)
public static ServiceDeploymentRegistry get() throws IOException
IOExceptionpublic void addService(org.jboss.msc.service.Service service)
public List<org.jboss.msc.service.Service> getServices()
Copyright © 2015 JBoss by Red Hat. All rights reserved.