public class MarshallingConfigurationRepositoryValue extends Object implements org.jboss.msc.value.Value<MarshallingConfigurationRepository>, MarshallingConfigurationContext
| Constructor and Description |
|---|
MarshallingConfigurationRepositoryValue(org.jboss.msc.value.Value<ModuleDeployment> deployment,
org.jboss.msc.value.Value<org.jboss.modules.Module> module) |
| Modifier and Type | Method and Description |
|---|---|
ModuleDeployment |
getDeployment() |
org.jboss.modules.Module |
getModule() |
static org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.msc.service.ServiceName deploymentUnitServiceName) |
MarshallingConfigurationRepository |
getValue() |
public MarshallingConfigurationRepositoryValue(org.jboss.msc.value.Value<ModuleDeployment> deployment, org.jboss.msc.value.Value<org.jboss.modules.Module> module)
public static org.jboss.msc.service.ServiceName getServiceName(org.jboss.msc.service.ServiceName deploymentUnitServiceName)
public MarshallingConfigurationRepository getValue()
getValue in interface org.jboss.msc.value.Value<MarshallingConfigurationRepository>public org.jboss.modules.Module getModule()
getModule in interface MarshallingConfigurationContextpublic ModuleDeployment getDeployment()
getDeployment in interface MarshallingConfigurationContextCopyright © 2018 JBoss by Red Hat. All rights reserved.