Searched defs:ExecutionContext (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/
H A DExecutionContext.java52 public interface ExecutionContext { interface
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/work/
H A DExecutionContext.java50 * <code>ExecutionContext</code> instances by extending this class
53 * <p>Some reasons why it is better for <code>ExecutionContext</code>
59 * <code>ExecutionContext</code> class evolves. For example, more context
60 * types could be added to the <code>ExecutionContext</code> class
73 public class ExecutionContext { class
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DCommandRunnerImpl.java232 return new ExecutionContext(name, report);
790 * Called from ExecutionContext.execute.
792 private void doCommand(ExecutionContext inv, AdminCommand command) {
1220 * ExecutionContext is a CommandInvocation, which
1224 class ExecutionContext implements CommandInvocation { class in class:CommandRunnerImpl
1233 private ExecutionContext(String name, ActionReport report) { method in class:CommandRunnerImpl.ExecutionContext

Completed in 617 milliseconds