public class OrientSubsystemService extends Object implements org.jboss.msc.service.Service<SubsystemService>, SubsystemService
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
OrientSubsystemService() |
| Modifier and Type | Method and Description |
|---|---|
void |
addModuleNameFromJndi(String jndiName,
String module) |
void |
addModuleNameFromProfile(String profile,
String moduleName) |
SubsystemService |
getValue() |
Collection<String> |
jndiNames() |
String |
moduleNameFromJndi(String jndiName) |
String |
moduleNameFromProfile(String profileName) |
Collection<String> |
profileNames() |
void |
removeModuleNameFromJndi(String jndiName) |
void |
removeModuleNameFromProfile(String profile) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
String |
vendorKey() |
public void start(org.jboss.msc.service.StartContext startContext)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<SubsystemService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.service.Service<SubsystemService>public SubsystemService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<SubsystemService>IllegalStateExceptionIllegalArgumentExceptionpublic String moduleNameFromJndi(String jndiName)
moduleNameFromJndi in interface SubsystemServicepublic String moduleNameFromProfile(String profileName)
moduleNameFromProfile in interface SubsystemServicepublic Collection<String> profileNames()
profileNames in interface SubsystemServicepublic Collection<String> jndiNames()
jndiNames in interface SubsystemServicepublic String vendorKey()
vendorKey in interface SubsystemServicepublic void removeModuleNameFromJndi(String jndiName)
public void removeModuleNameFromProfile(String profile)
Copyright © 2017 JBoss by Red Hat. All rights reserved.