|
AeroGear SimplePush Server Protocol 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.aerogear.simplepush.protocol.impl.UnregisterMessageImpl
org.jboss.aerogear.simplepush.protocol.impl.UnregisterResponseImpl
public class UnregisterResponseImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType |
|---|
MessageType.Type |
| Field Summary |
|---|
| Fields inherited from interface org.jboss.aerogear.simplepush.protocol.UnregisterResponse |
|---|
STATUS_FIELD |
| Fields inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType |
|---|
MESSSAGE_TYPE_FIELD |
| Constructor Summary | |
|---|---|
UnregisterResponseImpl(String channelId,
Status status)
|
|
| Method Summary | |
|---|---|
Status |
getStatus()
Returns the result of the Register call |
String |
toString()
|
| Methods inherited from class org.jboss.aerogear.simplepush.protocol.impl.UnregisterMessageImpl |
|---|
getChannelId, getMessageType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.aerogear.simplepush.protocol.UnregisterMessage |
|---|
getChannelId |
| Methods inherited from interface org.jboss.aerogear.simplepush.protocol.MessageType |
|---|
getMessageType |
| Constructor Detail |
|---|
public UnregisterResponseImpl(String channelId,
Status status)
| Method Detail |
|---|
public Status getStatus()
UnregisterResponse
getStatus in interface UnregisterResponseStatus the Status of the unregister request.public String toString()
toString in class UnregisterMessageImpl
|
AeroGear SimplePush Server Protocol 0.11.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||