public class SQLEntityStoreMixin extends Object implements ServiceActivation, MapEntityStore
ServiceActivation.ServiceActivatorMapEntityStore.MapChange, MapEntityStore.MapChanger, MapEntityStore.MapChanges| Constructor and Description |
|---|
SQLEntityStoreMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateService()
Called after ServiceComposite Activation.
|
void |
applyChanges(MapEntityStore.MapChanges changes) |
Stream<Reader> |
entityStates() |
Reader |
get(EntityReference entityReference) |
void |
passivateService()
Called before ServiceComposite Passivation.
|
public void activateService()
throws Exception
ServiceActivationactivateService in interface ServiceActivationException - if unable to activatepublic void passivateService()
throws Exception
ServiceActivationpassivateService in interface ServiceActivationException - if unable to passivatepublic Reader get(EntityReference entityReference)
get in interface MapEntityStoreentityReference - The reference to the entity that we want to get.public Stream<Reader> entityStates()
entityStates in interface MapEntityStorepublic void applyChanges(MapEntityStore.MapChanges changes) throws Exception
applyChanges in interface MapEntityStoreException