|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncEvent | |
---|---|
javax.realtime | Jamaica's implementation of the Real-Time Specification for Java. |
Uses of AsyncEvent in javax.realtime |
---|
Subclasses of AsyncEvent in javax.realtime | |
---|---|
class |
OneShotTimer
Jamaica Real-Time Specification for Java class OneShotTimer. |
class |
PeriodicTimer
Jamaica Real-Time Specification for Java class PeriodicTimer. |
class |
Timer
Jamaica Real-Time Specification for Java class Timer. |
Methods in javax.realtime with parameters of type AsyncEvent | |
---|---|
static void |
PhysicalMemoryManager.onInsertion(long base,
long size,
AsyncEvent ae)
onInsertion associates the given AsyncEvent with the insertion event of the specified memory range. |
void |
PhysicalMemoryTypeFilter.onInsertion(long base,
long size,
AsyncEvent ae)
onInsertion associates the given AsyncEvent with the insertion event of the specified memory range. |
static void |
PhysicalMemoryManager.onRemoval(long base,
long size,
AsyncEvent ae)
onRemoval associates the given AsyncEvent with the removal event of the specified memory range. |
void |
PhysicalMemoryTypeFilter.onRemoval(long base,
long size,
AsyncEvent ae)
onRemoval associates the given AsyncEvent with the removal event of the specified memory range. |
static boolean |
PhysicalMemoryManager.unregisterInsertionEvent(long base,
long size,
AsyncEvent ae)
unregisterInsertionEvent removes the association events added by onInsertion(long, long, AsyncEvent). |
boolean |
PhysicalMemoryTypeFilter.unregisterInsertionEvent(long base,
long size,
AsyncEvent ae)
unregisterInsertionEvent removes the association events added by onInsertion(long, long, AsyncEvent). |
static boolean |
PhysicalMemoryManager.unregisterRemovalEvent(long base,
long size,
AsyncEvent ae)
unregisterRemovalEvent removes the association events added by onRemoval(long, long, AsyncEvent). |
boolean |
PhysicalMemoryTypeFilter.unregisterRemovalEvent(long base,
long size,
AsyncEvent ae)
unregisterRemovalEvent removes the association events added by onRemoval(long, long, AsyncEvent). |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |