|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConferenceProducingOperation<IMPL extends Operation<Conference,IMPL>>
An operation that results in a Conference instance, for example creating a conference.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getConferenceProperties()
Returns the current properties for the EndPoint that the operation should make a "best-effort" to set once the EndPoint is available. |
java.util.Set<State> |
getConferenceStates()
Returns the current states for the Conference that the operation should make a "best-effort" to apply once the Conference is available. |
void |
setConferenceProperty(java.lang.String property,
java.lang.Object value)
Define properties of the Conference that the operation will make a "best-effort" to set once the Conference is available. |
void |
setConferenceStates(java.util.Set<State> states)
Define states of the EndPoint that the operation will make a "best-effort" to apply once the EndPoint is available. |
| Methods inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
await, await, clone, get, get, getImpact, getVerb, isDone, isSubmitted, set |
| Method Detail |
|---|
java.util.Map<java.lang.String,java.lang.Object> getConferenceProperties()
java.util.Set<State> getConferenceStates()
void setConferenceProperty(java.lang.String property,
java.lang.Object value)
Define properties of the Conference that the operation will make a "best-effort" to set once the Conference is available.
"Best-effort" implies that failures will be silently ignored.
property - The name of the property.value - The value to make a "best-effort" to set it to.void setConferenceStates(java.util.Set<State> states)
states - The set of states to make a "best-effort" to apply to the EndPoint.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||