[jbosscache-commits] JBoss Cache SVN: r6953 - core/branches/flat/src/main/java/org/jboss/starobrno.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Oct 14 21:02:20 EDT 2008


Author: jason.greene at jboss.com
Date: 2008-10-14 21:02:20 -0400 (Tue, 14 Oct 2008)
New Revision: 6953

Removed:
   core/branches/flat/src/main/java/org/jboss/starobrno/AtomicGroup.java
Modified:
   core/branches/flat/src/main/java/org/jboss/starobrno/Cache.java
   core/branches/flat/src/main/java/org/jboss/starobrno/CacheDelegate.java
Log:
Remove AtomicGroup

Deleted: core/branches/flat/src/main/java/org/jboss/starobrno/AtomicGroup.java
===================================================================
--- core/branches/flat/src/main/java/org/jboss/starobrno/AtomicGroup.java	2008-10-14 23:18:15 UTC (rev 6952)
+++ core/branches/flat/src/main/java/org/jboss/starobrno/AtomicGroup.java	2008-10-15 01:02:20 UTC (rev 6953)
@@ -1,34 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt 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.starobrno;
-
-import java.util.concurrent.ConcurrentMap;
-import java.util.HashMap;
-
-/**
- * @author Mircea.Markus at jboss.com
- */
-public class AtomicGroup extends HashMap
-{
-
-
-}

Modified: core/branches/flat/src/main/java/org/jboss/starobrno/Cache.java
===================================================================
--- core/branches/flat/src/main/java/org/jboss/starobrno/Cache.java	2008-10-14 23:18:15 UTC (rev 6952)
+++ core/branches/flat/src/main/java/org/jboss/starobrno/Cache.java	2008-10-15 01:02:20 UTC (rev 6953)
@@ -48,10 +48,6 @@
 
    void setInvocationContext(InvocationContext ctx);
 
-   AtomicGroup putAtomicGroup(K key, AtomicGroup group);
-
-   AtomicGroup getAtomicGroup(K key);
-
    CacheStatus getCacheStatus();
 
    public void startBatch();

Modified: core/branches/flat/src/main/java/org/jboss/starobrno/CacheDelegate.java
===================================================================
--- core/branches/flat/src/main/java/org/jboss/starobrno/CacheDelegate.java	2008-10-14 23:18:15 UTC (rev 6952)
+++ core/branches/flat/src/main/java/org/jboss/starobrno/CacheDelegate.java	2008-10-15 01:02:20 UTC (rev 6953)
@@ -226,16 +226,6 @@
       else invocationContextContainer.set(ctx);
    }
 
-   public AtomicGroup putAtomicGroup(K key, AtomicGroup group)
-   {
-      return null;  //TODO: Autogenerated.  Implement me properly
-   }
-
-   public AtomicGroup getAtomicGroup(K key)
-   {
-      return null;  //TODO: Autogenerated.  Implement me properly
-   }
-
    public void start()
    {
       componentRegistry.start();




More information about the jbosscache-commits mailing list