|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.rim.pushsdk.query.subscription.SubscriptionQueryMessage
net.rim.pushsdk.query.subscription.SubscriptionQueryRequest
net.rim.pushsdk.query.subscription.SubQueryRequestByStatus
public class SubQueryRequestByStatus
Represents a subscription query request by status to the PPG.
| Field Summary | |
|---|---|
static String |
STATUS_ATTR
The status XML attribute. |
| Fields inherited from class net.rim.pushsdk.query.subscription.SubscriptionQueryRequest |
|---|
QUERY_REQUEST_TAG |
| Fields inherited from class net.rim.pushsdk.query.subscription.SubscriptionQueryMessage |
|---|
ADDRESS_ATTR, ADDRESS_TAG, CURRENT_MSG_VERSION, EVENT_TIME_ATTR, PUSHAPP_ID_ATTR, pushApplicationId, QUERY_OUTERMOST_TAG, VERSION_ATTR |
| Constructor Summary | |
|---|---|
SubQueryRequestByStatus(String pushApplicationId,
SubQueryRequestStatus status)
Constructs a subscription query request message for the given push application and with the given status. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Returns true if two subscription query request messages (by status) are found to be equal and false otherwise. |
void |
getContent(ByteArrayOutputStream out)
Writes content to the specified output stream. |
int |
hashCode()
Returns a hashcode for this subscription query request message (by status). |
String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class net.rim.pushsdk.query.subscription.SubscriptionQueryRequest |
|---|
marshal |
| Methods inherited from class net.rim.pushsdk.query.subscription.SubscriptionQueryMessage |
|---|
getPushApplicationId, setPushApplicationId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String STATUS_ATTR
| Constructor Detail |
|---|
public SubQueryRequestByStatus(String pushApplicationId,
SubQueryRequestStatus status)
pushApplicationId - the push application idstatus - a subscriber status| Method Detail |
|---|
public void getContent(ByteArrayOutputStream out)
throws IOException
SubscriptionQueryRequest
getContent in class SubscriptionQueryRequestout - the output stream
IOException - if any IO errors occur while writing to the output streampublic int hashCode()
hashCode in class SubscriptionQueryMessagepublic boolean equals(Object obj)
equals in class SubscriptionQueryMessagepublic String toString()
String with all attributes in name = value format.
toString in class SubscriptionQueryMessageString representation of this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||