Class CommandContext

java.lang.Object
All Implemented Interfaces:
SecurityContext

public class CommandContext extends HTTPContext
A class for storing run-time data needed for Command invocations. This class handles reserving and releasing JDBC Connections, since by doing so we can easily return connections back to the pool in a finally block without nasty scope issues.
Since:
1.0
Version:
11.2
Author:
Luke
See Also: