com.hazelcast.impl.partition
Class MigrationNotification

java.lang.Object
  extended by AbstractRemotelyProcessable
      extended by com.hazelcast.impl.partition.MigrationNotification

public class MigrationNotification
extends AbstractRemotelyProcessable


Constructor Summary
MigrationNotification()
           
MigrationNotification(boolean started, MigrationRequestTask migrationRequestTask)
           
 
Method Summary
 void process()
           
 void readData(DataInput in)
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationNotification

public MigrationNotification()

MigrationNotification

public MigrationNotification(boolean started,
                             MigrationRequestTask migrationRequestTask)
Method Detail

process

public void process()

readData

public void readData(DataInput in)
              throws IOException
Throws:
IOException

writeData

public void writeData(DataOutput out)
               throws IOException
Throws:
IOException


Copyright .0-RC1; 2008-2011 Hazel Ltd. All Rights Reserved.