javax.realtime
Class LTPhysicalMemory
java.lang.Object
|
+--javax.realtime.MemoryArea
|
+--javax.realtime.ScopedMemory
|
+--javax.realtime.LTPhysicalMemory
- public class LTPhysicalMemory
- extends ScopedMemory
Constructor Summary |
LTPhysicalMemory(java.lang.Object type,
long size)
|
LTPhysicalMemory(java.lang.Object type,
long base,
long size)
|
LTPhysicalMemory(java.lang.Object type,
long base,
long size,
java.lang.Runnable logic)
|
LTPhysicalMemory(java.lang.Object type,
long size,
java.lang.Runnable logic)
|
LTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
|
LTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size,
java.lang.Runnable logic)
|
LTPhysicalMemory(java.lang.Object type,
SizeEstimator size)
|
LTPhysicalMemory(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 |
LTPhysicalMemory
public LTPhysicalMemory(java.lang.Object type,
long size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
LTPhysicalMemory
public LTPhysicalMemory(java.lang.Object type,
long base,
long size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
OffsetOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException,
MemoryInUseException
LTPhysicalMemory
public LTPhysicalMemory(java.lang.Object type,
SizeEstimator size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
LTPhysicalMemory
public LTPhysicalMemory(java.lang.Object type,
long base,
SizeEstimator size)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
OffsetOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException,
MemoryInUseException
LTPhysicalMemory
public LTPhysicalMemory(java.lang.Object type,
long size,
java.lang.Runnable logic)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
LTPhysicalMemory
public LTPhysicalMemory(java.lang.Object type,
long base,
long size,
java.lang.Runnable logic)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
OffsetOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException,
MemoryInUseException
LTPhysicalMemory
public LTPhysicalMemory(java.lang.Object type,
SizeEstimator size,
java.lang.Runnable logic)
throws java.lang.SecurityException,
SizeOutOfBoundsException,
UnsupportedPhysicalMemoryException,
MemoryTypeConflictException
LTPhysicalMemory
public LTPhysicalMemory(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.