[jboss-svn-commits] JBL Code SVN: r29573 - labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Oct 10 18:26:52 EDT 2009


Author: tirelli
Date: 2009-10-10 18:26:52 -0400 (Sat, 10 Oct 2009)
New Revision: 29573

Removed:
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeBaseMonitoringMBean.java
Log:
JBRULES-2247: making KBase mbean a dynamic mbean

Deleted: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeBaseMonitoringMBean.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeBaseMonitoringMBean.java	2009-10-10 22:24:03 UTC (rev 29572)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/management/KnowledgeBaseMonitoringMBean.java	2009-10-10 22:26:52 UTC (rev 29573)
@@ -1,50 +0,0 @@
-/*
- * Copyright 2008 Red Hat
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-package org.drools.management;
-
-
-/**
- * An interface for KnowledgeBase monitoring and management
- * 
- * @author etirelli
- */
-public interface KnowledgeBaseMonitoringMBean {
-    
-    public String getId();
-    
-    public long getSessionCount();
-    
-    public String getGlobals();
-    
-    public String getPackages();
-    
-    public String getEntryPoints();     
-    
-    /**
-     * This operation creates, registers and starts
-     * all the dependent MBeans that allow monitor all the details
-     * in this KnowledgeBase. These mbeans are not started by default.
-     */
-    public void startInternalMBeans();
-
-    /**
-     * This operation will stop and dispose
-     * all the dependent MBeans that allow monitor all the details
-     * in this KnowledgeBase. These mbeans are not started by default.
-     */
-    public void stopInternalMBeans();
-}



More information about the jboss-svn-commits mailing list