|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Implementation runtime.
The implementation runtime allows applications to interface with the environment implementations are running in.
Example: Accessing the runtime of all jDTAUS Core SPI compliant
implementations in the system
Runtime runtime =
(Runtime) ContainerFactory.getContainer().
getImplementation(Runtime.class, "jDTAUS Core SPI");
| Method Summary | |
long |
getAllocatedPercent()
Computes the amount of allocated memory in percent. |
long |
getAvailableBooleans()
Computes the maximum number of boolean values currently being available to allocation. |
long |
getAvailableBytes()
Computes the maximum number of byte values currently being available to allocation. |
long |
getAvailableChars()
Computes the maximum number of char values currently being available to allocation. |
long |
getAvailableDoubles()
Computes the maximum number of double values currently being available to allocation. |
long |
getAvailableFloats()
Computes the maximum number of float values currently being available to allocation. |
long |
getAvailableIntegers()
Computes the maximum number of integer values currently being available to allocation. |
long |
getAvailableLongs()
Computes the maximum number of long values currently being available to allocation. |
long |
getAvailableShorts()
Computes the maximum number of short values currently being available to allocation. |
| Method Detail |
public long getAllocatedPercent()
public long getAvailableBooleans()
public long getAvailableBytes()
public long getAvailableChars()
public long getAvailableDoubles()
public long getAvailableFloats()
public long getAvailableIntegers()
public long getAvailableLongs()
public long getAvailableShorts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||