Searched refs:execute (Results 1 - 25 of 458) sorted by relevance

1234567891011>>

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DAdminCommand.java85 public void execute(AdminCommandContext context); method in interface:AdminCommand
H A DClusterExecutor.java64 * @param commandName the name of the command to execute
65 * @param command the command to execute
70 public ActionReport.ExitCode execute(String commandName, AdminCommand command, AdminCommandContext context, method in interface:ClusterExecutor
H A DCommandRunner.java100 * name of the command to execute, the parameters of the command, etc...
138 void execute(); method in interface:CommandRunner.CommandInvocation
145 * @param command command implementation to execute
147 void execute(AdminCommand command); method in interface:CommandRunner.CommandInvocation
H A DExecuteOn.java112 public ActionReport.ExitCode execute(String commandName, AdminCommand command, AdminCommandContext context, ParameterMap parameters) { method in class:ExecuteOn.TargetBasedExecutor
113 return delegate.execute(commandName, command, context, parameters);
H A DSupplementalCommandExecutor.java60 public ActionReport.ExitCode execute(String commandName, Supplemental.Timing time, method in interface:SupplementalCommandExecutor
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DServiceInitializerFilter.java59 public boolean execute(Context ctx) throws IOException { method in class:ServiceInitializerFilter
60 return execute(ctx, null);
63 protected boolean execute(Context ctx, ByteBuffer byteBuffer) throws IOException { method in class:ServiceInitializerFilter
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/config/
H A DLegacyConfigurationUpgrade.java54 void execute(AdminCommandContext context); method in interface:LegacyConfigurationUpgrade
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/status/
H A DClientConfiguration.java66 public void execute() throws ClientExecuteException; method in interface:ClientConfiguration
/glassfish-3.1.2/tests/quicklook/admincli/src/test/admincli/
H A DExistStatusTests.java59 execReturn = RtExec.execute(cmd);
67 RtExec.execute(cmd);
69 execReturn = RtExec.execute(cmd1);
76 execReturn = RtExec.execute(cmd);
/glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/
H A DQuery.java58 * implementation might choose to execute them serially. In either case, the
150 * The ignoreCache option setting specifies whether the query should execute
171 Object execute(); method in interface:Query
178 Object execute(Object p1); method in interface:Query
186 Object execute(Object p1, Object p2); method in interface:Query
195 Object execute(Object p1, Object p2, Object p3); method in interface:Query
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/cci/
H A DInteraction.java48 * execute EIS functions. An Interaction instance supports the following ways
51 * <LI><code>execute</code> method that takes an input Record, output
55 * <LI><code>execute</code> method that takes an input Record and an
109 * @throws ResourceException Exception if execute operation
125 boolean execute(InteractionSpec ispec, method in interface:Interaction
141 * @throws ResourceException Exception if execute operation
157 Record execute(InteractionSpec ispec, method in interface:Interaction
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/tasks/
H A DStartServerTask.java66 public void execute() throws BuildException { method in class:StartServerTask
69 super.execute();
H A DStopServerTask.java66 public void execute() throws BuildException { method in class:StopServerTask
69 super.execute();
H A DComponentTask.java67 public void execute() throws BuildException { method in class:ComponentTask
81 super.execute(action + " " + comp.name);
H A DUndeployTask.java84 public void execute() throws BuildException { method in class:UndeployTask
94 super.execute();
106 super.execute(action + " " + comp.getCommand());
/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/test/mdb/
H A DMDBTests.java60 execReturn = RtExec.execute(cmd);
70 execReturn = RtExec.execute(cmd);
79 execReturn = RtExec.execute(cmd);
87 execReturn = RtExec.execute(cmd);
95 execReturn = RtExec.execute(cmd);
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/admin/
H A DEmbeddedAdminContainer.java62 public CommandExecution execute(String commandName, CommandParameters params); method in interface:EmbeddedAdminContainer
/glassfish-3.1.2/installer/src/main/java/org/glassfish/installer/util/
H A DWindowsShortcutManager.java77 wsMgr.execute(wsMgr.CREATE_LNK_SHORTCUT_SCRIPT_CODE);
101 wsMgr.execute(wsMgr.CREATE_URL_SHORTCUT_SCRIPT_CODE);
119 wsMgr.execute(wsMgr.CREATE_FOLDER_SCRIPT_CODE);
138 wsMgr.execute(wsMgr.DELETE_FOLDER_SCRIPT_CODE);
158 wsMgr.execute(wsMgr.DELETE_ITEM_SCRIPT_CODE);
H A DWindowsScriptManager.java146 * Generic execute method, that takes in the cscript commands, convert it to
147 * a temporary .vbs script, then execute it. The temporary file will be
150 protected boolean execute(String scriptCode) { method in class:WindowsScriptManager
160 // Use the cscript command to execute the VBScript file.
164 theExec.execute();
/glassfish-3.1.2/core/kernel/src/test/java/com/sun/enterprise/v3/admin/
H A DAnotherPublicMethod.java55 public void execute(AdminCommandContext context) { method in class:AnotherPublicMethod
/glassfish-3.1.2/ant-tasks/src/main/java/org/glassfish/ant/embedded/tasks/
H A DAdminTask.java58 public void execute() throws BuildException { method in class:AdminTask
H A DStopServerTask.java54 public void execute() throws BuildException { method in class:StopServerTask
H A DUndeployTask.java59 public void execute() throws BuildException { method in class:UndeployTask
/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/
H A DEchoMojo.java59 public void execute() throws MojoExecutionException, MojoFailureException { method in class:EchoMojo
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/comm/
H A DMessageProcessor.java60 execute();

Completed in 441 milliseconds

1234567891011>>