|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.event.AbstractPortalEvent
lumis.portal.filesystem.event.FileSystemEvent
lumis.portal.filesystem.event.FileSystemAddEvent
lumis.portal.filesystem.event.ClusterFileSystemAddEvent
@StableMinor(version="6.1", sinceVersion="6.0") public class ClusterFileSystemAddEvent
Event raised when a file has been added 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
FileSystemAddEvent
is raised instead.
FileSystemAddEvent
Constructor Summary | |
---|---|
ClusterFileSystemAddEvent(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 |
---|
public ClusterFileSystemAddEvent(PortalFile file)
file
- The file to be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |