|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EndPointProducingOperation<IMPL extends Operation<EndPoint,IMPL>>
An operation which returns an EndPoint if succesful.
| 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> |
getEndPointProperties()
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> |
getEndPointStates()
Returns the current states for the EndPoint that the operation should make a "best-effort" to apply once the EndPoint is available. |
void |
setEndPointProperty(java.lang.String property,
java.lang.Object value)
Define properties of the EndPoint that the operation will make a "best-effort" to set once the EndPoint is available. |
void |
setEndPointStates(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> getEndPointProperties()
java.util.Set<State> getEndPointStates()
void setEndPointProperty(java.lang.String property,
java.lang.Object value)
property - The name of the property.value - The value to make a "best-effort" to set it to.void setEndPointStates(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 | |||||||||