Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


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

Packages that use State
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 State in com.oracle.sft.api.conferenceinfo

 

Methods in com.oracle.sft.api.conferenceinfo that return State
static State State.fromValue(String v)
           
 State Endpoint.getState()
          Gets the value of the state element.
 State ConferenceInfo.getState()
          Gets the value of the State attribute.
 State Uris.getState()
          Gets the value of the state element.
 State User.getState()
          Gets the value of the state element.
 State Users.getState()
          Gets the value of the state element.
static State State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static State[] State.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 State
 void Endpoint.setState(State value)
          Sets the value of the state element.
 void ConferenceInfo.setState(State value)
          Sets the value of the State attribute.
 void Uris.setState(State value)
          Sets the value of the state element.
 void User.setState(State value)
          Sets the value of the state element.
 void Users.setState(State value)
          Sets the value of the state element.

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.