|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cmpware.cmp.CustomArray
public abstract class CustomArray
This defines the processors in the multiprocessor array. Note that this is most useful for defining a heterogeneous array, or an array containing different types of processors. A homogeneous array can be easily specified from the Cmpware Preference Page.
Copyright (c) 2005 Cmpware, Inc. All Rights Reserved.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
Copyright string |
| Constructor Summary | |
|---|---|
CustomArray()
|
|
| Method Summary | |
|---|---|
static CustomArray |
get(java.lang.String customArrayName)
This static method is used to return a newly allocated Custom Array object from the link name string. |
abstract java.lang.String[][] |
getProcessorTable()
This method defines the processors in the multiprocessor array. |
| 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 CustomArray()
| Method Detail |
|---|
public abstract java.lang.String[][] getProcessorTable()
public static CustomArray get(java.lang.String customArrayName)
throws CustomArrayException
customArrayName - The name of the Custom Array. This is the class
name of the Custom Array class file under com.cmpware.cmp.models.
CustomArrayException - if any problems we encountered
allocating the new Custom Array object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||