|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This Interface allows the application (oclet) to access information about a CallParty.
| Field Summary | |
static int |
BRIDGED
The CallParty is in the Joined State. |
static int |
BRIDGING
The CallParty is in the Joining State. |
static int |
IDLE
The CallParty is in the Idle State. |
static int |
LOOPED
The CallParty is in the Looped State. |
static int |
LOOPING
The CallParty is in the Looping State. |
static int |
MEDIAGROUP_LEG
MediaGroup Leg Type. |
static int |
OPENED
The CallParty is in the Opened State. |
static int |
RELEASED
The CallParty is in the Released State. |
static int |
TERMINAL_LEG
Terminal Leg Type. |
static int |
TRUNK_LEG
Trunk Leg Type. |
| Method Summary | |
int |
getLegType()
FOR FUTURE USE. |
AsyncMediaGroup |
getMediaGroupLeg()
Returns the MediaGroup leg associated to the CallParty. |
int |
getState()
Returns the state of the CallParty. |
hp.opencall.media.common.StreamFormat |
getStreamFormat()
Deprecated. No longer needed. |
TrunkLeg |
getTrunkLeg()
Returns the TrunkLeg associated to the CallParty. |
| Field Detail |
public static final int IDLE
public static final int OPENED
public static final int BRIDGING
public static final int BRIDGED
public static final int LOOPING
public static final int LOOPED
public static final int RELEASED
public static final int TRUNK_LEG
public static final int MEDIAGROUP_LEG
public static final int TERMINAL_LEG
| Method Detail |
public int getState()
public int getLegType()
public TrunkLeg getTrunkLeg()
throws ResourceNotAvailableException
ResourceNotAvailableExceptionpublic AsyncMediaGroup getMediaGroupLeg()
public hp.opencall.media.common.StreamFormat getStreamFormat()
throws com.hp.opencall.media.resource.ResourceUnavailableException
com.hp.opencall.media.resource.ResourceUnavailableException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||