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