Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

network.resource
Class ConferenceResource
Direct Known Subclasses:
       ConferenceFactory, MediaServerConference, MeetMeConferencePool

public class ConferenceResource      
ConferenceResource represents the abstraction for third party conferencing resources. ConferenceResources are provisionable but not clonable.
 
 

Field Summary
private long
private String
Field Detail
id
private long id
id represents the unique identifier of the conference resource
Constraints:
- must be unique within the CSN
- [0-9]*{1,9}
Default:
- none
Multiplicity:
1
 

name
private String name
name is the unique human readable (and assigned) identifier for the conference resource which is used in provisioning associations to the conference resource (through a GUI).
Constraints:
- .{1,256}
Default:
- none
Multiplicity:
1
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD