Package lumis.portal.filesystem.event

Contains events raised by the file system package.

See: Description

Package lumis.portal.filesystem.event Description

Contains events raised by the file system package.

There are two groups of file system events, the local (FileSystemAddEvent, FileSystemUpdateEvent and FileSystemDeleteEvent) and the cluster events (ClusterFileSystemAddEvent, ClusterFileSystemUpdateEvent and ClusterFileSystemDeleteEvent).

The cluster events informs a file system operation in the logical cluster file system, and are raised only once. They extend the local file system events and will also represent the local change in one of the portal nodes.

Local file system events informs the file system operation has occurred in the current node. They are raised in each portal node as each local file system is updated.

Example:

Cluster with nodes A, B and C. A PortalFile written in node A will generate a ClusterFileSystemAddEvent in A and when it is written in nodes B and C due to the replication will generate a FileSystemAddEvent in B and C.

Since:
4.1.0
Version:
$Revision: 12386 $ $Date: 2011-01-18 16:16:50 -0200 (Tue, 18 Jan 2011) $
See Also:
lumis.portal.filesystem

Lumisportal  7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.