Home | History | Annotate | Download | only in pubsub

Lines Matching refs:GET

43 	 * Get information on the items in the node in standard

60 * Get the current items stored in the node.
69 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId()));
77 * Get the current items stored in the node based
90 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), subscriptionId));
98 * Get the items specified from the node. This would typically be
119 PubSub request = createPubsubPacket(Type.GET, new ItemsExtension(ItemsExtension.ItemsElementType.items, getId(), itemList));
127 * Get items persisted on the node, limited to the specified number.
138 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), maxItems));
146 * Get items persisted on the node, limited to the specified number
160 PubSub request = createPubsubPacket(Type.GET, new GetItemsRequest(getId(), subscriptionId, maxItems));
212 * list will get stored on the node, assuming it stores the last sent item.
283 * list will get stored on the node, assuming it stores the last sent item.