org.ow2.carol.cmi.smart.message
Class Attachment

java.lang.Object
  extended by org.ow2.carol.cmi.smart.message.Attachment

public class Attachment
extends java.lang.Object

Class used as attachment for client's channel (to store the bytecode that is read).

Author:
The new CMI team, Florent Benoit

Constructor Summary
Attachment()
           
 
Method Summary
 java.nio.ByteBuffer getByteBuffer()
          Gets the buffer of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachment

public Attachment()
Method Detail

getByteBuffer

public java.nio.ByteBuffer getByteBuffer()
Gets the buffer of this object.

Returns:
the object's buffer.


Copyright © 2008 OW2 Consortium. All Rights Reserved.