Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.oracle.sft.api.conferenceinfo.MediaStatus

Packages that use MediaStatus
com.oracle.sft.api.conferenceinfo The SFT API used to manipulate the conference-info data, the document format is defined in RFC4575 - A Session Initiation Protocol (SIP) Event Package for Conference State 

 

Uses of MediaStatus in com.oracle.sft.api.conferenceinfo

 

Methods in com.oracle.sft.api.conferenceinfo that return MediaStatus
static MediaStatus MediaStatus.fromValue(String v)
           
 MediaStatus ConferenceMedium.getStatus()
          Gets the value of the MediaStatus element.
 MediaStatus Media.getStatus()
          Gets the value of the status element.
static MediaStatus MediaStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MediaStatus[] MediaStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in com.oracle.sft.api.conferenceinfo with parameters of type MediaStatus
 void ConferenceMedium.setStatus(MediaStatus value)
          Sets the value of the MediaStatus element.
 void Media.setStatus(MediaStatus value)
          Sets the value of the status element.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.