[jboss-svn-commits] JBL Code SVN: r8054 - labs/jbossesb/workspace/b_georges/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 4 16:29:42 EST 2006


Author: b_georges
Date: 2006-12-04 16:29:40 -0500 (Mon, 04 Dec 2006)
New Revision: 8054

Removed:
   labs/jbossesb/workspace/b_georges/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/FTPGatewayListener.java
Log:


Deleted: labs/jbossesb/workspace/b_georges/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/FTPGatewayListener.java
===================================================================
--- labs/jbossesb/workspace/b_georges/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/FTPGatewayListener.java	2006-12-04 21:08:44 UTC (rev 8053)
+++ labs/jbossesb/workspace/b_georges/product/core/listeners/src/org/jboss/soa/esb/listeners/gateway/FTPGatewayListener.java	2006-12-04 21:29:40 UTC (rev 8054)
@@ -1,76 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2006, 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.
- */
-
-/*
- * FTPGatewayListener.java
- *
- * Created on November 26, 2006, 6:34 PM
- *
- */
-
-package org.jboss.soa.esb.listeners.gateway;
-
-import java.io.File;
-import java.io.FileFilter;
-import java.lang.reflect.Method;
-import java.util.Collection;
-
-import org.apache.log4j.Logger;
-
-import org.jboss.soa.esb.addressing.EPR;
-import org.jboss.soa.esb.couriers.Courier;
-import org.jboss.soa.esb.helpers.ConfigTree;
-
-/**
- *
- * @author b_georges
- */
-public class FTPGatewayListener extends FileGatewayListener {
-    protected final static Logger _logger = Logger.getLogger(FTPGatewayListener.class);
-    
-    protected ConfigTree 		_config;
-    protected GatewayListenerController _controller;
-    protected long 			_sleepBetweenPolls;   //  milliseconds
-    
-    protected String			_serviceCategory, _serviceName;
-    protected String			_targetServiceCategory ,_targetServiceName;
-    protected EPR			_myEpr;
-    protected Collection<EPR>           _targetEprs;
-    
-    protected String			_composerName;
-    protected Class 			_composerClass;
-    protected Object			_composer;
-    protected Method			_processMethod;
-    
-    protected Courier			_courier;
-    
-    protected boolean			_deleteAfterOK;
-    protected File			_inputDirectory, _errorDirectory, _postProcessDirectory;
-    protected String			_inputSuffix, _postProcessSuffix, _workingSuffix, _errorSuffix;
-    protected FileFilter		_fileFilter;
-    
-    /** Creates a new instance of FTPGatewayListener */
-    public FTPGatewayListener(GatewayListenerController commandListener, ConfigTree config) throws Exception {
-        super(commandListener,config);
-    }
-    
-}




More information about the jboss-svn-commits mailing list