OSMQ
v2.0.1

osmq.util
Interface Writable

All Known Implementing Classes:
MQue

public interface Writable

A listener that is passed an Object.


Method Summary
 void writeBytes(byte[] b)
          A class of objects that is passed an object.
 

Method Detail

writeBytes

public void writeBytes(byte[] b)
                throws java.io.IOException
A class of objects that is passed an object.

Throws:
java.io.IOException - if attempt to write to a closed queue.

(c) 2000 - 2003 MQue Systems
All Rights Reserved