@Service(name="_get-relative-jws-uri") @PerLookup @CommandLock(value=NONE) @ExecuteOn(value=DAS) public class GetRelativeJWSURICommand extends Object implements AdminCommand
Used primarily from the admin console to support the Java Web Start client launch feature.
Modifier and Type | Field and Description |
---|---|
String |
appname |
String |
modulename |
Constructor and Description |
---|
GetRelativeJWSURICommand() |
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)
AdminCommand
execute
in interface AdminCommand
context
- informationCopyright © 2021. All rights reserved.