org.codehaus.cargo.container.tomcat.internal
Class Tomcat5xEmbedded

java.lang.Object
  extended by org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded

public final class Tomcat5xEmbedded
extends java.lang.Object

Wrapper classes around Tomcat 5.x embedded API to hide reflection.

Version:
$Id: Tomcat5xEmbedded.java 1200 2006-11-01 16:28:23Z kohsuke $

Nested Class Summary
 class Tomcat5xEmbedded.Connector
           
 class Tomcat5xEmbedded.Context
           
 class Tomcat5xEmbedded.Embedded
           
 class Tomcat5xEmbedded.Engine
           
 class Tomcat5xEmbedded.Host
           
 class Tomcat5xEmbedded.MemoryRealm
          MemoryRealm wrapper.
 
Constructor Summary
Tomcat5xEmbedded(java.lang.ClassLoader classLoader)
          Prepares the reflection access to Tomcat.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tomcat5xEmbedded

public Tomcat5xEmbedded(java.lang.ClassLoader classLoader)
                 throws java.lang.Exception
Prepares the reflection access to Tomcat.

Parameters:
classLoader - the CL used to load Tomcat 5.x classes. Can be null.
Throws:
java.lang.Exception - if an error happens when creating the Tomcat objects by reflection


Copyright © 2004-2009 Codehaus. All Rights Reserved.