Uses of Class
org.ikasan.cli.shell.operation.model.ProcessType
-
Packages that use ProcessType Package Description org.ikasan.cli.shell.command org.ikasan.cli.shell.operation org.ikasan.cli.shell.operation.model org.ikasan.cli.shell.reporting -
-
Uses of ProcessType in org.ikasan.cli.shell.command
Methods in org.ikasan.cli.shell.command that return ProcessType Modifier and Type Method Description abstract ProcessTypeActionCommand. getProcessType()ProcessTypeH2Command. getProcessType()ProcessTypeModuleCommand. getProcessType()Methods in org.ikasan.cli.shell.command with parameters of type ProcessType Modifier and Type Method Description protected ProcessInfosPsCommand. getProcessInfos(java.util.List<java.lang.ProcessHandle> processHandles, ProcessType processType)Create responses based on running processes -
Uses of ProcessType in org.ikasan.cli.shell.operation
Methods in org.ikasan.cli.shell.operation with parameters of type ProcessType Modifier and Type Method Description java.util.List<java.lang.ProcessHandle>DefaultOperationImpl. getProcessHandles(ProcessType processType, java.lang.String name, java.lang.String username)java.util.List<java.lang.ProcessHandle>Operation. getProcessHandles(ProcessType processType, java.lang.String name, java.lang.String username)voidDefaultOperationImpl. kill(ProcessType processType, java.lang.String name, java.lang.String username)voidOperation. kill(ProcessType processType, java.lang.String name, java.lang.String username)java.lang.ProcessDefaultOperationImpl. start(ProcessType processType, java.util.List<java.lang.String> commands, java.lang.String name)java.lang.ProcessOperation. start(ProcessType processType, java.util.List<java.lang.String> commands, java.lang.String name)voidDefaultOperationImpl. stop(ProcessType processType, java.lang.String name, java.lang.String username)voidOperation. stop(ProcessType processType, java.lang.String name, java.lang.String username) -
Uses of ProcessType in org.ikasan.cli.shell.operation.model
Fields in org.ikasan.cli.shell.operation.model declared as ProcessType Modifier and Type Field Description static ProcessTypeProcessType. GENERICstatic ProcessTypeProcessType. H2static ProcessTypeProcessType. MODULEMethods in org.ikasan.cli.shell.operation.model that return ProcessType Modifier and Type Method Description static ProcessTypeProcessType. getGenericInstance()static ProcessTypeProcessType. getH2Instance()static ProcessTypeProcessType. getModuleInstance() -
Uses of ProcessType in org.ikasan.cli.shell.reporting
Methods in org.ikasan.cli.shell.reporting that return ProcessType Modifier and Type Method Description ProcessTypeProcessInfo. getProcessType()Methods in org.ikasan.cli.shell.reporting with parameters of type ProcessType Modifier and Type Method Description ProcessInfoProcessInfo. setProcessType(ProcessType processType)
-