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>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.Service
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.Service
public ProcessApplicationInfo getProcessApplicationInfo()
public ProcessApplicationReference getProcessApplicationReference()
Copyright © 2022. All rights reserved.