Class GetRelativeJWSURICommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="_get-relative-jws-uri")
    @PerLookup
    @CommandLock(NONE)
    @ExecuteOn(DAS)
    public class GetRelativeJWSURICommand
    extends Object
    implements AdminCommand
    Returns the path part (not host or port) of the URI for launching an app client using Java Web Start.

    Used primarily from the admin console to support the Java Web Start client launch feature.

    Author:
    Tim Quinn
    • Field Detail

      • appname

        public String appname
      • modulename

        public String modulename
    • Constructor Detail

      • GetRelativeJWSURICommand

        public GetRelativeJWSURICommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        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:
        context - information