Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.model
Interface PhysicalDeviceDeliveryContext


public interface PhysicalDeviceDeliveryContext

Method Summary
 DeliveryContextAttribute getDeliveryContextAttribute(java.lang.String name)
          Get the attribute with the given name.
 DeliveryContextAttribute[] getDeliveryContextAttributes()
          Get the list of attributes for the delivery contexts.
 DeliveryContextType getDeliveryContextType()
          Gets the delivery type of the channel.
 PhysicalDevice getPhysicalDevice()
          Get the owner physical device.

 

Method Detail

getDeliveryContextType

public DeliveryContextType getDeliveryContextType()
Gets the delivery type of the channel. Delivery type can be Email, Fax, SMS et al.

getPhysicalDevice

public PhysicalDevice getPhysicalDevice()
Get the owner physical device.

getDeliveryContextAttributes

public DeliveryContextAttribute[] getDeliveryContextAttributes()
Get the list of attributes for the delivery contexts.

getDeliveryContextAttribute

public DeliveryContextAttribute getDeliveryContextAttribute(java.lang.String name)
Get the attribute with the given name.
Parameters:
name - The name of the attribute.
Returns:
The attribute found, null if not found.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.