org.mobicents.slee.sippresence.server.jmx
Interface SipPresenceServerManagementMBean

All Known Implementing Classes:
SipPresenceServerManagement

public interface SipPresenceServerManagementMBean

Management of the SIP Presence Server configuration.

Author:
martins

Field Summary
static java.lang.String MBEAN_NAME
           
 
Method Summary
 java.lang.String getPresRulesAUID()
          Retrieves the id of the XCAP App Usage to be used to retrieve notifier's pres-rules docs, from the XDMS.
 java.lang.String getPresRulesDocumentName()
          Retrieves the name of the document to be used to retrieve the notifier's pres rules doc, from the XDMS.
 void setPresRulesAUID(java.lang.String auid)
          Sets the id of the XCAP App Usage to be used to retrieve notifier's pres-rules docs, from the XDMS.
 void setPresRulesDocumentName(java.lang.String documentName)
          Sets the name of the document to be used to retrieve the notifier's pres rules doc, from the XDMS.
 

Field Detail

MBEAN_NAME

static final java.lang.String MBEAN_NAME
See Also:
Constant Field Values
Method Detail

getPresRulesAUID

java.lang.String getPresRulesAUID()
Retrieves the id of the XCAP App Usage to be used to retrieve notifier's pres-rules docs, from the XDMS.

Returns:

setPresRulesAUID

void setPresRulesAUID(java.lang.String auid)
Sets the id of the XCAP App Usage to be used to retrieve notifier's pres-rules docs, from the XDMS.

Parameters:
auid -

getPresRulesDocumentName

java.lang.String getPresRulesDocumentName()
Retrieves the name of the document to be used to retrieve the notifier's pres rules doc, from the XDMS.

Returns:

setPresRulesDocumentName

void setPresRulesDocumentName(java.lang.String documentName)
Sets the name of the document to be used to retrieve the notifier's pres rules doc, from the XDMS.

Parameters:
documentName -


Copyright © 2011. All Rights Reserved.