Class ProcessStateListenerInitParameters.ProcessStateListenerInitParametersImpl
- java.lang.Object
-
- org.wildfly.extension.core.management.client.ProcessStateListenerInitParameters.ProcessStateListenerInitParametersImpl
-
- All Implemented Interfaces:
ProcessStateListenerInitParameters
- Enclosing interface:
- ProcessStateListenerInitParameters
public static class ProcessStateListenerInitParameters.ProcessStateListenerInitParametersImpl extends Object implements ProcessStateListenerInitParameters
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.extension.core.management.client.ProcessStateListenerInitParameters
ProcessStateListenerInitParameters.Builder, ProcessStateListenerInitParameters.ProcessStateListenerInitParametersImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getInitProperties()
Process.Type
getProcessType()
Process.RunningMode
getRunningMode()
-
-
-
Method Detail
-
getInitProperties
public Map<String,String> getInitProperties()
- Specified by:
getInitProperties
in interfaceProcessStateListenerInitParameters
-
getProcessType
public Process.Type getProcessType()
- Specified by:
getProcessType
in interfaceProcessStateListenerInitParameters
-
getRunningMode
public Process.RunningMode getRunningMode()
- Specified by:
getRunningMode
in interfaceProcessStateListenerInitParameters
-
-