org.mule.providers.ftp
Class FtpConnector.FtpConnectionFactory

java.lang.Object
  extended byorg.mule.providers.ftp.FtpConnector.FtpConnectionFactory
Enclosing class:
FtpConnector

protected class FtpConnector.FtpConnectionFactory
extends Object

Author:
Guillaume Nodet

Constructor Summary
FtpConnector.FtpConnectionFactory(UMOEndpointURI uri)
           
 
Method Summary
 void activateObject(Object obj)
           
 void destroyObject(Object obj)
           
 Object makeObject()
           
 void passivateObject(Object obj)
           
 boolean validateObject(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FtpConnector.FtpConnectionFactory

public FtpConnector.FtpConnectionFactory(UMOEndpointURI uri)
Method Detail

makeObject

public Object makeObject()
                  throws Exception
Throws:
Exception

destroyObject

public void destroyObject(Object obj)
                   throws Exception
Throws:
Exception

validateObject

public boolean validateObject(Object obj)

activateObject

public void activateObject(Object obj)
                    throws Exception
Throws:
Exception

passivateObject

public void passivateObject(Object obj)
                     throws Exception
Throws:
Exception


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.