Class EventTxList

java.lang.Object
com.cloudimpl.outstack.runtime.repo.EventTxList

public class EventTxList
extends java.lang.Object
Author:
nuwan
  • Constructor Summary

    Constructors
    Constructor Description
    EventTxList()  
  • Method Summary

    Modifier and Type Method Description
    void addEntity​(Entity e)  
    void addEvent​(Event e)  
    java.util.List<Entity> getEntities()  
    java.util.List<Event> getEvents()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventTxList

      public EventTxList()
  • Method Details

    • addEvent

      public void addEvent​(Event e)
    • addEntity

      public void addEntity​(Entity e)
    • getEvents

      public java.util.List<Event> getEvents()
    • getEntities

      public java.util.List<Entity> getEntities()