[hornetq-commits] JBoss hornetq SVN: r8129 - trunk/src/main/org/hornetq/core/management.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 20 08:33:47 EDT 2009


Author: jmesnil
Date: 2009-10-20 08:33:47 -0400 (Tue, 20 Oct 2009)
New Revision: 8129

Removed:
   trunk/src/main/org/hornetq/core/management/ReplicationOperationInvoker.java
Log:
removed unused interface from management API

Deleted: trunk/src/main/org/hornetq/core/management/ReplicationOperationInvoker.java
===================================================================
--- trunk/src/main/org/hornetq/core/management/ReplicationOperationInvoker.java	2009-10-19 17:36:43 UTC (rev 8128)
+++ trunk/src/main/org/hornetq/core/management/ReplicationOperationInvoker.java	2009-10-20 12:33:47 UTC (rev 8129)
@@ -1,27 +0,0 @@
-/*
- * Copyright 2009 Red Hat, Inc.
- * Red Hat licenses this file to you 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.hornetq.core.management;
-
-
-/**
- * A ReplicationOperationInvoker
- *
- * @author <a href="jmesnil at redhat.com">Jeff Mesnil</a>
- */
-public interface ReplicationOperationInvoker
-{
-   Object invoke(String resourceName, String operationName, Object... parameters) throws Exception;
-
-   void stop() throws Exception;
-}
\ No newline at end of file



More information about the hornetq-commits mailing list