org.glassfish.cafe.api.presence
Interface DeviceInformation

All Superinterfaces:
PresenceInformation

public interface DeviceInformation
extends PresenceInformation

The �device� components model the physical piece of equipment in which services execute. Examples of Presence information that can be represented by �device� elements include mobile phones, PCs and PDAs. The �device� component SHALL be mapped to the element. The element is specified in [RFC4479].


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.cafe.api.presence.PresenceInformation
PresenceInformation.Status
 
Method Summary
 String getDeviceId()
          Returns the device identifier as in RFC 4479.
 String getId()
          Returns the device element identifier.
 
Methods inherited from interface org.glassfish.cafe.api.presence.PresenceInformation
addElement, getElementNS, getElementsNS, getNote, getNotes, getRpidClass, getTimeStamp, setRpidClass
 

Method Detail

getId

String getId()
Returns the device element identifier.


getDeviceId

String getDeviceId()
Returns the device identifier as in RFC 4479.



Copyright © 2010. All Rights Reserved.