From do-not-reply at jboss.org Tue Oct 20 08:33:48 2009 Content-Type: multipart/mixed; boundary="===============8127598437135854473==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r8129 - trunk/src/main/org/hornetq/core/management. Date: Tue, 20 Oct 2009 08:33:47 -0400 Message-ID: <200910201233.n9KCXlYD019522@svn01.web.mwc.hst.phx2.redhat.com> --===============8127598437135854473== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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.j= ava Log: removed unused interface from management API Deleted: trunk/src/main/org/hornetq/core/management/ReplicationOperationInv= oker.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 Jeff Mesnil - */ -public interface ReplicationOperationInvoker -{ - Object invoke(String resourceName, String operationName, Object... para= meters) throws Exception; - - void stop() throws Exception; -} \ No newline at end of file --===============8127598437135854473==--