Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Interface AttributeQueriable

All Known Subinterfaces:
DeviceV2, oracle.panama.core.device.DeviceV2Peer, PhysicalDevice, RtDevice

public interface AttributeQueriable

The base interface for all interfaces that store delivery context attributes.


Method Summary
 DeliveryContextAttribute getDeliveryContextAttribute(java.lang.String name)
          This method can be used to get the device's delivery context attribute.

 

Method Detail

getDeliveryContextAttribute

public DeliveryContextAttribute getDeliveryContextAttribute(java.lang.String name)
This method can be used to get the device's delivery context attribute.
Parameters:
name - The name of the attribute, You should only use the constants defined inside DeliveryContextAttributeNames interface.
Returns:
The DeliveryContextAttribute that matched the data, or null if not found.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.