@Service(name="get-protocol") @PerLookup @ExecuteOn(value=DAS) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG}) @CommandLock(value=NONE) public class GetProtocol extends Object implements AdminCommand
Usage: asadmin> get-protocol [--target <target(default:server)>] [-v|--verbose <verbose(default:false)>] protocolname
| Constructor and Description |
|---|
GetProtocol() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(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
|
public void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationCopyright © 2019. All rights reserved.