org.mule.transport.ftp
Class FtpConnectionFactory
java.lang.Object
org.mule.transport.ftp.FtpConnectionFactory
- All Implemented Interfaces:
- PoolableObjectFactory
public class FtpConnectionFactory
- extends java.lang.Object
- implements PoolableObjectFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FtpConnectionFactory
public FtpConnectionFactory(EndpointURI uri)
makeObject
public java.lang.Object makeObject()
throws java.lang.Exception
- Specified by:
makeObject
in interface PoolableObjectFactory
- Throws:
java.lang.Exception
destroyObject
public void destroyObject(java.lang.Object obj)
throws java.lang.Exception
- Specified by:
destroyObject
in interface PoolableObjectFactory
- Throws:
java.lang.Exception
validateObject
public boolean validateObject(java.lang.Object obj)
- Specified by:
validateObject
in interface PoolableObjectFactory
activateObject
public void activateObject(java.lang.Object obj)
throws java.lang.Exception
- Specified by:
activateObject
in interface PoolableObjectFactory
- Throws:
java.lang.Exception
passivateObject
public void passivateObject(java.lang.Object obj)
throws java.lang.Exception
- Specified by:
passivateObject
in interface PoolableObjectFactory
- Throws:
java.lang.Exception
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.