org.codehaus.wadi.location.partitionmanager.facade
Interface PartitionFacade

All Superinterfaces:
Partition
All Known Implementing Classes:
VersionAwarePartitionFacade

public interface PartitionFacade
extends Partition

Version:
$Revision:1815 $
Author:
Jules Gosnell

Method Summary
 PartitionInfo getPartitionInfo()
           
 Partition setContent(PartitionInfo partitionInfo, LocalPartition content)
           
 Partition setContentRemote(PartitionInfo partitionInfo, org.codehaus.wadi.group.Peer peer)
           
 void setPartitionInfo(PartitionInfo partitionInfo)
           
 boolean waitForBoot(long attemptPeriod)
           
 
Methods inherited from interface org.codehaus.wadi.location.partitionmanager.Partition
exchange, getKey, isLocal, onMessage, onMessage, onMessage, onMessage
 

Method Detail

waitForBoot

boolean waitForBoot(long attemptPeriod)
                    throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

getPartitionInfo

PartitionInfo getPartitionInfo()

setPartitionInfo

void setPartitionInfo(PartitionInfo partitionInfo)

setContent

Partition setContent(PartitionInfo partitionInfo,
                     LocalPartition content)

setContentRemote

Partition setContentRemote(PartitionInfo partitionInfo,
                           org.codehaus.wadi.group.Peer peer)


Copyright © 2010. All Rights Reserved.