org.mule.transport.sftp.notification
Class SftpNotifier

java.lang.Object
  extended by org.mule.transport.sftp.notification.SftpNotifier

public class SftpNotifier
extends Object


Constructor Summary
SftpNotifier(SftpConnector connector, MuleMessage message, ImmutableEndpoint endpoint, String serviceName)
           
 
Method Summary
 void notify(int action, String info)
           
 void notify(int action, String info, long size)
           
 void setMessage(MuleMessage message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SftpNotifier

public SftpNotifier(SftpConnector connector,
                    MuleMessage message,
                    ImmutableEndpoint endpoint,
                    String serviceName)
Method Detail

setMessage

public void setMessage(MuleMessage message)

notify

public void notify(int action,
                   String info)

notify

public void notify(int action,
                   String info,
                   long size)


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.