com.activequant.tools.streaming
Class StreamEvent

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.tools.streaming.StreamEvent
Direct Known Subclasses:
TimeStreamEvent

public abstract class StreamEvent
extends PersistentEntity


Constructor Summary
StreamEvent(String className)
           
 
Method Summary
abstract  ETransportType getEventType()
           
abstract  TimeStamp getTimeStamp()
           
 
Methods inherited from class com.activequant.domainmodel.PersistentEntity
clearMap, convertValueToType, getClassName, getCreationTime, getDeletionTime, getId, getSnapshotTime, initFromMap, nullSafe, propertyMap, setClassName, setCreationTime, setDeletionTime, setSnapshotTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamEvent

public StreamEvent(String className)
Method Detail

getEventType

public abstract ETransportType getEventType()

getTimeStamp

public abstract TimeStamp getTimeStamp()


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.