net.sourceforge.geeboss.model.midi.memory
Class MemoryManager

java.lang.Object
  extended by org.apache.avalon.framework.component.DefaultComponentManager
      extended by net.sourceforge.geeboss.model.midi.memory.MemoryManager
All Implemented Interfaces:
org.apache.avalon.framework.component.ComponentManager

public class MemoryManager
extends org.apache.avalon.framework.component.DefaultComponentManager

Manager for Memory Classes

Author:
Frederic BORRY

Constructor Summary
MemoryManager(org.apache.avalon.framework.configuration.Configuration configuration)
          Create a MemoryManager given it's configuration
 
Method Summary
 MemoryClass getMemoryClass(java.lang.String name)
          Get the MemoryClass for the specified name
 
Methods inherited from class org.apache.avalon.framework.component.DefaultComponentManager
checkWriteable, getComponentMap, getParent, hasComponent, lookup, makeReadOnly, put, release, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemoryManager

public MemoryManager(org.apache.avalon.framework.configuration.Configuration configuration)
              throws org.apache.avalon.framework.configuration.ConfigurationException
Create a MemoryManager given it's configuration

Parameters:
configuration - the configuration object
Throws:
org.apache.avalon.framework.configuration.ConfigurationException
Method Detail

getMemoryClass

public MemoryClass getMemoryClass(java.lang.String name)
Get the MemoryClass for the specified name

Parameters:
name - the name of the memory class
Returns:
the MemoryClass


Copyright (c) 2005 The Geeboss team (http://geeboss.sourceforge.net). All Rights Reserved.