org.glassfish.api
Interface ExecutionContext
- All Known Subinterfaces:
- DeploymentContext
- All Known Implementing Classes:
- AdminCommandContext
public interface ExecutionContext
Any execution type invocation should be passed with an instance of this
context. Sub-classes should add specialized information required by the
operation type.
- Author:
- Jerome Dochez
|
Method Summary |
java.util.logging.Logger |
getLogger()
Returns the logger services implementation should use to log useful
information about their execution. |
getLogger
java.util.logging.Logger getLogger()
- Returns the logger services implementation should use to log useful
information about their execution.
Copyright © 2012 GlassFish Community. All Rights Reserved.