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()
           
 
Method Summary
static void destroy()
          Destroy system.
 void init(Properties properties)
          Deprecated. 
 void initDefaults(Properties properties)
           
 void initialize(Properties properties)
           
 void initSystemInstance(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()
Method Detail

init

@Deprecated
public void init(Properties properties)
          throws Exception
Deprecated. 

this method will be split in two to be able to use SystemInstance in between both invocations ie use configuration before effective boot

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

initSystemInstance

public void initSystemInstance(Properties properties)
                        throws Exception
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–2015 The Apache Software Foundation. All rights reserved.