Uses of Interface
org.glassfish.cafe.api.presence.ServiceInformation

Packages that use ServiceInformation
org.glassfish.cafe.api.presence   
 

Uses of ServiceInformation in org.glassfish.cafe.api.presence
 

Methods in org.glassfish.cafe.api.presence that return ServiceInformation
 ServiceInformation PresenceDocument.getServiceInformation(String aServiceId)
          Returns the Service Information with the specified service ID.
 ServiceInformation PresenceDocument.getServiceInformation(String aServiceId, String version)
          Returns the Service Information with the specified service ID and version.
 ServiceInformation PresenceDocument.getServiceInformationAnyway(String aServiceId, String version)
          Returns the ServiceInformation if an instance with this service ID and version exists, creates an instance of ServiceInformation with this service ID and version if it did not exist and returns it.
 

Methods in org.glassfish.cafe.api.presence that return types with arguments of type ServiceInformation
 Collection<ServiceInformation> PresenceDocument.getAllServiceInformation()
          Returns the collection of Service Information elements defined on this document.
 



Copyright © 2010. All Rights Reserved.