AeroGear SimplePush Server Protocol 0.11.0

org.jboss.aerogear.simplepush.protocol
Interface Status

All Known Implementing Classes:
StatusImpl

public interface Status

Represents a status that may be returned by a Register, Unregister messages in SimplePush specification protocol.


Method Summary
 int getCode()
          Returns the error code for this Status.
 String getMessage()
          Returns the message for this Status.
 

Method Detail

getCode

int getCode()
Returns the error code for this Status.

Returns:
int the error code for this Status.

getMessage

String getMessage()
Returns the message for this Status.

Returns:
String the message for this status.

AeroGear SimplePush Server Protocol 0.11.0

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