javax.realtime
Class ScopedMemory
java.lang.Object
|
+--javax.realtime.MemoryArea
|
+--javax.realtime.ScopedMemory
- Direct Known Subclasses:
- LTMemory, LTPhysicalMemory, VTMemory, VTPhysicalMemory
- public abstract class ScopedMemory
- extends MemoryArea
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
lastFinalizeNode
public static javax.realtime.FinalizeNode lastFinalizeNode
ScopedMemory
public ScopedMemory(long size)
ScopedMemory
public ScopedMemory(long size,
java.lang.Runnable r)
ScopedMemory
public ScopedMemory(SizeEstimator size)
ScopedMemory
public ScopedMemory(SizeEstimator size,
java.lang.Runnable r)
enter
public void enter()
throws ScopedCycleException
- Overrides:
enter
in class MemoryArea
enter
public void enter(java.lang.Runnable logic)
throws ScopedCycleException
- Overrides:
enter
in class MemoryArea
getMaximumSize
public long getMaximumSize()
getPortal
public java.lang.Object getPortal()
setPortal
public void setPortal(java.lang.Object object)
getReferenceCount
public int getReferenceCount()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
join
public void join(HighResolutionTime time)
throws java.lang.InterruptedException
join
public void join()
throws java.lang.InterruptedException
joinAndEnter
public void joinAndEnter()
throws java.lang.InterruptedException,
ScopedCycleException
joinAndEnter
public void joinAndEnter(HighResolutionTime time)
throws java.lang.InterruptedException,
ScopedCycleException
joinAndEnter
public void joinAndEnter(java.lang.Runnable logic)
throws java.lang.InterruptedException,
ScopedCycleException
joinAndEnter
public void joinAndEnter(java.lang.Runnable logic,
HighResolutionTime time)
throws java.lang.InterruptedException,
ScopedCycleException
aicas GmbH, Karlsruhe - Germany www.aicas.com
Copyright 2003 aicas GmbH. All Rights Reserved.