Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

mcs
Class AutoReconnectPref
subscription.CapabilityPref
  |
  +--mcs.AutoReconnectPref

public class AutoReconnectPref      
AutoReconnectPref encapsulates the set of Identity preference related to the automatic reconnect capability. AutoReconnectPrefs are provisionable and clonable.
 
Links:
Generalization Generalization Link
to Class CapabilityPref
AutoReconnectPref encapsulates the set of Identity preference related to the automatic reconnect capability. AutoReconnectPrefs are provisionable and clonable.
 
 

Field Summary
private boolean
private long
private String
Field Detail
autoReconnectEnabled
private boolean autoReconnectEnabled
The autoReconnectEnabled attribute represents a flag indicating (TRUE) if the automatic reconnect capability should be applied to the Identitie's calls. A value of FALSE indicates that the automatic reconnect capability should not be applied to the Identity related calls
Constraints:
- true | false
Default:
- false
Clone:
- yes, verbatim
Multiplicity:
1
 

autoReconnectTimeout
private long autoReconnectTimeout
The autoReconnectTimeout attribute represents the time in seconds that the CSN should wait while attempting to reconnect the Subscriber. If the Subscriber is not reconnected within the specified timout, than the call is cleared
Constraints:
- 0 < autoReconnectTimeout < 300
Default:
- 120
Clone:
- yes, verbatim
Multiplicity:
1
 

reconnectAnnouncementUri
private String reconnectAnnouncementUri
The reconnectAnnouncementUri attribute represents the URI of the announcement that should be played to the non-Subscriber while waiting to be reconnected.
Constraints:
- must not be null if autoReconnectEnabled is true
- see Uri constraints
Default:
- none
Clone:
- yes, verbatim
Multiplicity:
1
 

Class
Tree
          
PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD