[jboss-cvs] JBossAS SVN: r67106 - projects/cluster/trunk/ha-client/src/main/java/org/jboss/ha/client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 14 18:52:22 EST 2007


Author: bstansberry at jboss.com
Date: 2007-11-14 18:52:22 -0500 (Wed, 14 Nov 2007)
New Revision: 67106

Removed:
   projects/cluster/trunk/ha-client/src/main/java/org/jboss/ha/client/ClusterConstants.java
Log:
Remove ClusterConstants for now; if we want it it will likely be in it's old package from aspects module.

Deleted: projects/cluster/trunk/ha-client/src/main/java/org/jboss/ha/client/ClusterConstants.java
===================================================================
--- projects/cluster/trunk/ha-client/src/main/java/org/jboss/ha/client/ClusterConstants.java	2007-11-14 23:51:16 UTC (rev 67105)
+++ projects/cluster/trunk/ha-client/src/main/java/org/jboss/ha/client/ClusterConstants.java	2007-11-14 23:52:22 UTC (rev 67106)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. See the copyright.txt file in the
- * distribution for a full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.ha.client;
-
-/**
- * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
- * @version $Revision$
- */
-
-public interface ClusterConstants
-{
-   public static final String CLUSTERED_REMOTING = "CLUSTERED_REMOTING";
-   public static final String LOADBALANCE_POLICY = "LOADBALANCE_POLICY";
-   public static final String FAILOVER_COUNTER = "FAILOVER_COUNTER";
-   public static final String CLUSTER_FAMILY_WRAPPER = "CLUSTER_FAMILY_WRAPPER";
-   public static final String CLUSTER_FAMILY = "CLUSTER_FAMILY";
-   public static final String CLUSTER_FAMILIES = "CLUSTER_FAMILIES";
-   public static final String HA_TARGET = "HA_TARGET";
-   public static final String CLUSTER_VIEW_ID = "CLUSTER_VIEW_ID";
-}




More information about the jboss-cvs-commits mailing list