|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PushRegistration | |
---|---|
org.hornetq.rest.queue.push | |
org.hornetq.rest.topic |
Uses of PushRegistration in org.hornetq.rest.queue.push |
---|
Fields in org.hornetq.rest.queue.push declared as PushRegistration | |
---|---|
protected PushRegistration |
UriStrategy.registration
|
Fields in org.hornetq.rest.queue.push with type parameters of type PushRegistration | |
---|---|
protected java.util.Map<java.lang.String,PushRegistration> |
FilePushStore.map
|
Methods in org.hornetq.rest.queue.push that return PushRegistration | |
---|---|
PushRegistration |
PushConsumerResource.getConsumer(java.lang.String consumerId)
|
PushRegistration |
PushConsumer.getRegistration()
|
Methods in org.hornetq.rest.queue.push that return types with arguments of type PushRegistration | |
---|---|
java.util.List<PushRegistration> |
PushStore.getByDestination(java.lang.String destination)
|
java.util.List<PushRegistration> |
FilePushStore.getByDestination(java.lang.String destination)
|
java.util.List<PushRegistration> |
FilePushStore.getRegistrations()
|
Methods in org.hornetq.rest.queue.push with parameters of type PushRegistration | |
---|---|
void |
PushStore.add(PushRegistration reg)
|
void |
FilePushStore.add(PushRegistration reg)
|
void |
PushConsumerResource.addRegistration(PushRegistration reg)
|
javax.ws.rs.core.Response |
PushConsumerResource.create(javax.ws.rs.core.UriInfo uriInfo,
PushRegistration registration)
|
void |
PushStore.remove(PushRegistration reg)
|
void |
FilePushStore.remove(PushRegistration reg)
|
protected void |
FilePushStore.save(PushRegistration reg)
|
void |
PushStrategy.setRegistration(PushRegistration reg)
|
void |
UriStrategy.setRegistration(PushRegistration reg)
|
void |
PushStore.update(PushRegistration reg)
|
void |
FilePushStore.update(PushRegistration reg)
|
Constructors in org.hornetq.rest.queue.push with parameters of type PushRegistration | |
---|---|
PushConsumer(org.hornetq.api.core.client.ClientSessionFactory factory,
java.lang.String destination,
java.lang.String id,
PushRegistration registration)
|
Uses of PushRegistration in org.hornetq.rest.topic |
---|
Subclasses of PushRegistration in org.hornetq.rest.topic | |
---|---|
class |
PushTopicRegistration
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |