lumis.portal.filesystem.event
Class ClusterFileSystemDeleteEvent
java.lang.Object
lumis.portal.event.AbstractPortalEvent
lumis.portal.filesystem.event.FileSystemEvent
lumis.portal.filesystem.event.FileSystemDeleteEvent
lumis.portal.filesystem.event.ClusterFileSystemDeleteEvent
- All Implemented Interfaces:
- IPortalEvent
@StableMinor(version="6.2",
sinceVersion="6.0")
public class ClusterFileSystemDeleteEvent
- extends FileSystemDeleteEvent
Event raised when a file has been removed and will propagate to the whole cluster.
This event is raised only once in a portal cluster for each logical file.
When the file change is replicated to other portal nodes, the
FileSystemDeleteEvent
is raised instead.
- Since:
- 6.0.0
- See Also:
FileSystemDeleteEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterFileSystemDeleteEvent
public ClusterFileSystemDeleteEvent(PortalFile file)
- Default constructor.
- Parameters:
file
- The file to be removed.- Since:
- 6.0.0
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.