|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeviceType
Defines the type of a BComDevice
object.
Each BComDevice
has a certain type which
allows to deduce the kind of device represented by this object. This implies certain properties of this
object.
Note: Java 1.5 enum types are not used because Java 1.4 compatibility is a requirement.
Field Summary | |
---|---|
static DeviceType |
CONFERENCE_PILOT
Denotes the pilot number of a conference service. |
static DeviceType |
CONFERENCE_ROOM
Each conference hosted by a conference service is defined by a conference room. |
static DeviceType |
PHONE
Denotes a standard telephone. |
static DeviceType |
QUEUE
A device which is used to place callers in a waiting queue. |
static DeviceType |
VIRTUAL
Single endpoint in communication system without physical representation. |
static DeviceType |
VOICEPORTAL_PILOT
Denotes the pilot number of a voice portal. |
Method Summary | |
---|---|
boolean |
isEqual(DeviceType deviceType)
Compare this objects for equality. |
Field Detail |
---|
static final DeviceType PHONE
This might be either a station on your desk or a soft phone running on the PC.
static final DeviceType QUEUE
Such a waiting queue allows to decide on the further routing of a communication under the control
of a routing service. It is used as endoint of a
QueueConnection
which provides
the appropriate routing control methods.
static final DeviceType CONFERENCE_PILOT
The pilot numbers of a conference service are communication targets which lead to a conference room. Typically an authorisation of the caller is required before entering the conference room and participating in a conference.
static final DeviceType CONFERENCE_ROOM
Such device objects are created when a conference starts and deleted after a conference ends. They identify uniquely a conference over all conference services.
static final DeviceType VOICEPORTAL_PILOT
Pilot numbers of a voice portal are communication targets which need to be called to enter the voice portal. A transfer from a voice portal to a conference room is possible.
static final DeviceType VIRTUAL
Currently there is only one situation where a virtual device is created. It is a pure B2BUA without a station connected to this phone number.
Method Detail |
---|
boolean isEqual(DeviceType deviceType)
deviceType
- the device type to be compared.
|
OpenScape V3.2, Revision 044 20100322 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This software is the confidential and proprietary information of Siemens Enterprise Communications, Germany