Package org.duracloud.sync.endpoint
Class EndPointLogger
java.lang.Object
org.duracloud.sync.endpoint.EndPointLogger
- All Implemented Interfaces:
EndPointListener
This class monitors and logs evnet point events.
- Author:
- Daniel Bernstein
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontentAdded(String storeId, String spaceId, String contentId, String localFilePath) voidcontentBackedUp(String storeId, String spaceId, String contentId, String backupContentId, String localFilePath) voidcontentDeleted(String storeId, String spaceId, String contentId) voidcontentUpdated(String storeId, String spaceId, String contentId, String localFilePath) voidcontentUpdateIgnored(String storeId, String spaceId, String contentId, String localFilePath)
-
Constructor Details
-
EndPointLogger
public EndPointLogger()
-
-
Method Details
-
contentBackedUp
public void contentBackedUp(String storeId, String spaceId, String contentId, String backupContentId, String localFilePath) - Specified by:
contentBackedUpin interfaceEndPointListener
-
contentAdded
- Specified by:
contentAddedin interfaceEndPointListener
-
contentUpdated
- Specified by:
contentUpdatedin interfaceEndPointListener
-
contentDeleted
- Specified by:
contentDeletedin interfaceEndPointListener
-
contentUpdateIgnored
public void contentUpdateIgnored(String storeId, String spaceId, String contentId, String localFilePath) - Specified by:
contentUpdateIgnoredin interfaceEndPointListener
-