public final class PropertyService extends Object implements org.jboss.msc.service.Service<PropertyService>
Constructor and Description |
---|
PropertyService(String propName,
String propValue) |
Modifier and Type | Method and Description |
---|---|
String |
getPropName() |
String |
getPropValue() |
PropertyService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public PropertyService getValue()
getValue
in interface org.jboss.msc.value.Value<PropertyService>
public String getPropName()
public String getPropValue()
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<PropertyService>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<PropertyService>
Copyright © 2018 JBoss by Red Hat. All rights reserved.