|
|||||||||
| Home >> All >> org >> activemq >> io >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.io.util
Interface MemoryManageable

- public interface MemoryManageable
| Method Summary | |
int |
decrementMemoryReferenceCount()
Decrement reference count for bounded memory collections |
java.lang.Object |
getMemoryId()
Get an id that can be used to identify the object. |
int |
getMemoryUsage()
Get a hint about how much memory this Packet is consuming |
int |
getMemoryUsageReferenceCount()
|
int |
getPriority()
|
int |
incrementMemoryReferenceCount()
Increment reference count for bounded memory collections |
| Method Detail |
getMemoryId
public java.lang.Object getMemoryId()
- Get an id that can be used to identify the object.
getMemoryUsage
public int getMemoryUsage()
- Get a hint about how much memory this Packet is consuming
incrementMemoryReferenceCount
public int incrementMemoryReferenceCount()
- Increment reference count for bounded memory collections
decrementMemoryReferenceCount
public int decrementMemoryReferenceCount()
- Decrement reference count for bounded memory collections
getMemoryUsageReferenceCount
public int getMemoryUsageReferenceCount()
getPriority
public int getPriority()
|
|||||||||
| Home >> All >> org >> activemq >> io >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC