AeroGear SimplePush JPA Datastore 0.11.0
A C E G H I J O P R S T U

A

AckDTO - Class in org.jboss.aerogear.simplepush.server.datastore.model
A simple data transfer object (DTO) for Update information.
AckDTO() - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
AckDTO(UserAgentDTO, String, long) - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
addChannel(String, long, String) - Method in class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
 

C

ChannelDTO - Class in org.jboss.aerogear.simplepush.server.datastore.model
A simple data transfer object (DTO) for Channel information.
ChannelDTO() - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
Only provided as a no-args constructor is required by JPA.
ChannelDTO(UserAgentDTO, String, long, String) - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 

E

equals(Object) - Method in class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
equals(Object) - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 
equals(Object) - Method in class org.jboss.aerogear.simplepush.server.datastore.model.Server
 
execute(JpaOperation<T>) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaExecutor
Executes the passed in operation, wrapping it in a transaction.

G

getAcks() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
 
getChannel(String) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
getChannelId() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
getChannelId() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 
getChannelIds(String) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
getChannels() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
 
getEndpointToken() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 
getPrivateKeySalt() - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
getSalt() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.Server
 
getUaid() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
 
getUnacknowledged(String) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
getUserAgent() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
getUserAgent() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 
getVersion() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
getVersion() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 

H

hashCode() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
hashCode() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 
hashCode() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.Server
 

I

id() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.Server
 

J

JpaDataStore - Class in org.jboss.aerogear.simplepush.server.datastore
A DataStore implementation that use Java Persistence API (JPA) to store data for the SimplePush Server.
JpaDataStore(String) - Constructor for class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
Sole constructor.
JpaException - Exception in org.jboss.aerogear.simplepush.server.datastore
 
JpaException() - Constructor for exception org.jboss.aerogear.simplepush.server.datastore.JpaException
 
JpaException(String, Throwable) - Constructor for exception org.jboss.aerogear.simplepush.server.datastore.JpaException
 
JpaException(String) - Constructor for exception org.jboss.aerogear.simplepush.server.datastore.JpaException
 
JpaException(Throwable) - Constructor for exception org.jboss.aerogear.simplepush.server.datastore.JpaException
 
JpaExecutor - Class in org.jboss.aerogear.simplepush.server.datastore
JpaExecutor executes an JpaOperation and makes takes care of transaction demarcation and of closing the EntityManager used for the operation.
JpaExecutor(EntityManagerFactory) - Constructor for class org.jboss.aerogear.simplepush.server.datastore.JpaExecutor
 
JpaOperation<T> - Interface in org.jboss.aerogear.simplepush.server.datastore
JpaOperation is used to perform any type of operation and is intended to be used by a JpaExecutor.

O

org.jboss.aerogear.simplepush.server.datastore - package org.jboss.aerogear.simplepush.server.datastore
 
org.jboss.aerogear.simplepush.server.datastore.model - package org.jboss.aerogear.simplepush.server.datastore.model
 

P

perform(EntityManager) - Method in interface org.jboss.aerogear.simplepush.server.datastore.JpaOperation
Performs the operation using the passed in EntityManager.

R

removeAcknowledged(String, Set<Ack>) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
removeChannels(Set<String>) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
removeChannels(String) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 

S

saveChannel(Channel) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
savePrivateKeySalt(byte[]) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
saveUnacknowledged(String, long) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
Server - Class in org.jboss.aerogear.simplepush.server.datastore.model
A simple data transfer object (DTO) for Update information.
Server() - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.Server
 
Server(String) - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.Server
 
setAcks(Set<AckDTO>) - Method in class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
 
setChannels(Set<ChannelDTO>) - Method in class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
 
setVersion(long) - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 

T

toString() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.AckDTO
 
toString() - Method in class org.jboss.aerogear.simplepush.server.datastore.model.ChannelDTO
 

U

updateVersion(String, long) - Method in class org.jboss.aerogear.simplepush.server.datastore.JpaDataStore
 
UserAgentDTO - Class in org.jboss.aerogear.simplepush.server.datastore.model
A simple data transfer object (DTO) for UserAgent information.
UserAgentDTO() - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
Only provided as a no-args constructor is required by JPA.
UserAgentDTO(String) - Constructor for class org.jboss.aerogear.simplepush.server.datastore.model.UserAgentDTO
 

A C E G H I J O P R S T U
AeroGear SimplePush JPA Datastore 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.