de.grogra.rgg.model
Interface TransferableQueue

All Superinterfaces:
Queue
All Known Implementing Classes:
PropertyQueue

public interface TransferableQueue
extends Queue


Method Summary
 void read(java.io.DataInput in)
           
 boolean write(java.io.DataOutput out)
           
 
Methods inherited from interface de.grogra.xl.impl.queues.Queue
clear, clearSegmentsToExclude, getDescriptor, markSegment, process, resetToSegment
 

Method Detail

read

void read(java.io.DataInput in)
          throws java.io.IOException
Throws:
java.io.IOException

write

boolean write(java.io.DataOutput out)
              throws java.io.IOException
Throws:
java.io.IOException