org.granite.client.tide.impl
Class SimpleContextManager.DefaultInstanceStoreFactory

java.lang.Object
  extended by org.granite.client.tide.impl.SimpleContextManager.DefaultInstanceStoreFactory
All Implemented Interfaces:
InstanceStoreFactory
Enclosing class:
SimpleContextManager

public static class SimpleContextManager.DefaultInstanceStoreFactory
extends Object
implements InstanceStoreFactory


Constructor Summary
SimpleContextManager.DefaultInstanceStoreFactory()
           
 
Method Summary
 InstanceStore createStore(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleContextManager.DefaultInstanceStoreFactory

public SimpleContextManager.DefaultInstanceStoreFactory()
Method Detail

createStore

public InstanceStore createStore(Context context)
Specified by:
createStore in interface InstanceStoreFactory