Package org.cdlib.mrt.s3.cloudhost
Class CloudhostDeleteState
java.lang.Object
org.cdlib.mrt.s3.cloudhost.CloudhostStateAbs
org.cdlib.mrt.s3.cloudhost.CloudhostDeleteState
- All Implemented Interfaces:
Serializable
,org.cdlib.mrt.utility.StateInf
public class CloudhostDeleteState
extends CloudhostStateAbs
implements org.cdlib.mrt.utility.StateInf, Serializable
- Author:
- dloy
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CloudhostDeleteState
(boolean deleted, String key) Constructor - extract local beans from propertiesCloudhostDeleteState
(File propFile) -
Method Summary
Modifier and TypeMethodDescriptionvoid
anvlSet
(Properties prop) getError()
getKey()
boolean
setDeleted
(boolean deleted) Methods inherited from class org.cdlib.mrt.s3.cloudhost.CloudhostStateAbs
getLongEx, getProp, getProperties, getPropEx
-
Field Details
-
NAME
- See Also:
-
deleted
protected boolean deleted -
bucket
-
key
-
error
-
-
Constructor Details
-
CloudhostDeleteState
public CloudhostDeleteState() -
CloudhostDeleteState
- Throws:
org.cdlib.mrt.utility.TException
-
CloudhostDeleteState
Constructor - extract local beans from properties- Parameters:
storageProp
- Properties containing store-info.txt values- Throws:
org.cdlib.mrt.utility.TException
- process exception
-
-
Method Details
-
anvlSet
- Throws:
org.cdlib.mrt.utility.TException
-
isDeleted
public boolean isDeleted() -
setDeleted
-
getKey
-
getBucket
-
setBucket
-
setKey
-
getError
-
setError
-
dump
-