public class BatchPropertiesService extends Object implements org.jboss.msc.service.Service<Properties>
JobOperator.| Constructor and Description |
|---|
BatchPropertiesService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
addProperty(String key,
String value)
Adds a property to the global properties for the
JobOperator. |
Properties |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<Properties>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<Properties>public Properties getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<Properties>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2013 JBoss by Red Hat. All rights reserved.