public class JCloudsMapEntityStoreMixin extends Object implements ServiceActivation, MapEntityStore
ServiceActivation.ServiceActivatorMapEntityStore.MapChanger, MapEntityStore.MapChanges| Constructor and Description | 
|---|
JCloudsMapEntityStoreMixin()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
activateService()
Called after ServiceComposite Activation. 
 | 
void | 
applyChanges(MapEntityStore.MapChanges changes)  | 
Input<Reader,IOException> | 
entityStates()  | 
Reader | 
get(EntityReference entityReference)  | 
void | 
passivateService()
Called before ServiceComposite Passivation. 
 | 
public void activateService()
                     throws Exception
ServiceActivationactivateService in interface ServiceActivationExceptionpublic void passivateService()
                      throws Exception
ServiceActivationpassivateService in interface ServiceActivationExceptionpublic Reader get(EntityReference entityReference) throws EntityStoreException
get in interface MapEntityStoreentityReference - The reference to the entity that we want to get.EntityStoreExceptionpublic void applyChanges(MapEntityStore.MapChanges changes) throws IOException
applyChanges in interface MapEntityStoreIOExceptionpublic Input<Reader,IOException> entityStates()
entityStates in interface MapEntityStore