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

java.lang.Object
  extended by org.sapia.ubik.rmi.naming.remote.archie.SyncEvent
      extended by org.sapia.ubik.rmi.naming.remote.archie.SyncPutEvent
All Implemented Interfaces:
java.io.Serializable

public class SyncPutEvent
extends SyncEvent
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
SyncPutEvent(org.sapia.archie.Name nodePath, org.sapia.archie.NamePart name, java.lang.Object toBind, boolean overwrite)
          Constructor for SyncPutEvent.
 
Method Summary
 boolean getOverwrite()
           
 java.lang.Object getValue()
           
 
Methods inherited from class org.sapia.ubik.rmi.naming.remote.archie.SyncEvent
getName, getNodePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncPutEvent

public SyncPutEvent(org.sapia.archie.Name nodePath,
                    org.sapia.archie.NamePart name,
                    java.lang.Object toBind,
                    boolean overwrite)
Constructor for SyncPutEvent.

Method Detail

getValue

public java.lang.Object getValue()
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
Returns:
the Object that was put.
Throws:
java.io.IOException
java.lang.ClassNotFoundException

getOverwrite

public boolean getOverwrite()


Copyright © 2010 Sapia OSS. All Rights Reserved.