org.apache.cactus.integration.ant.container.resin |
Contains the support for the Caucho Resin container.
WARNING
The classes and interfaces in this package are not intended for use by API
clients. They may be altered in backwards-incompatible ways and even moved
or removed at any time without further notice.
|
Java Source File Name | Type | Comment |
AbstractResinContainer.java | Class | Common support for all Resin container versions. |
AbstractResinTask.java | Class | Task to start/stop a Resin instance. |
Resin2xContainer.java | Class | Special container support for the Caucho Resin 2.x servlet container. |
Resin2xTask.java | Class | Start/stop a Resin 2.x instance. |
Resin3xContainer.java | Class | Special container support for the Caucho Resin 3.x servlet container. |
Resin3xTask.java | Class | Start/stop a Resin 3.x instance. |
ResinRun.java | Class | Starts/stop Resin by setting up a listener socket. |
TestResin3xTask.java | Class | Unit tests for
Resin3xTask . |