public class InMemoryServerAssociationStore extends Object implements ServerAssociationStore
| Constructor and Description |
|---|
InMemoryServerAssociationStore() |
| Modifier and Type | Method and Description |
|---|---|
Association |
generate(String type,
int expiryIn) |
Association |
load(String handle) |
void |
remove(String handle) |
protected int |
size() |
public Association generate(String type, int expiryIn) throws AssociationException
generate in interface ServerAssociationStoreAssociationExceptionpublic Association load(String handle)
load in interface ServerAssociationStorepublic void remove(String handle)
remove in interface ServerAssociationStoreprotected int size()
Copyright © 2013 Sxip. All Rights Reserved.