|
RTSJ Implementation |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of InaccessibleAreaException in javax.realtime |
|---|
| Methods in javax.realtime that throw InaccessibleAreaException | |
|---|---|
void |
ScopedMemory.executeInArea(java.lang.Runnable logic)
executeInArea executes a code sequence given as logic in this memory area. |
void |
MemoryArea.executeInArea(java.lang.Runnable logic)
executeInArea executes a code sequence given as logic in this memory area. |
java.lang.Object |
MemoryArea.newArray(java.lang.Class type,
int number)
Allocate a new array with number elements in this memory area. |
java.lang.Object |
MemoryArea.newInstance(java.lang.Class type)
allocate a new instance of class type in this memory area. |
java.lang.Object |
MemoryArea.newInstance(java.lang.reflect.Constructor c,
java.lang.Object[] args)
newInstance allocates a new instance using the given constructor and passign arguments to this constructor. |
|
RTSJ Implementation |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||