wt.federation
Class StandardFederationService.CircularBuffer

java.lang.Object
  extended bywt.federation.StandardFederationService.CircularBuffer
Enclosing class:
StandardFederationService

private class StandardFederationService.CircularBuffer
extends Object


Field Summary
private  byte[] buffer
           
private  boolean closed
           
private  int free
           
private  int in
           
private  int out
           
 
Constructor Summary
StandardFederationService.CircularBuffer()
           
 
Method Summary
 void close()
           
 int get()
           
 boolean isClosed()
           
 boolean isEmpty()
           
 void put(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buffer

private byte[] buffer

closed

private boolean closed

free

private int free

in

private int in

out

private int out
Constructor Detail

StandardFederationService.CircularBuffer

public StandardFederationService.CircularBuffer()
Method Detail

get

public int get()

put

public void put(byte b)

isEmpty

public boolean isEmpty()

close

public void close()

isClosed

public boolean isClosed()