Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.xms
Class MessagingChannelImpl

java.lang.Object
  |
  +--oracle.panama.messaging.xms.MessagingChannelImpl
All Implemented Interfaces:
MessagingChannel

public class MessagingChannelImpl
extends java.lang.Object
implements MessagingChannel

Constructor Summary
MessagingChannelImpl(DeviceAddress deviceAddress)
           

 

Method Summary
 void decrementNumAlerts()
           
 oracle.panama.messaging.push.DeviceAddressData getDeviceAddressData()
           
 int getMaxAlerts()
           
 MessagingDevice getMessagingDevice()
           
 int getNumAlerts()
           
 void incrementNumAlerts()
           
 boolean isPooled()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

MessagingChannelImpl

public MessagingChannelImpl(DeviceAddress deviceAddress)
Method Detail

getMessagingDevice

public MessagingDevice getMessagingDevice()
Specified by:
getMessagingDevice in interface MessagingChannel

getDeviceAddressData

public oracle.panama.messaging.push.DeviceAddressData getDeviceAddressData()
Specified by:
getDeviceAddressData in interface MessagingChannel

getMaxAlerts

public int getMaxAlerts()
Specified by:
getMaxAlerts in interface MessagingChannel

incrementNumAlerts

public void incrementNumAlerts()
Specified by:
incrementNumAlerts in interface MessagingChannel

decrementNumAlerts

public void decrementNumAlerts()
Specified by:
decrementNumAlerts in interface MessagingChannel

getNumAlerts

public int getNumAlerts()
Specified by:
getNumAlerts in interface MessagingChannel

isPooled

public boolean isPooled()

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.