|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperatingSystem
Representation of the Operating system.
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a platform depending String describing the operating system. |
java.lang.String |
getName()
Returns the name of the operating system. |
Memory |
getVirtualMemory()
Returns the virtual memory. |
Methods inherited from interface com.bea.jvm.JVMComponent |
---|
getJVM |
Method Detail |
---|
java.lang.String getName() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in this JVM.Memory getVirtualMemory() throws NotAvailableException
NotAvailableException
- if this functionality isn't available in this JVM.Memory
java.lang.String getDescription()
getDescription
in interface Describable
Describable.getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |