Uses of Class
org.hotswap.agent.command.Scheduler.DuplicateSheduleBehaviour
-
Packages that use Scheduler.DuplicateSheduleBehaviour Package Description org.hotswap.agent.command org.hotswap.agent.command.impl -
-
Uses of Scheduler.DuplicateSheduleBehaviour in org.hotswap.agent.command
Methods in org.hotswap.agent.command that return Scheduler.DuplicateSheduleBehaviour Modifier and Type Method Description static Scheduler.DuplicateSheduleBehaviourScheduler.DuplicateSheduleBehaviour. valueOf(String name)Returns the enum constant of this type with the specified name.static Scheduler.DuplicateSheduleBehaviour[]Scheduler.DuplicateSheduleBehaviour. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hotswap.agent.command with parameters of type Scheduler.DuplicateSheduleBehaviour Modifier and Type Method Description voidScheduler. scheduleCommand(Command command, int timeout, Scheduler.DuplicateSheduleBehaviour behaviour)Schedule new command for execution. -
Uses of Scheduler.DuplicateSheduleBehaviour in org.hotswap.agent.command.impl
Methods in org.hotswap.agent.command.impl with parameters of type Scheduler.DuplicateSheduleBehaviour Modifier and Type Method Description voidSchedulerImpl. scheduleCommand(Command command, int timeout, Scheduler.DuplicateSheduleBehaviour behaviour)
-