|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PublicationClientControlSbbLocalObject
Sbb local obejct interface for a client of the SIP Event Publication Control framework.
| Method Summary | |
|---|---|
void |
modifyPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eventPackage,
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, SIP Event Package and ETag. |
void |
newPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eventPackage,
java.lang.String document,
java.lang.String contentType,
java.lang.String contentSubType,
int expires)
Creates a new publication for the specified Entity and SIP Event Package. |
void |
refreshPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eventPackage,
java.lang.String eTag,
int expires)
Refreshes the publication identified by the specified Entity, SIP Event Package and ETag. |
void |
removePublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eventPackage,
java.lang.String eTag)
Removes the publication identified by the specified Entity, SIP Event Package and ETag. |
void |
setParentSbb(PublicationClientControlParentSbbLocalObject 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(PublicationClientControlParentSbbLocalObject parentSbb)
parent -
void newPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eventPackage,
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 - eventPackage - 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 eventPackage,
java.lang.String eTag,
int expires)
requestId - an object that identifies the request, the child sbb will
return it when providing the responseentity - eventPackage - eTag - expires - the time in seconds, which the publication is valid
void modifyPublication(java.lang.Object requestId,
java.lang.String entity,
java.lang.String eventPackage,
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 - eventPackage - 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 eventPackage,
java.lang.String eTag)
requestId - an object that identifies the request, the child sbb will
return it when providing the responseentity - eventPackage - eTag -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||