[jboss-svn-commits] JBoss Common SVN: r4205 - invokablecontainer/trunk/api/src/main/java/org/jboss/invokable.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Mar 29 15:43:00 EDT 2010


Author: david.lloyd at jboss.com
Date: 2010-03-29 15:42:59 -0400 (Mon, 29 Mar 2010)
New Revision: 4205

Removed:
   invokablecontainer/trunk/api/src/main/java/org/jboss/invokable/DispatcherLocationScheme.java
Log:
Unused interface

Deleted: invokablecontainer/trunk/api/src/main/java/org/jboss/invokable/DispatcherLocationScheme.java
===================================================================
--- invokablecontainer/trunk/api/src/main/java/org/jboss/invokable/DispatcherLocationScheme.java	2010-03-29 19:17:43 UTC (rev 4204)
+++ invokablecontainer/trunk/api/src/main/java/org/jboss/invokable/DispatcherLocationScheme.java	2010-03-29 19:42:59 UTC (rev 4205)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2010, 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.invokable;
-
-/**
- * @author <a href="mailto:david.lloyd at redhat.com">David M. Lloyd</a>
- */
-public interface DispatcherLocationScheme {
-
-    /**
-     * Get a dispatcher.  Returns {@code null} if no dispatcher matches the given specification.
-     *
-     * @param locationName the location name
-     * @param remoteContextName the remote context name
-     * @param dispatcherName the dispatcher name
-     * @return the dispatcher
-     */
-    InvocationDispatcher getInvocationDispatcher(String locationName, String remoteContextName, String dispatcherName);
-}



More information about the jboss-svn-commits mailing list