com.softwareag.um.storage.EventFactory Class Referenceabstract

This class is responsible to map an int to a Event such that it can be used to deserialize Event objects from Storage. More...

Public Member Functions

 EventFactory ()
 Constructor for EventFactory.
 
abstract Event getEvent (int eventId)
 Given an ID we need to have a new event created so we can stream it back in. More...
 

Detailed Description

This class is responsible to map an int to a Event such that it can be used to deserialize Event objects from Storage.

Member Function Documentation

abstract Event com.softwareag.um.storage.EventFactory.getEvent ( int  eventId)
pure virtual

Given an ID we need to have a new event created so we can stream it back in.

Parameters
eventId
Returns
Event corresponding to eventId