Class PostRegisterInstanceCommand
- java.lang.Object
-
- com.sun.enterprise.config.util.RegisterInstanceCommandParameters
-
- com.sun.enterprise.v3.admin.cluster.PostRegisterInstanceCommand
-
- All Implemented Interfaces:
AdminCommand,CommandParameters
@Service(name="_post-register-instance") @PerLookup @ExecuteOn(DAS) public class PostRegisterInstanceCommand extends RegisterInstanceCommandParameters implements AdminCommand
Causes InstanceRegisterInstanceCommand executions on the correct remote instances.- Author:
- Jennifer Chou
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.enterprise.config.util.RegisterInstanceCommandParameters
RegisterInstanceCommandParameters.ParameterNames
-
-
Field Summary
-
Fields inherited from class com.sun.enterprise.config.util.RegisterInstanceCommandParameters
clusterName, config, deploymentGroup, instanceName, lbEnabled, node
-
-
Constructor Summary
Constructors Constructor Description PostRegisterInstanceCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext context)
Description copied from interface:AdminCommandExecutes 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:
executein interfaceAdminCommand- Parameters:
context- information
-
-