com.sun.grizzly.memory
Class DefaultMemoryManager.BufferInfo

java.lang.Object
  extended by com.sun.grizzly.memory.DefaultMemoryManager.BufferInfo
Enclosing class:
DefaultMemoryManager

public class DefaultMemoryManager.BufferInfo
extends Object

Information about thread associated memory pool.


Field Summary
 ByteBuffer buffer
          Memory pool
 ByteBuffer lastAllocatedBuffer
          Last allocated ByteBuffer.
 
Constructor Summary
DefaultMemoryManager.BufferInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

buffer

public ByteBuffer buffer
Memory pool


lastAllocatedBuffer

public ByteBuffer lastAllocatedBuffer
Last allocated ByteBuffer.

Constructor Detail

DefaultMemoryManager.BufferInfo

public DefaultMemoryManager.BufferInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 SUN Microsystems. All Rights Reserved.