public interface RegistrarBean
extends weblogic.descriptor.DescriptorBean
Modifier and Type | Field and Description |
---|---|
static String |
DEFALUT_SUPPORTED_METHODS
Default value for the SUPPORTED_METHODS parameter.
|
static String |
LOCATION_SERVICE
Default value for the LOCATION_SERVICE parameter.
|
Modifier and Type | Method and Description |
---|---|
int |
getDefaultExpires()
Default expiration time for registrations in seconds.
|
int |
getDefaultSubExpires()
Default expiration time for a subscription in seconds.
|
String |
getDefaultSupportedMethods()
Configures 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 housekeeper starts.
|
int |
getLocationServiceHouseKeeperPeriod()
Period interval in seconds between the housekeeper 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 expiration time for registrations in seconds.
|
int |
getMinSubExpires()
Shortest accepted expiration time for a subscription in seconds.
|
boolean |
isEnableAssociatedID()
Configured if the header P-Associated-URI will be added
when sending response by Registrar or not.
|
void |
setDefaultExpires(int defaultExpires)
Set the default expiration time in milliseconds.
|
void |
setDefaultSubExpires(int defaultExpires)
Sets the default expiration time for a subscription in seconds.
|
void |
setDefaultSupportedMethods(String supportedMethods)
Sets default supported methods.
|
void |
setEnableAssociatedID(boolean enableAssociatedID)
Set to true to enable an associated ID.
|
void |
setLocationService(String service)
Sets the Location Service class name.
|
void |
setLocationServiceHouseKeeperDelay(int locationServiceHouseKeeperDelay)
Sets the location service housekeeper delay period.
|
void |
setLocationServiceHouseKeeperPeriod(int locationServiceHouseKeeperPeriod)
Location Service Housekeeper Period.
|
void |
setMaxContacts(int maxContacts)
Sets max contacts.
|
void |
setMaxExpires(int maxExpires)
Sets the max expiration time in millisecond.
|
void |
setMaxSubExpires(int maxExpires)
Sets the max expiration time for a subscription in seconds.
|
void |
setMinExpires(int minExpires)
Sets the min expiration time in seconds.
|
void |
setMinSubExpires(int minExpires)
Sets the min accepted expiration time for a subscription in seconds.
|
static final String DEFALUT_SUPPORTED_METHODS
static final String LOCATION_SERVICE
int getMaxContacts()
void setMaxContacts(int maxContacts)
maxContacts
- number of max contactString getDefaultSupportedMethods()
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