JavaScript is disabled on your browser.
AeroGear SimplePush Server WildFly 0.10.0
All Implemented Interfaces:
org.jboss.msc.service.Service<org.jboss.aerogear.simplepush.server.datastore.DataStore>, org.jboss.msc.value.Value<org.jboss.aerogear.simplepush.server.datastore.DataStore>
Direct Known Subclasses:
CouchDBDataStoreService , InMemoryDataStoreService , JpaDataStoreService , RedisDataStoreService
public abstract class DataStoreService
extends Object
implements org.jboss.msc.service.Service<org.jboss.aerogear.simplepush.server.datastore.DataStore>
A service to inject a DataStore implementation into the SimplePush service.
Field Summary
Fields
Modifier and Type
Field and Description
static org.jboss.msc.service.ServiceName
SERVICE_NAME
Fields inherited from interface org.jboss.msc.service.Service
NULL, NULL_VALUE
Method Summary
Methods
Modifier and Type
Method and Description
void
stop (org.jboss.msc.service.StopContext context)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.jboss.msc.service.Service
start
Methods inherited from interface org.jboss.msc.value.Value
getValue
AeroGear SimplePush Server WildFly 0.10.0
Copyright © 2014 JBoss by Red Hat . All Rights Reserved.