Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Interface RtDevice

All Superinterfaces:
AttributeQueriable, DeviceV2

public interface RtDevice
extends DeviceV2

This interface represents a run-time device. The object is created by merging the device attributes stored in the wireless repository - DeviceV2 and the device information sent in the request.

See Also:
DeviceV2

Method Summary
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, boolean value)
          Add the delivery context attribute with the given name.
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, int value)
          Add the delivery context attribute with the given name.
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, java.lang.String value)
          Add the delivery context attribute with the given name.
 DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name, java.lang.String[] vals)
          Add the delivery context attribute with the given name.

 

Methods inherited from interface oracle.panama.model.DeviceV2
addDeviceGroup, addDynamicAttribute, addMeta, addProperty, findTransformer, getAllDynamicAttributes, getDeliveryContextAttributeBoolean, getDeliveryContextAttributeInt, getDeliveryContextAttributeLov, getDeliveryContextAttributeString, getDevice, getDeviceGroups, getDynamicAttribute, getMediaQueriable, getMeta, getMetas, getName, getProperties, getProperty, getRtDevice, getRtDevice, getSupportedLanguageVersions, getTransformer, getUserAgents, getXDevice, getXMLErrorPage, getXMLLoginPage, removeDeviceGroup, removeDynamicAttribute, removeMeta, removeProperty

 

Methods inherited from interface oracle.panama.model.AttributeQueriable
getDeliveryContextAttribute

 

Method Detail

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            boolean value)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
value - The value for the attribute.

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            int value)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
value - The value for the attribute.

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            java.lang.String value)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
value - The value for the attribute.

addDeliveryContextAttribute

public DeliveryContextAttribute addDeliveryContextAttribute(java.lang.String name,
                                                            java.lang.String[] vals)
Add the delivery context attribute with the given name. The name given must be valid in the sense that it corresponds to the name of a attribute specified in our documentation.
Parameters:
name - The name for the attribute.
vals - The LOV for the attribute.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.