AeroGear SimplePush Server Protocol 0.11.0

org.jboss.aerogear.simplepush.protocol.impl
Class UnregisterResponseImpl

java.lang.Object
  extended by org.jboss.aerogear.simplepush.protocol.impl.UnregisterMessageImpl
      extended by org.jboss.aerogear.simplepush.protocol.impl.UnregisterResponseImpl
All Implemented Interfaces:
MessageType, UnregisterMessage, UnregisterResponse

public class UnregisterResponseImpl
extends UnregisterMessageImpl
implements UnregisterResponse


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

UnregisterResponseImpl

public UnregisterResponseImpl(String channelId,
                              Status status)
Method Detail

getStatus

public Status getStatus()
Description copied from interface: UnregisterResponse
Returns the result of the Register call

Specified by:
getStatus in interface UnregisterResponse
Returns:
Status the Status of the unregister request.

toString

public String toString()
Overrides:
toString in class UnregisterMessageImpl

AeroGear SimplePush Server Protocol 0.11.0

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.