Interface ProcessStateListenerInitParameters
-
- All Known Implementing Classes:
ProcessStateListenerInitParameters.ProcessStateListenerInitParametersImpl
public interface ProcessStateListenerInitParameters
Initialization parameters for a ProcessStateListener.- Author:
- Emmanuel Hugonnet (c) 2016 Red Hat, inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ProcessStateListenerInitParameters.Builder
static class
ProcessStateListenerInitParameters.ProcessStateListenerInitParametersImpl
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getInitProperties()
Process.Type
getProcessType()
Process.RunningMode
getRunningMode()
-
-
-
Method Detail
-
getRunningMode
Process.RunningMode getRunningMode()
-
getProcessType
Process.Type getProcessType()
-
-