public class VersionedMarshallingConfigurationService extends Object implements org.jboss.msc.service.Service<VersionedMarshallingConfiguration>, VersionedMarshallingConfiguration
Constructor and Description |
---|
VersionedMarshallingConfigurationService(org.jboss.msc.value.Value<ModuleDeployment> deployment,
org.jboss.msc.value.Value<org.jboss.modules.ModuleLoader> loader) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentMarshallingVersion() |
org.jboss.marshalling.MarshallingConfiguration |
getMarshallingConfiguration(int version) |
static org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.msc.service.ServiceName deploymentUnitServiceName) |
VersionedMarshallingConfiguration |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public VersionedMarshallingConfigurationService(org.jboss.msc.value.Value<ModuleDeployment> deployment, org.jboss.msc.value.Value<org.jboss.modules.ModuleLoader> loader)
public static org.jboss.msc.service.ServiceName getServiceName(org.jboss.msc.service.ServiceName deploymentUnitServiceName)
public void start(org.jboss.msc.service.StartContext context)
start
in interface org.jboss.msc.service.Service<VersionedMarshallingConfiguration>
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<VersionedMarshallingConfiguration>
public VersionedMarshallingConfiguration getValue()
getValue
in interface org.jboss.msc.value.Value<VersionedMarshallingConfiguration>
public int getCurrentMarshallingVersion()
getCurrentMarshallingVersion
in interface VersionedMarshallingConfiguration
public org.jboss.marshalling.MarshallingConfiguration getMarshallingConfiguration(int version)
getMarshallingConfiguration
in interface VersionedMarshallingConfiguration
Copyright © 2014 JBoss by Red Hat. All rights reserved.