public class BucketCreateReplyMessage extends BucketReplyMessage
messageID, navigationPath
Constructor and Description |
---|
BucketCreateReplyMessage(BucketCreateRequestMessage message,
int bucketID,
long capacity)
Creates a new instance of BucketCreateReplyMessage for the supplied data.
|
Modifier and Type | Method and Description |
---|---|
RemoteBucket |
getRemoteBucket(NetworkBucketDispatcher netbucketDisp)
Returns the remote bucket encapsulation for the newly created bucket.
|
clone, toString
deregisterOperStats, equals, getDestination, getMessageID, getNavigationPathLength, getOriginalSender, getPathElements, getSender, getSenderList, hashCode, registerBoundStat, registerBoundStat, setNavigationPathStatistics
public BucketCreateReplyMessage(BucketCreateRequestMessage message, int bucketID, long capacity)
message
- the original message this message is response tobucketID
- the ID of the bucket that was created on the remote network nodecapacity
- the capacity of the created bucketpublic RemoteBucket getRemoteBucket(NetworkBucketDispatcher netbucketDisp) throws CapacityFullException
netbucketDisp
- the network bucket dispatcher that will handle the remote bucket's processingCapacityFullException
- if the bucket was not created on the remote network node