org.apache.geronimo.network.protocol
Class PlainDownPacket

java.lang.Object
  extended byorg.apache.geronimo.network.protocol.PlainDownPacket
All Implemented Interfaces:
DownPacket

public class PlainDownPacket
extends Object
implements DownPacket

Version:
$Revision: 1.2 $ $Date: 2004/03/10 09:59:13 $

Constructor Summary
PlainDownPacket()
           
PlainDownPacket(Collection buffers)
           
 
Method Summary
 Collection getBuffers()
           
 void setBuffers(Collection buffers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainDownPacket

public PlainDownPacket()

PlainDownPacket

public PlainDownPacket(Collection buffers)
Method Detail

getBuffers

public Collection getBuffers()
Specified by:
getBuffers in interface DownPacket

setBuffers

public void setBuffers(Collection buffers)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.