WIP: Remodeling events
[aquarium] / src / main / scala / gr / grnet / aquarium / store / StoreProvider.scala
index 62af1a6..275935c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2011 GRNET S.A. All rights reserved.
+ * Copyright 2011-2012 GRNET S.A. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or
  * without modification, are permitted provided that the following
 package gr.grnet.aquarium.store
 
 /**
- * 
+ *
  * @author Christos KK Loverdos <loverdos@gmail.com>
  */
 
 trait StoreProvider {
-  def userStore: UserStore
-  def eventStore: EventStore
-  def imStore: IMStore
-  def walletStore: WalletStore
+  def userStateStore: UserStateStore
+  def resourceEventStore: ResourceEventStore
+  def walletEntryStore: WalletEntryStore
+  def imEventStore: IMEventStore
+  def policyStore: PolicyStore
 }
\ No newline at end of file