org.apache.tomee.catalina
Class TomcatLoader

java.lang.Object
  extended by org.apache.tomee.catalina.TomcatLoader
All Implemented Interfaces:
org.apache.openejb.loader.Loader

public class TomcatLoader
extends Object
implements org.apache.openejb.loader.Loader

Prerequisites

System properties that must be set:

Integration Actions

See ServiceUtils.DEFAULT_PROVIDER_URL

Version:
$Revision: 617255 $ $Date: 2008-01-31 13:58:36 -0800 (Thu, 31 Jan 2008) $

Field Summary
static String TOMEE_NOSHUTDOWNHOOK_PROP
           
 
Constructor Summary
TomcatLoader()
          Creates a new instance.
 
Method Summary
static void destroy()
          Destroy system.
 void init(Properties properties)
           
 void initDefaults(Properties properties)
           
 void initialize(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOMEE_NOSHUTDOWNHOOK_PROP

public static final String TOMEE_NOSHUTDOWNHOOK_PROP
See Also:
Constant Field Values
Constructor Detail

TomcatLoader

public TomcatLoader()
Creates a new instance.

Method Detail

init

public void init(Properties properties)
          throws Exception
 

Specified by:
init in interface org.apache.openejb.loader.Loader
Throws:
Exception

initDefaults

public void initDefaults(Properties properties)

initialize

public void initialize(Properties properties)
                throws Exception
Throws:
Exception

destroy

public static void destroy()
Destroy system.



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.