Class GetConfigOrdinal
- java.lang.Object
-
- fish.payara.nucleus.microprofile.config.admin.GetConfigOrdinal
-
- All Implemented Interfaces:
AdminCommand
@Service(name="get-config-ordinal") @PerLookup @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class GetConfigOrdinal extends Object implements AdminCommand
asAdmin command to the get the ordinal for one of the built in Config Sources- Since:
- 4.1.2.173
- Author:
- Steve Millidge (Payara Foundation)
-
-
Constructor Summary
Constructors Constructor Description GetConfigOrdinal()
-
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
-
-