public abstract class BaseStoreFactory extends Object implements StoreFactory
| Constructor and Description |
|---|
BaseStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
getNodeId() |
void |
init(NamespacesHub namespacesHub,
AuthorizeHandler authorizeHandler,
JsonSupport jsonSupport) |
void |
onDisconnect(ClientHead client) |
abstract PubSubStore |
pubSubStore() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateMap, createStore, shutdownprotected Long getNodeId()
public void init(NamespacesHub namespacesHub, AuthorizeHandler authorizeHandler, JsonSupport jsonSupport)
init in interface StoreFactorypublic abstract PubSubStore pubSubStore()
pubSubStore in interface StoreFactorypublic void onDisconnect(ClientHead client)
onDisconnect in interface DisconnectableCopyright © 2012–2016. All rights reserved.