org.apache.geronimo.tomcat.cluster
Class FarmWarDeployerGBean

java.lang.Object
  extended by org.apache.geronimo.tomcat.BaseGBean
      extended by org.apache.geronimo.tomcat.cluster.ClusterDeployerGBean
          extended by org.apache.geronimo.tomcat.cluster.FarmWarDeployerGBean
All Implemented Interfaces:
GBeanLifecycle, ObjectRetriever

public class FarmWarDeployerGBean
extends ClusterDeployerGBean


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.tomcat.cluster.ClusterDeployerGBean
deployer, J2EE_TYPE
 
Constructor Summary
FarmWarDeployerGBean()
           
FarmWarDeployerGBean(String tempDir, String deployDir, String watchDir, boolean watchEnabled, int processDeployFrequency, ServerInfo serverInfo)
           
 
Method Summary
static GBeanInfo getGBeanInfo()
           
 
Methods inherited from class org.apache.geronimo.tomcat.cluster.ClusterDeployerGBean
doFail, doStart, doStop, getInternalObject
 
Methods inherited from class org.apache.geronimo.tomcat.BaseGBean
setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

FarmWarDeployerGBean

public FarmWarDeployerGBean()

FarmWarDeployerGBean

public FarmWarDeployerGBean(String tempDir,
                            String deployDir,
                            String watchDir,
                            boolean watchEnabled,
                            int processDeployFrequency,
                            ServerInfo serverInfo)
                     throws Exception
Throws:
Exception
Method Detail

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.