[jboss-osgi-commits] JBoss-OSGI SVN: r95739 - projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/spi/management.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Thu Oct 29 05:35:48 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-10-29 05:35:47 -0400 (Thu, 29 Oct 2009)
New Revision: 95739

Removed:
   projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/spi/management/ManagedBundleService.java
Log:
Remove ManagedBundleService

Deleted: projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/spi/management/ManagedBundleService.java
===================================================================
--- projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/spi/management/ManagedBundleService.java	2009-10-29 09:35:24 UTC (rev 95738)
+++ projects/jboss-osgi/projects/spi/trunk/src/main/java/org/jboss/osgi/spi/management/ManagedBundleService.java	2009-10-29 09:35:47 UTC (rev 95739)
@@ -1,47 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2005, JBoss Inc., and individual contributors as indicated
- * 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.osgi.spi.management;
-
-//$Id$
-
-import org.osgi.framework.Bundle;
-
-
-/**
- * A Service that registers/unregisters the management view 
- * of a bundle. 
- * 
- * @author thomas.diesler at jboss.com
- * @since 29-May-2009
- */
-public interface ManagedBundleService
-{
-   /**
-    * Register a managed bundle
-    */
-   ManagedBundle register(Bundle bundle);
-   
-   /**
-    * Unregister a managed bundle
-    */
-   void unregister(Bundle bundle);
-}
\ No newline at end of file



More information about the jboss-osgi-commits mailing list