Class CreateNodeTempCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="_create-node-temp")
    @PerLookup
    @ExecuteOn(DAS)
    public class CreateNodeTempCommand
    extends Object
    implements AdminCommand
    Command to create a temporary node. A temporary node only exists as long as there are instances assinged to it, the intention behind this being for use in cloud environments to allow containers to manage their own nodes.
    Author:
    AndrewPielage
    • Constructor Detail

      • CreateNodeTempCommand

        public CreateNodeTempCommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext adminCommandContext)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        adminCommandContext - information