站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 messaging API Documentation 英文版文档

StreamMux (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档


org.jboss.mq.il.uil.multiplexor
Class StreamMux

java.lang.Object
  extended byorg.jboss.mq.il.uil.multiplexor.StreamMux

public class StreamMux
extends Object

This class is used to multiplex from multiple streams into a single stream.

Version:
$Revision: 1.3 $
Author:
Hiram Chirino (Cojonudo14@hotmail.com)

Constructor Summary
StreamMux(OutputStream out)
          StreamMux constructor comment.
 
Method Summary
 void flush()
           
 short getFrameSize()
          Insert the method's description here.
 OutputStream getStream(short id)
           
 void setFrameSize(short newFrameSize)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamMux

public StreamMux(OutputStream out)
          throws IOException
StreamMux constructor comment.

Parameters:
out - java.io.OutputStream
Throws:
IOException - Description of Exception
Method Detail

setFrameSize

public void setFrameSize(short newFrameSize)
                  throws IOException
Insert the method's description here. Creation date: (11/15/00 5:30:55 PM)

Parameters:
newFrameSize - short
Throws:
IOException - Description of Exception

getFrameSize

public short getFrameSize()
Insert the method's description here. Creation date: (11/15/00 5:30:55 PM)

Returns:
short

getStream

public OutputStream getStream(short id)
                       throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.