public class KernelModuleInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
KernelModuleSectionInfo |
bssSection |
KernelModuleSectionInfo |
dataSection |
boolean |
enabled |
String |
filename |
int |
id |
boolean |
loaded |
String |
name |
String |
optionString |
KernelModuleSectionInfo |
readOnlySection |
KernelModuleSectionInfo |
textSection |
int |
useCount |
String |
version |
KernelModuleSectionInfo |
writableSection |
dynamicProperty, dynamicType| Constructor and Description |
|---|
KernelModuleInfo() |
| Modifier and Type | Method and Description |
|---|---|
KernelModuleSectionInfo |
getBssSection() |
KernelModuleSectionInfo |
getDataSection() |
String |
getFilename() |
int |
getId() |
String |
getName() |
String |
getOptionString() |
KernelModuleSectionInfo |
getReadOnlySection() |
KernelModuleSectionInfo |
getTextSection() |
int |
getUseCount() |
String |
getVersion() |
KernelModuleSectionInfo |
getWritableSection() |
boolean |
isEnabled() |
boolean |
isLoaded() |
void |
setBssSection(KernelModuleSectionInfo bssSection) |
void |
setDataSection(KernelModuleSectionInfo dataSection) |
void |
setEnabled(boolean enabled) |
void |
setFilename(String filename) |
void |
setId(int id) |
void |
setLoaded(boolean loaded) |
void |
setName(String name) |
void |
setOptionString(String optionString) |
void |
setReadOnlySection(KernelModuleSectionInfo readOnlySection) |
void |
setTextSection(KernelModuleSectionInfo textSection) |
void |
setUseCount(int useCount) |
void |
setVersion(String version) |
void |
setWritableSection(KernelModuleSectionInfo writableSection) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int id
public String name
public String version
public String filename
public String optionString
public boolean loaded
public boolean enabled
public int useCount
public KernelModuleSectionInfo readOnlySection
public KernelModuleSectionInfo writableSection
public KernelModuleSectionInfo textSection
public KernelModuleSectionInfo dataSection
public KernelModuleSectionInfo bssSection
public int getId()
public String getName()
public String getVersion()
public String getFilename()
public String getOptionString()
public boolean isLoaded()
public boolean isEnabled()
public int getUseCount()
public KernelModuleSectionInfo getReadOnlySection()
public KernelModuleSectionInfo getWritableSection()
public KernelModuleSectionInfo getTextSection()
public KernelModuleSectionInfo getDataSection()
public KernelModuleSectionInfo getBssSection()
public void setId(int id)
public void setName(String name)
public void setVersion(String version)
public void setFilename(String filename)
public void setOptionString(String optionString)
public void setLoaded(boolean loaded)
public void setEnabled(boolean enabled)
public void setUseCount(int useCount)
public void setReadOnlySection(KernelModuleSectionInfo readOnlySection)
public void setWritableSection(KernelModuleSectionInfo writableSection)
public void setTextSection(KernelModuleSectionInfo textSection)
public void setDataSection(KernelModuleSectionInfo dataSection)
public void setBssSection(KernelModuleSectionInfo bssSection)
Copyright © 2011-2012. All Rights Reserved.