|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PresenceClientControlSbbLocalObject
Client interface to a presence server.
| Method Summary | |
|---|---|
void |
modifyPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eTag,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
Modifies the publication identified by the specified Entity and ETag. |
void |
newPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
Creates a new publication for the specified Entity. |
void |
newSubscription(java.lang.String subscriber,
java.lang.String subscriberdisplayName,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId,
int expires)
Creates a subscription |
void |
refreshPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eTag,
int expires)
Refreshes the publication identified by the specified Entity and ETag. |
void |
refreshSubscription(java.lang.String subscriber,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId,
int expires)
Refreshes a subscription |
void |
removePublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eTag)
Removes the publication identified by the specified Entity and ETag. |
void |
removeSubscription(java.lang.String subscriber,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId)
Terminates a subscription. |
void |
setParentSbb(PresenceClientControlParentSbbLocalObject parentSbb)
Used to set the call back sbb local object in the sbb implementing this interface. |
| Methods inherited from interface javax.slee.SbbLocalObject |
|---|
getSbbPriority, isIdentical, remove, setSbbPriority |
| Method Detail |
|---|
void setParentSbb(PresenceClientControlParentSbbLocalObject parentSbb)
parent -
void newPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
requestId - an object that identifies the request, the child sbb will
return it when providing the responseentity - document - contentType - contentSubType - expires - the time in seconds, which the publication is valid
void refreshPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eTag,
int expires)
requestId - an object that identifies the request, the child sbb will
return it when providing the responseentity - eTag - expires - the time in seconds, which the publication is valid
void modifyPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eTag,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
requestId - an object that identifies the request, the child sbb will
return it when providing the responseentity - eTag - document - contentType - contentSubType - expires - the time in seconds, which the publication is valid
void removePublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eTag)
requestId - an object that identifies the request, the child sbb will
return it when providing the responseentity - eventPackage - eTag -
void newSubscription(java.lang.String subscriber,
java.lang.String subscriberdisplayName,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId,
int expires)
subscriber - notifier - eventPackage - only event packages "presence" and "presence.winfo" may be
supported by the presence serversubscriptionId - expires -
void refreshSubscription(java.lang.String subscriber,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId,
int expires)
subscriber - notifier - eventPackage - only event packages "presence" and "presence.winfo" may be
supported by the presence serversubscriptionId - expires -
void removeSubscription(java.lang.String subscriber,
java.lang.String notifier,
java.lang.String eventPackage,
java.lang.String subscriptionId)
subscriber - notifier - eventPackage - only event packages "presence" and "presence.winfo" may be
supported by the presence serversubscriptionId -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||