aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

Uses of Class
javax.realtime.AsyncEvent

Uses of AsyncEvent in javax.realtime
 

Subclasses of AsyncEvent in javax.realtime
 class OneShotTimer
           Jamaica Realtime Specification for Java class OneShotTimer.
 class PeriodicTimer
           Jamaica Realtime Specification for Java class PeriodicTimer.
 class Timer
          Jamaica Realtime Specification for Java class Timer.
 

Methods in javax.realtime with parameters of type AsyncEvent
 void PhysicalMemoryTypeFilter.onInsertion(long base, long size, AsyncEvent ae)
          onInsertion associates the given async event with the insertion event of the specified memory range.
static void PhysicalMemoryManager.onInsertion(long base, long size, AsyncEvent ae)
          onInsertion associates the given async event with the insertion event of the specified memory range.
 void PhysicalMemoryTypeFilter.onRemoval(long base, long size, AsyncEvent ae)
          onRemoval associates the given async event with the removal event of the specified memory range.
static void PhysicalMemoryManager.onRemoval(long base, long size, AsyncEvent ae)
          onRemoval associates the given async event with the removal event of the specified memory range.
 boolean PhysicalMemoryTypeFilter.unregisterInsertionEvent(long base, long size, AsyncEvent ae)
          unregisterInsertionEvent removes the association events added by onInsertion(long,long,AsyncEvent).
static void PhysicalMemoryManager.unregisterInsertionEvent(long base, long size, AsyncEvent ae)
          unregisterInsertionEvent removes the association events added by onInsertion(long,long,AsyncEvent).
 void PhysicalMemoryTypeFilter.unregisterRemovalEvent(long base, long size, AsyncEvent ae)
          unregisterRemovalEvent removes the association events added by onRemoval(long,long,AsyncEvent).
static void PhysicalMemoryManager.unregisterRemovalEvent(long base, long size, AsyncEvent ae)
          unregisterRemovalEvent removes the association events added by onRemoval(long,long,AsyncEvent).
 


aicas logoJamaicaVM 3.2 rel 62
RTSJ Implementation

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.