aicas logoJamaica 6.4 release 1

Uses of Class
javax.realtime.AsyncEvent

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).
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.