org.apache.ftpserver.impl
Interface StatisticsObserver


public interface StatisticsObserver

Internal class, do not use directly. FTP statistics observer interface.

Version:
$Rev: 711534 $, $Date: 2008-11-05 09:48:47 +0100 (Wed, 05 Nov 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Method Summary
 void notifyCloseConnection()
          Connection close notification
 void notifyDelete()
          User file delete notification.
 void notifyDownload()
          User file download notification.
 void notifyLogin(boolean anonymous)
          New user login notification.
 void notifyLoginFail(java.net.InetAddress address)
          Failed user login notification.
 void notifyLogout(boolean anonymous)
          User logout notification.
 void notifyMkdir()
          User make directory notification.
 void notifyOpenConnection()
          Connection open notification
 void notifyRmdir()
          User remove directory notification.
 void notifyUpload()
          User file upload notification.
 

Method Detail

notifyUpload

void notifyUpload()
User file upload notification.


notifyDownload

void notifyDownload()
User file download notification.


notifyDelete

void notifyDelete()
User file delete notification.


notifyMkdir

void notifyMkdir()
User make directory notification.


notifyRmdir

void notifyRmdir()
User remove directory notification.


notifyLogin

void notifyLogin(boolean anonymous)
New user login notification.


notifyLoginFail

void notifyLoginFail(java.net.InetAddress address)
Failed user login notification.

Parameters:
address - Remote address that the failure came from

notifyLogout

void notifyLogout(boolean anonymous)
User logout notification.


notifyOpenConnection

void notifyOpenConnection()
Connection open notification


notifyCloseConnection

void notifyCloseConnection()
Connection close notification



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.