Java 类org.apache.catalina.ha.deploy.FarmWarDeployer 实例源码

项目:tomcat7    文件:ClusterJmxHelper.java   
protected static void initDefaultCluster() {
    initMetaData(SimpleTcpCluster.class);
    initMetaData(FarmWarDeployer.class); //not functional yet
}
项目:apache-tomcat-7.0.73-with-comment    文件:ClusterJmxHelper.java   
protected static void initDefaultCluster() {
    initMetaData(SimpleTcpCluster.class);
    initMetaData(FarmWarDeployer.class); //not functional yet
}
项目:lazycat    文件:ClusterJmxHelper.java   
protected static void initDefaultCluster() {
    initMetaData(SimpleTcpCluster.class);
    initMetaData(FarmWarDeployer.class); // not functional yet
}
项目:class-guard    文件:ClusterJmxHelper.java   
protected static void initDefaultCluster() {
    initMetaData(SimpleTcpCluster.class);
    initMetaData(FarmWarDeployer.class); //not functional yet
}
项目:apache-tomcat-7.0.57    文件:ClusterJmxHelper.java   
protected static void initDefaultCluster() {
    initMetaData(SimpleTcpCluster.class);
    initMetaData(FarmWarDeployer.class); //not functional yet
}
项目:apache-tomcat-7.0.57    文件:ClusterJmxHelper.java   
protected static void initDefaultCluster() {
    initMetaData(SimpleTcpCluster.class);
    initMetaData(FarmWarDeployer.class); //not functional yet
}
项目:WBSAirback    文件:ClusterJmxHelper.java   
protected static void initDefaultCluster() {
    initMetaData(SimpleTcpCluster.class);
    initMetaData(DeltaManager.class);
    initMetaData(FarmWarDeployer.class); //not functional yet
    initMetaData(ClusterSingleSignOn.class); //not functional yet
}