com.sentilla.net.rpc.procedures
Class RemoteRemoveProperty
java.lang.Object
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
Method Summary |
Void |
run()
Tries to remove the property. |
RemoteRemoveProperty
public RemoteRemoveProperty(String key)
- Parameters:
key
- String identifying the property to set
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.