|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.cmp.SystemMemory
public abstract class SystemMemory
This defines the generic System Memory interface. This is the class used to construct the global system memory.
Copyright (c) 2004, 2005 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
| Constructor Summary | |
|---|---|
SystemMemory()
|
|
| Method Summary | |
|---|---|
abstract void |
configureMemory(Multiprocessor mp)
This method is called to build and configure the memory system for the newly allocated processor array. |
static SystemMemory |
get(java.lang.String systemMemoryClassName)
This method is used to return a newly allocated System Memory definition class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String copyright
| Constructor Detail |
|---|
public SystemMemory()
| Method Detail |
|---|
public abstract void configureMemory(Multiprocessor mp)
throws SystemMemoryException
mp - The multiprocessor.
SystemMemoryException - if there is a problem allocating
or using the memory objects.
public static SystemMemory get(java.lang.String systemMemoryClassName)
throws SystemMemoryException
systemMemoryClassName - The name of the class in the
cmp.cmpware.cmp.models package used to define
the global memory system for this multiprocessor.
SystemMemoryException - if there is any problem allocating
or accessing the System Memory class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||