lumis.portal.filesystem.event
Class ClusterFileSystemDeleteEvent

Package class diagram package ClusterFileSystemDeleteEvent
java.lang.Object
  extended by lumis.portal.event.AbstractPortalEvent
      extended by lumis.portal.filesystem.event.FileSystemEvent
          extended by lumis.portal.filesystem.event.FileSystemDeleteEvent
              extended by 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

Constructor Summary
ClusterFileSystemDeleteEvent(PortalFile file)
          Default constructor.
 
Method Summary
 
Methods inherited from class lumis.portal.filesystem.event.FileSystemEvent
getFile
 
Methods inherited from class lumis.portal.event.AbstractPortalEvent
getEventGroups, getOperationType, setEventGroups, setOperationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lumis.portal.event.IPortalEvent
toString
 

Constructor Detail

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.