|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegistrarBean
Registrar descriptor bean.
Field Summary | |
---|---|
static String |
DEFALUT_SUPPORTED_METHODS default value of the SUPPORTED_METHODS parameter. |
static String |
LOCATION_SERVICE default value of the LOCATION_SERVICE parameter. |
Method Summary | |
---|---|
int |
getDefaultExpires() Default expire time for registrations in seconds. |
int |
getDefaultSubExpires() Default expire time for subscription in seconds. |
String |
getDefaultSupportedMethods() This parameter configure the registrar to insert the default supported methods by the registering user agent if the register does not contain the methods. |
String |
getLocationService() Location Service class name. |
int |
getLocationServiceHouseKeeperDelay() Delay in seconds until the house keeper starts. |
int |
getLocationServiceHouseKeeperPeriod() Period interval in seconds between the house keeper runs. |
int |
getMaxContacts() The maximum allowed number of Contact headers in a REGISTER and the maximum allowed stored contacts as a result of multiple REGISTER. |
int |
getMaxExpires() Longest accepted expire time for registrations in seconds. |
int |
getMaxSubExpires() Longest accepted expire time for subscription in seconds. |
int |
getMinExpires() Shortest accepted expire time for registrations in seconds. |
int |
getMinSubExpires() Shortest accepted expire time for subscription in seconds. |
boolean |
isEnableAssociatedID() This parameter to configure if the header P-Associated-URI will be added when sending response by Registrar or not. |
void |
setDefaultExpires(int defaultExpires) Set default expires times(unit is millisecond). |
void |
setDefaultSubExpires(int defaultExpires) Set default expire time for subscription in seconds. |
void |
setDefaultSupportedMethods(String supportedMethods) Set default supported methods. |
void |
setEnableAssociatedID(boolean enableAssociatedID) Set enable associated ID. |
void |
setLocationService(String service) Set Location Service class name. |
void |
setLocationServiceHouseKeeperDelay(int locationServiceHouseKeeperDelay) set the location service house keeper delay period. |
void |
setLocationServiceHouseKeeperPeriod(int locationServiceHouseKeeperPeriod) Location Service House Keeper Period. |
void |
setMaxContacts(int maxContacts) Set max contacts. |
void |
setMaxExpires(int maxExpires) Set max expires times(unit is millisecond). |
void |
setMaxSubExpires(int maxExpires) Set max expires time for subscription in seconds. |
void |
setMinExpires(int minExpires) Set min expires times(unit is seconds). |
void |
setMinSubExpires(int minExpires) Set min accepted expire time for subscription in seconds. |
Field Detail |
---|
static final String DEFALUT_SUPPORTED_METHODS
static final String LOCATION_SERVICE
Method Detail |
---|
int getMaxContacts()
The maximum allowed number of Contact headers in a REGISTER and the maximum allowed stored contacts as a result of multiple REGISTER.
void setMaxContacts(int maxContacts)
maxContacts
- number of max contactString getDefaultSupportedMethods()
This parameter configure the registrar to insert the default supported methods by the registering user agent if the register does not contain the methods. The format is the same as you would find for the methods parameter in the contact header.
void setDefaultSupportedMethods(String supportedMethods)
supportedMethods
- supported methodsboolean isEnableAssociatedID()
void setEnableAssociatedID(boolean enableAssociatedID)
enableAssociatedID
- is enabledint getLocationServiceHouseKeeperPeriod()
void setLocationServiceHouseKeeperPeriod(int locationServiceHouseKeeperPeriod)
locationServiceHouseKeeperPeriod
- location service house keeper period secondsint getLocationServiceHouseKeeperDelay()
void setLocationServiceHouseKeeperDelay(int locationServiceHouseKeeperDelay)
locationServiceHouseKeeperDelay
- location service house keeper delay secondsint getMaxExpires()
void setMaxExpires(int maxExpires)
maxExpires
- max expires timesint getMinExpires()
void setMinExpires(int minExpires)
minExpires
- min expires timesint getDefaultExpires()
void setDefaultExpires(int defaultExpires)
defaultExpires
- default expires timesString getLocationService()
void setLocationService(String service)
service
- Location Service class nameint getMaxSubExpires()
void setMaxSubExpires(int maxExpires)
maxExpires
- max expires timesint getMinSubExpires()
void setMinSubExpires(int minExpires)
minExpires
- min expires timesint getDefaultSubExpires()
void setDefaultSubExpires(int defaultExpires)
defaultExpires
- default expires times
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2012 Oracle Corporation. All Rights Reserved.