javax.realtime
Class DefaultPhysicalMemoryFilter
java.lang.Object
|
+--javax.realtime.DefaultPhysicalMemoryFilter
- All Implemented Interfaces:
- PhysicalMemoryTypeFilter
- public class DefaultPhysicalMemoryFilter
- extends java.lang.Object
- implements PhysicalMemoryTypeFilter
Method Summary |
boolean |
contains(long base,
long size)
|
long |
find(long base,
long size)
|
int |
getVMAttributes()
|
int |
getVMFlags()
|
void |
initialize(long base,
long vBase,
long size)
|
boolean |
isPresent(long base,
long size)
|
boolean |
isRemovable()
|
void |
onInsertion(long base,
long size,
AsyncEventHandler aeh)
|
void |
onRemoval(long base,
long size,
AsyncEventHandler aeh)
|
long |
vFind(long base,
long size)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPhysicalMemoryFilter
public DefaultPhysicalMemoryFilter(long base,
long size)
find
public long find(long base,
long size)
- Specified by:
find
in interface PhysicalMemoryTypeFilter
vFind
public long vFind(long base,
long size)
- Specified by:
vFind
in interface PhysicalMemoryTypeFilter
initialize
public void initialize(long base,
long vBase,
long size)
- Specified by:
initialize
in interface PhysicalMemoryTypeFilter
isRemovable
public boolean isRemovable()
- Specified by:
isRemovable
in interface PhysicalMemoryTypeFilter
contains
public boolean contains(long base,
long size)
- Specified by:
contains
in interface PhysicalMemoryTypeFilter
onRemoval
public void onRemoval(long base,
long size,
AsyncEventHandler aeh)
- Specified by:
onRemoval
in interface PhysicalMemoryTypeFilter
onInsertion
public void onInsertion(long base,
long size,
AsyncEventHandler aeh)
- Specified by:
onInsertion
in interface PhysicalMemoryTypeFilter
isPresent
public boolean isPresent(long base,
long size)
- Specified by:
isPresent
in interface PhysicalMemoryTypeFilter
getVMAttributes
public int getVMAttributes()
- Specified by:
getVMAttributes
in interface PhysicalMemoryTypeFilter
getVMFlags
public int getVMFlags()
- Specified by:
getVMFlags
in interface PhysicalMemoryTypeFilter
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.