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

network.resource
Class MeetMeConferencePool
network.resource.ConferenceResource
  |
  +--network.resource.MeetMeConferencePool

public class MeetMeConferencePool      
MeetMeConferencePool represents a pool of meetme conference instances managed by the CSN. Pooled conferences are allocated by the CSN when a call is placed to the inboundUri of the pool. When a conference is triggered the CSN allocates an available MeetMeConference and returns a URI to the client that may be used to REFER its associated calls to the media server in order to create a three way conference. The REFER URI is constructed using the MeetMeConference.conferenceId and is returned to the client based on the confIdPropagationHeader value in either the Contact or Remote-Party-Id header. MeetMeConferencePools are provisionable but not clonable.
 
Links:
Kernel Association pools
to Class MeetMeConference
A MeetMeConferencePool is made up of zero or more MeetMeConference instances. However, a MeetMeConference belongs to a single MeetMeConferencePool.
Constraints:
- see MeetMeConference constraints
Default:
- none
Associates type:
composition
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
0..*
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
composition
 
Kernel Association Association Link
to Class Domain
domain used to compose full conference URI by combining MeetMeConference.conferenceId with domain (host part...)
Constraints:
- must be a valid domain
- must not be null
Default:
- none
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
 
Generalization Generalization Link
to Class ConferenceResource
MeetMeConferencePool represents a pool of meetme conference instances managed by the CSN. Pooled conferences are allocated by the CSN when a call is placed to the inboundUri of the pool. When a conference is triggered the CSN allocates an available MeetMeConference and returns a URI to the client that may be used to REFER its associated calls to the media server in order to create a three way conference. The REFER URI is constructed using the MeetMeConference.conferenceId and is returned to the client based on the confIdPropagationHeader value in either the Contact or Remote-Party-Id header. MeetMeConferencePools are provisionable but not clonable.
 
 

Field Summary
private Domain
Field Detail
domain
private Domain domain
domain used to compose full conference URI by combining MeetMeConference.conferenceId with domain (host part...)
Constraints:
- must be a valid domain
- must not be null
Default:
- none
Multiplicity:
1
 

meetMeConference
private MeetMeConference meetMeConference
A MeetMeConferencePool is made up of zero or more MeetMeConference instances. However, a MeetMeConference belongs to a single MeetMeConferencePool.
Constraints:
- see MeetMeConference constraints
Default:
- none
Multiplicity:
1
 

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