Package fish.payara.ejb.http.admin
Class DisableEjbInvokerCommand
- java.lang.Object
-
- fish.payara.ejb.http.admin.DisableEjbInvokerCommand
-
- All Implemented Interfaces:
AdminCommand
@Deprecated @Service(name="disable-ejb-invoker") @PerLookup @ExecuteOn(DAS) @TargetType({DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG,DEPLOYMENT_GROUP}) public class DisableEjbInvokerCommand extends Object implements AdminCommand
Deprecated.This command disables the EJB invoker endpoint.This happens by undeploying the small application in
/domains/[domain]/endpoints/__ejb-invoker. Note that by default this application is not deployed. The default context root of this application is/ejb-invoker, but it may have been set to a different root by theEnableEjbInvokerCommandcommand.- Author:
- Arjan Tijms
-
-
Constructor Summary
Constructors Constructor Description DisableEjbInvokerCommand()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidexecute(AdminCommandContext context)Deprecated.Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
-
-
-
Field Detail
-
target
public String target
Deprecated.
-
-
Method Detail
-
execute
public void execute(AdminCommandContext context)
Deprecated.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
-
-