Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.transport
Interface StatusListener

All Superinterfaces:
Listener

public interface StatusListener
extends Listener

The status listener interface. A status listener must register itself to a messenger to receive sending statuses from devices.

Author:
jxiang

Field Summary

 

Fields inherited from interface oracle.panama.messaging.transport.Listener
FAILED, IGNORED, SUCCEEDED, UNKNOWN

 

Method Summary
 int onStatus(java.lang.String mid, Status status)
          The on-status call-back.

 

Method Detail

onStatus

public int onStatus(java.lang.String mid,
Status status)
The on-status call-back.
Parameters:
mid - the id of the corresponding message.
status - the status sent to the listener.
Returns:
the processing status.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.