Class OssSpaceCacheLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<OssSpaceCache>
overit.geocall.bl.BusinessEvent<OssSpaceCache>
overit.geocall.bl.SimpleBusinessEvent<Long,OssSpaceCache>
overit.geocallapp.wfm.core.bl.schedule.cache.ossspace.event.OssSpaceCacheLoadEvent
Event to load
The launcher must provide a valid operation center in order to successfully call this event.
OssSpaceCache objects. The launcher must provide a valid operation center in order to successfully call this event.
- Since:
- 18.0
- GCApi:
- event
- Reactors:
- No Spouts
BTOssSpaceCacheLoad(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionOssSpaceCacheLoadEvent(Long operationCenter) Instantiates a newOssSpaceCacheLoadEventobject in order to load theOssSpaceCacheobjects. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
OssSpaceCacheLoadEvent
Instantiates a newOssSpaceCacheLoadEventobject in order to load theOssSpaceCacheobjects.- Parameters:
operationCenter- the operation center
-