|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LucentTrunk
This interface extends the ITsapiTrunk interface with features specific to DEFINITY G3 PBX Driver Version 6 private data. When a Provider is bound to a DEFINITY switch which supports V6 private data, this interface may be used to access additional capabilities.
This interface provides methods to access additional trunk information (member and group name) made available with DEFINITY R8 and the G3 PBX Driver private data version 6. It also provides access to the Connection associated with this trunk.
| Field Summary |
|---|
| Fields inherited from interface javax.telephony.callcenter.CallCenterTrunk |
|---|
INCOMING_TRUNK, INVALID_TRUNK, OUTGOING_TRUNK, UNKNOWN_TRUNK, VALID_TRUNK |
| Method Summary | |
|---|---|
Connection |
getConnection()
this method returns the Connection associated with this trunk, or null if this information is not available. |
java.lang.String |
getGroupName()
this method returns the name of the trunk group for this trunk, or null if no trunk name or trunk group name is known. |
java.lang.String |
getMemberName()
this method returns the name of the trunk member for this trunk, or null if no trunk name or trunk member name is known. |
| Methods inherited from interface javax.telephony.callcenter.CallCenterTrunk |
|---|
getCall, getName, getState, getType |
| Method Detail |
|---|
Connection getConnection()
java.lang.String getGroupName()
java.lang.String getMemberName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||