com.sentilla.net.rpc.procedures
Class RemoteRemoveProperty

java.lang.Object
  extended by com.sentilla.net.rpc.procedures.RemoteRemoveProperty
All Implemented Interfaces:
Procedure<Void>, Serializable

public class RemoteRemoveProperty
extends Object
implements Procedure<Void>

Private: for Sentilla internal use only. Procedure to remove a property remotely. RemoteRemoveProperty.Result indicates target of the set and whether the property was found (and removed) from the target. Failures are signalled with a runtime exception.

See Also:
Serialized Form

Constructor Summary
RemoteRemoveProperty(String key)
           
 
Method Summary
 Void run()
          Tries to remove the property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRemoveProperty

public RemoteRemoveProperty(String key)
Parameters:
key - String identifying the property to set
Method Detail

run

public Void run()
Tries to remove the property.

Specified by:
run in interface Procedure<Void>
Returns:
null
Throws:
IORuntimeException - (platform-specific) if removal fails.


Copyright © 2007 Sentilla Corporation. All Rights Reserved.