org.jboss.messaging.core.impl.memory
Class SimpleMemoryManager

java.lang.Object
  extended by org.jboss.messaging.core.impl.memory.SimpleMemoryManager
All Implemented Interfaces:
MemoryManager, MessagingComponent

public class SimpleMemoryManager
extends java.lang.Object
implements MemoryManager

A MemoryManager

Version:
$Revision: 2796 $ $Id: SimpleMemoryManager.java 2796 2007-06-25 22:24:41Z timfox $
Author:
Tim Fox

Constructor Summary
SimpleMemoryManager()
           
 
Method Summary
 boolean isMemoryLow()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMemoryManager

public SimpleMemoryManager()
Method Detail

isMemoryLow

public boolean isMemoryLow()
Specified by:
isMemoryLow in interface MemoryManager

start

public void start()
Specified by:
start in interface MessagingComponent

stop

public void stop()
Specified by:
stop in interface MessagingComponent


Copyright © 2006 JBoss Inc. All Rights Reserved.