|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PresenceServer
The Presence API provides mechanisms to receive real-time status changes of presentities using the SIMPLE protocol. The API does not currently support updating the presence status of presentities from the application. Generated from CUAE provider package Metreos.Providers.Presence
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.Presence |
|---|
Presence.NonTriggeringSubscribeOptions, Presence.NonTriggeringSubscribeResult, Presence.NotifyOptions, Presence.SubscriptionTerminatedOptions, Presence.TriggeringSubscribeOptions, Presence.TriggeringSubscribeResult, Presence.UnsubscribeOptions, Presence.UnsubscribeResult |
| Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon |
|---|
CuaeCommon.CuaeResult |
| Method Summary | |
|---|---|
Presence.NonTriggeringSubscribeResult |
nonTriggeringSubscribe(java.lang.String sessionId,
java.lang.String requestUri,
java.lang.String subscriber,
java.lang.String password,
Presence.NonTriggeringSubscribeOptions options)
NonTriggeringSubscribe will register for status changes with a presence server; the status changes will result in non-triggering events. |
Presence.TriggeringSubscribeResult |
triggeringSubscribe(java.lang.String sessionId,
java.lang.String requestUri,
java.lang.String subscriber,
java.lang.String password,
Presence.TriggeringSubscribeOptions options)
TriggeringSubscribe will register for status changes with a presence server; the status changes will result in triggering events. |
Presence.UnsubscribeResult |
unsubscribe(java.lang.String sessionId,
java.lang.String requestUri,
java.lang.String subscriber,
java.lang.String password,
java.lang.Boolean triggering,
Presence.UnsubscribeOptions options)
Unsubscribe will terminate a subscription. |
| Method Detail |
|---|
Presence.TriggeringSubscribeResult triggeringSubscribe(java.lang.String sessionId,
java.lang.String requestUri,
java.lang.String subscriber,
java.lang.String password,
Presence.TriggeringSubscribeOptions options)
sessionId - The session Id for this method callrequestUri - The URI of the presentity to be watched.subscriber - The identity of the watcher.password - The password of the watcher.options - An object holding all the optional parameters
Presence.NonTriggeringSubscribeResult nonTriggeringSubscribe(java.lang.String sessionId,
java.lang.String requestUri,
java.lang.String subscriber,
java.lang.String password,
Presence.NonTriggeringSubscribeOptions options)
sessionId - The session Id for this method callrequestUri - The URI of the presentity to be watched.subscriber - The identity of the watcher.password - The password of the watcher.options - An object holding all the optional parameters
Presence.UnsubscribeResult unsubscribe(java.lang.String sessionId,
java.lang.String requestUri,
java.lang.String subscriber,
java.lang.String password,
java.lang.Boolean triggering,
Presence.UnsubscribeOptions options)
sessionId - The session Id for this method callrequestUri - The URI of the presentity to unsubscribe from. This must
be the same as the value supplied in the
TriggeringSubscribe or NonTriggeringSubscribe action.subscriber - The identity of the watcher. This must be the same as the
value supplied in the TriggeringSubscribe or
NonTriggeringSubscribe action.password - The password of the watcher.triggering - Indicates if the subscription you are cancelling is
triggering timer, and the other creates a non-triggering.options - An object holding all the optional parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||