public class MscManagedProcessApplication extends Object implements org.jboss.msc.service.Service<MscManagedProcessApplication>
Represents a Process Application registered with the Msc
This is the equivalent of the JmxManagedProcessApplication
| Modifier and Type | Field and Description | 
|---|---|
| protected ProcessApplicationInfo | processApplicationInfo | 
| protected ProcessApplicationReference | processApplicationReference | 
| Constructor and Description | 
|---|
| MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo,
                            ProcessApplicationReference processApplicationReference) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessApplicationInfo | getProcessApplicationInfo() | 
| ProcessApplicationReference | getProcessApplicationReference() | 
| MscManagedProcessApplication | getValue() | 
| void | start(org.jboss.msc.service.StartContext context) | 
| void | stop(org.jboss.msc.service.StopContext context) | 
protected ProcessApplicationInfo processApplicationInfo
protected ProcessApplicationReference processApplicationReference
public MscManagedProcessApplication(ProcessApplicationInfo processApplicationInfo, ProcessApplicationReference processApplicationReference)
public MscManagedProcessApplication getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<MscManagedProcessApplication>IllegalStateExceptionIllegalArgumentExceptionpublic void start(org.jboss.msc.service.StartContext context)
           throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<MscManagedProcessApplication>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<MscManagedProcessApplication>public ProcessApplicationInfo getProcessApplicationInfo()
public ProcessApplicationReference getProcessApplicationReference()
Copyright © 2018. All rights reserved.