/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/ |
H A D | AdminCommand.java | 85 public void execute(AdminCommandContext context); method in interface:AdminCommand
|
H A D | ClusterExecutor.java | 64 * @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 D | CommandRunner.java | 100 * 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 D | ExecuteOn.java | 112 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 D | SupplementalCommandExecutor.java | 60 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 D | ServiceInitializerFilter.java | 59 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 D | LegacyConfigurationUpgrade.java | 54 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 D | ClientConfiguration.java | 66 public void execute() throws ClientExecuteException; method in interface:ClientConfiguration
|
/glassfish-3.1.2/tests/quicklook/admincli/src/test/admincli/ |
H A D | ExistStatusTests.java | 59 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 D | Query.java | 58 * 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 D | Interaction.java | 48 * 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 D | StartServerTask.java | 66 public void execute() throws BuildException { method in class:StartServerTask 69 super.execute();
|
H A D | StopServerTask.java | 66 public void execute() throws BuildException { method in class:StopServerTask 69 super.execute();
|
H A D | ComponentTask.java | 67 public void execute() throws BuildException { method in class:ComponentTask 81 super.execute(action + " " + comp.name);
|
H A D | UndeployTask.java | 84 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 D | MDBTests.java | 60 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 D | EmbeddedAdminContainer.java | 62 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 D | WindowsShortcutManager.java | 77 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 D | WindowsScriptManager.java | 146 * 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 D | AnotherPublicMethod.java | 55 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 D | AdminTask.java | 58 public void execute() throws BuildException { method in class:AdminTask
|
H A D | StopServerTask.java | 54 public void execute() throws BuildException { method in class:StopServerTask
|
H A D | UndeployTask.java | 59 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 D | EchoMojo.java | 59 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 D | MessageProcessor.java | 60 execute();
|