public interface StatisticsObserver
Modifier and Type | Method and Description |
---|---|
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(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.
|
void notifyUpload()
void notifyDownload()
void notifyDelete()
void notifyMkdir()
void notifyRmdir()
void notifyLogin(boolean anonymous)
void notifyLoginFail(InetAddress address)
address
- Remote address that the failure came fromvoid notifyLogout(boolean anonymous)
void notifyOpenConnection()
void notifyCloseConnection()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.