org.xvsm.core
Class VoidEntry

Package class diagram package VoidEntry
java.lang.Object
  extended by org.xvsm.core.Entry
      extended by org.xvsm.core.VoidEntry
All Implemented Interfaces:
java.io.Serializable

public class VoidEntry
extends Entry

This entry is written into the "AnswerToContainer" as answer for void Operations and when CNT_ALL is used for reading and no entries are available.

Author:
Christian Schreiber, Michael Proestler
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.xvsm.core.Entry
Entry.EntryTypes
 
Constructor Summary
VoidEntry()
           
 
Method Summary
 Entry getFlatCopy()
          Creates a flat copy of this entry.
 java.lang.String toString()
          .
 
Methods inherited from class org.xvsm.core.Entry
addCoordinationTypes, addOnRollback, addReadLock, addSelectors, canBeRead, canBeWritten, equals, generateId, getCoordinationType, getDeleteLock, getEntryType, getId, getSelectors, getWriteLock, hasDeleteLock, hashCode, hasReadLock, hasWriteLock, removeDeleteLock, removeOnRollback, removeReadLock, removeWriteLock, setDeleteLock, setEntryType, setId, setSelectors, setWriteLock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VoidEntry

public VoidEntry()
Method Detail

getFlatCopy

public Entry getFlatCopy()
Creates a flat copy of this entry.
NOTE: The content will not be copied.

Specified by:
getFlatCopy in class Entry
Returns:
a flat copy of this entry.

toString

public java.lang.String toString()
.

Overrides:
toString in class Entry


Copyright © 2009. All Rights Reserved.