org.sapia.ubik.rmi.naming.remote.archie
Class SyncEvent

java.lang.Object
  extended by org.sapia.ubik.rmi.naming.remote.archie.SyncEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SyncGetEvent, SyncPutEvent, SyncRemoveEvent

public class SyncEvent
extends java.lang.Object
implements java.io.Serializable

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
Serialized Form

Constructor Summary
SyncEvent(org.sapia.archie.Name nodePath, org.sapia.archie.NamePart name)
          Constructor for SyncEvent.
 
Method Summary
 org.sapia.archie.NamePart getName()
           
 org.sapia.archie.Name getNodePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncEvent

public SyncEvent(org.sapia.archie.Name nodePath,
                 org.sapia.archie.NamePart name)
Constructor for SyncEvent.

Method Detail

getName

public org.sapia.archie.NamePart getName()
Returns:
the name of the object to synchronize.

getNodePath

public org.sapia.archie.Name getNodePath()
Returns:
the path of the node to which the object to synchronize belongs.


Copyright © 2010 Sapia OSS. All Rights Reserved.