[jboss-cvs] JBossAS SVN: r108830 - projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/ha/framework/server/spi.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 22 16:53:38 EDT 2010


Author: pferraro
Date: 2010-10-22 16:53:37 -0400 (Fri, 22 Oct 2010)
New Revision: 108830

Removed:
   projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/ha/framework/server/spi/ManagedDistributedState.java
Log:
Moved to ha-server-core

Deleted: projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/ha/framework/server/spi/ManagedDistributedState.java
===================================================================
--- projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/ha/framework/server/spi/ManagedDistributedState.java	2010-10-22 20:47:07 UTC (rev 108829)
+++ projects/cluster/ha-server-cache-spi/trunk/src/main/java/org/jboss/ha/framework/server/spi/ManagedDistributedState.java	2010-10-22 20:53:37 UTC (rev 108830)
@@ -1,44 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * Copyright 2008, 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.framework.server.spi;
-
-import org.jboss.ha.framework.interfaces.DistributedState;
-
-/**
- * DistributedState subinterface that exposes lifecycle methods to
- * allow its owning HAPartition to control it.
- * 
- * @author Brian Stansberry
- *
- */
-public interface ManagedDistributedState extends DistributedState
-{
-   /** Create the service */
-   void createService() throws Exception;
-   /** Start the service */
-   void startService() throws Exception;
-   /** Stop the service */
-   void stopService() throws Exception;
-   /** Destroy the service */
-   void destroyService() throws Exception;
-}



More information about the jboss-cvs-commits mailing list