|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rioproject.system.capability.PlatformCapability
org.rioproject.system.capability.platform.ProcessorArchitecture
public class ProcessorArchitecture
The ProcessorArchitecture object provides a definition of the
processor architecture
| Field Summary | |
|---|---|
static String |
ARCHITECTURE
cpu type |
static String |
AVAILABLE
number of processors |
| Fields inherited from class org.rioproject.system.capability.PlatformCapability |
|---|
capabilities, description, DESCRIPTION, logger, MANUFACTURER, MODEL, NAME, NATIVE_LIBS, PROVISIONABLE, STATIC, VENDOR, VERSION |
| Constructor Summary | |
|---|---|
ProcessorArchitecture()
Create a ProcessorArchitecture with the default description |
|
ProcessorArchitecture(String description)
Create a ProcessorArchitecture with a description |
|
| Method Summary | |
|---|---|
boolean |
supports(SystemRequirements.SystemComponent requirement)
Override supports to ensure that processor requirements are supported |
| Methods inherited from class org.rioproject.system.capability.PlatformCapability |
|---|
addDownloadRecord, addStagedSoftware, calculateResourceCost, clearAll, decrementUsage, define, defineAll, equals, getCapabilities, getClassPath, getConfigurationFile, getDescription, getDownloadRecords, getLoadableClassPath, getName, getPath, getPlatformKeys, getResourceCostModel, getStagedSoftware, getType, getUsageCount, getValue, hasBasicSupport, hashCode, incrementUsage, loadResources, matches, remove, setClassPath, setConfigurationFile, setDescription, setPath, setResourceCostModel, setType, supports, toString, versionSupported |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String AVAILABLE
public static final String ARCHITECTURE
| Constructor Detail |
|---|
public ProcessorArchitecture()
public ProcessorArchitecture(String description)
description - The description| Method Detail |
|---|
public boolean supports(SystemRequirements.SystemComponent requirement)
supports in class PlatformCapabilityrequirement - The SystemRequirement to test for supportability.
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||