public class RemoteAbstractObject extends AbstractObject
RemoteBucket
.
It does not contain any data.AbstractObject
,
LocalAbstractObject
,
Serialized FormConstructor and Description |
---|
RemoteAbstractObject(LocalAbstractObject object,
RemoteBucket bucket)
Creates a new instance of RemoteAbstractObject from the specified LocalAbstractObject.
|
Modifier and Type | Method and Description |
---|---|
LocalAbstractObject |
getLocalAbstractObject()
Returns the actual object.
|
binarySerialize, clearSurplusData, clone, clone, getBinarySize, getLocatorURI, getNoDataObject, getObjectKey, getObjectKey, getObjectLocatorURI, setObjectKey, toString
public RemoteAbstractObject(LocalAbstractObject object, RemoteBucket bucket)
object
- the local object from which to create the new onebucket
- the bucket in which the object is storedpublic LocalAbstractObject getLocalAbstractObject() throws java.lang.IllegalStateException
RemoteBucket
.java.lang.IllegalStateException
- if there was an error communicating with the remote bucket dispatcher