public interface PushStore
| Modifier and Type | Method and Description |
|---|---|
void |
add(PushRegistration reg) |
List<PushRegistration> |
getByDestination(String destination) |
void |
remove(PushRegistration reg) |
void |
removeAll() |
void |
update(PushRegistration reg) |
void add(PushRegistration reg) throws Exception
Exceptionvoid remove(PushRegistration reg) throws Exception
ExceptionList<PushRegistration> getByDestination(String destination)
void update(PushRegistration reg) throws Exception
ExceptionCopyright © 2016 JBoss, a division of Red Hat. All rights reserved.