org.jboss.jms.delegate
Class IDBlock

java.lang.Object
  extended byorg.jboss.jms.delegate.IDBlock
All Implemented Interfaces:
Streamable

public class IDBlock
extends java.lang.Object
implements Streamable

A IDBlock.

Version:
$Revision: 2686 $ $Id: IDBlock.java 2686 2007-05-15 08:47:20Z timfox $
Author:
Tim Fox

Constructor Summary
IDBlock()
           
IDBlock(long low, long high)
           
 
Method Summary
 long getHigh()
           
 long getLow()
           
 void read(java.io.DataInputStream in)
           
 java.lang.String toString()
           
 void write(java.io.DataOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IDBlock

public IDBlock()

IDBlock

public IDBlock(long low,
               long high)
Method Detail

getLow

public long getLow()

getHigh

public long getHigh()

read

public void read(java.io.DataInputStream in)
          throws java.lang.Exception
Specified by:
read in interface Streamable
Throws:
java.lang.Exception

write

public void write(java.io.DataOutputStream out)
           throws java.lang.Exception
Specified by:
write in interface Streamable
Throws:
java.lang.Exception

toString

public java.lang.String toString()


Copyright © 2006 JBoss Inc. All Rights Reserved.