Searched refs:CommandInvocation (Results 1 - 25 of 30) sorted by relevance

12

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DCommandRunner.java95 CommandInvocation getCommandInvocation(String name, ActionReport report);
99 * CommandInvocation defines a command excecution context like the requested
103 public interface CommandInvocation { interface in interface:CommandRunner
110 CommandInvocation parameters(CommandParameters params);
117 CommandInvocation parameters(ParameterMap params);
124 CommandInvocation inbound(Payload.Inbound inbound);
131 CommandInvocation outbound(Payload.Outbound outbound);
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DCommandRunnable.java46 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
49 * This class wraps a CommandInvocation so that it can be run via a
50 * thread pool. On construction you pass it the CommandInvocation
52 * that was set on the CommandInvocation. When the run() method
53 * is called the CommandInvocation is executed (which sets its results
63 CommandInvocation ci = null;
70 * Construct a CommandRunnable. This class wraps a CommandInvocation
73 * @param ci A CommandInvocation containing the command you want
75 * @param report The ActionReport you used with the CommandInvocation
83 public CommandRunnable(CommandInvocation c
[all...]
H A DCreateNodeImplicitCommand.java50 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
96 CommandInvocation ci = cr.getCommandInvocation("_create-node", report);
H A DCreateNodeConfigCommand.java51 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
112 CommandInvocation ci = cr.getCommandInvocation("_create-node", report);
H A DDeleteNodeConfigCommand.java51 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
114 CommandInvocation ci = cr.getCommandInvocation("_delete-node", report);
H A DUpdateNodeConfigCommand.java50 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
144 CommandInvocation ci = cr.getCommandInvocation("_update-node", report);
H A DDeleteInstanceCommand.java51 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
156 CommandInvocation ci = cr.getCommandInvocation("_unregister-instance", report);
H A DUpdateNodeRemoteCommand.java54 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
193 CommandInvocation ci = cr.getCommandInvocation("_update-node", report);
H A DClusterCommandHelper.java59 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
203 CommandInvocation invocation = runner.getCommandInvocation(
H A DCreateRemoteNodeCommand.java56 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
158 CommandInvocation ci = cr.getCommandInvocation("_create-node", report);
H A DDeleteNodeRemoteCommand.java54 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
140 CommandInvocation ci = cr.getCommandInvocation("_delete-node", report);
H A DValidateNodeCommand.java52 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
148 CommandInvocation ci = cr.getCommandInvocation("_update-node", report);
H A DCreateInstanceCommand.java60 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
159 CommandInvocation ci = cr.getCommandInvocation("_register-instance", report);
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DInserverCommandRunnerHelper.java97 CommandRunner.CommandInvocation inv = commandRunner.getCommandInvocation(command, report);
H A DCommandRunnerImpl.java230 public CommandInvocation getCommandInvocation(String name,
1220 * ExecutionContext is a CommandInvocation, which
1224 class ExecutionContext implements CommandInvocation {
1238 public CommandInvocation parameters(CommandParameters paramObject) {
1243 public CommandInvocation parameters(ParameterMap params) {
1248 public CommandInvocation inbound(Payload.Inbound inbound) {
1253 public CommandInvocation outbound(Payload.Outbound outbound) {
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/dcom/
H A DUpdateNodeDcomCommand.java55 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
/glassfish-3.1.2/core/kernel/src/test/java/org/glassfish/tests/kernel/admin/
H A DCommandRunnerTest.java110 CommandRunner.CommandInvocation inv = commandRunner.getCommandInvocation("list-contracts", report);
/glassfish-3.1.2/transaction/jts/src/main/java/org/glassfish/jts/admin/cli/
H A DRecoverTransactions.java97 CommandRunner.CommandInvocation inv = runner.getCommandInvocation(
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DReDeployCommand.java125 CommandRunner.CommandInvocation inv = commandRunner.getCommandInvocation("deploy", report);
H A DListComponentsCommand.java314 CommandRunner.CommandInvocation inv = commandRunner.getCommandInvocation("_list-resources", subReport);
330 CommandRunner.CommandInvocation inv = commandRunner.getCommandInvocation("list-sub-components", subReport);
/glassfish-3.1.2/deployment/autodeploy/src/main/java/org/glassfish/deployment/autodeploy/
H A DAutoOperation.java144 CommandRunner.CommandInvocation inv = commandRunner.getCommandInvocation(commandName, report);
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/
H A DCreateHTTPLoadBalancerCommand.java69 import org.glassfish.api.admin.CommandRunner.CommandInvocation;
275 CommandInvocation ci = runner.getCommandInvocation("create-http-lb-config", report);
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/versioning/
H A DVersioningService.java288 CommandRunner.CommandInvocation inv =
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/embeddable/
H A DCommandExecutorImpl.java144 org.glassfish.api.admin.CommandRunner.CommandInvocation inv =
H A DDeployerImpl.java118 org.glassfish.api.admin.CommandRunner.CommandInvocation inv =

Completed in 36 milliseconds

12