javax.realtime
Class VTPhysicalMemory
java.lang.Object
|
+--javax.realtime.MemoryArea
|
+--javax.realtime.ScopedMemory
|
+--javax.realtime.VTPhysicalMemory
- public class VTPhysicalMemory
- extends ScopedMemory
Constructor Summary |
VTPhysicalMemory(java.lang.Object type,
long size)
|
VTPhysicalMemory(java.lang.Object type,
long base,
long size)
|
VTPhysicalMemory(java.lang.Object type,
long base,
long size,
java.lang.Runnable logic)
|
VTPhysicalMemory(java.lang.Object type,
long size,
java.lang.Runnable logic)
|
VTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
|
VTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size,
java.lang.Runnable logic)
|
VTPhysicalMemory(java.lang.Object type,
SizeEstimator size)
|
VTPhysicalMemory(java.lang.Object type,
SizeEstimator size,
java.lang.Runnable logic)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class javax.realtime.ScopedMemory |
enter, enter, getMaximumSize, getPortal, getReferenceCount, join, join, joinAndEnter, joinAndEnter, joinAndEnter, joinAndEnter, setPortal |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
long size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
long base,
long size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
OffsetOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException,
MemoryInUseException
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
SizeEstimator size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
OffsetOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException,
MemoryInUseException
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
long size,
java.lang.Runnable logic)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
long base,
long size,
java.lang.Runnable logic)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
OffsetOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException,
MemoryInUseException
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
SizeEstimator size,
java.lang.Runnable logic)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
VTPhysicalMemory
public VTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size,
java.lang.Runnable logic)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
OffsetOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException,
MemoryInUseException
toString
public java.lang.String toString()
- Overrides:
toString
in class ScopedMemory
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.