Uses of Interface
org.oa4mp.delegation.server.storage.ClientStore
-
Packages that use ClientStore Package Description org.oa4mp.delegation.server.storage org.oa4mp.delegation.server.storage.impl -
-
Uses of ClientStore in org.oa4mp.delegation.server.storage
Classes in org.oa4mp.delegation.server.storage with type parameters of type ClientStore Modifier and Type Class Description classAggregateClientStore<V extends ClientStore>Created by Jeff Gaynor
on 5/24/12 at 11:18 AMClasses in org.oa4mp.delegation.server.storage that implement ClientStore Modifier and Type Class Description classAggregateClientStore<V extends ClientStore>Created by Jeff Gaynor
on 5/24/12 at 11:18 AMConstructors in org.oa4mp.delegation.server.storage with parameters of type ClientStore Constructor Description AggregateClientStore(V... stores) -
Uses of ClientStore in org.oa4mp.delegation.server.storage.impl
Classes in org.oa4mp.delegation.server.storage.impl with type parameters of type ClientStore Modifier and Type Class Description classClientStoreProvider<T extends ClientStore>Created by Jeff Gaynor
on 1/18/12 at 10:02 AMClasses in org.oa4mp.delegation.server.storage.impl that implement ClientStore Modifier and Type Class Description classClientMemoryStore<V extends Client>Abstract class that gets the inheritance and generics right.classFSClientStore<V extends Client>File-based storage for clients.
-