|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ITsapiProviderPrivate lets you retrieve or create JTAPI objects from TSAPI constructs.
ConnectionID
,
ExtendedDeviceID
Method Summary | |
Address |
getAddress(ExtendedDeviceID deviceID)
Returns a JTAPI Address associated with a TSAPI Extended Device ID. |
Call |
getCall(int callID)
Returns a JTAPI Call associated with a TSAPI Call ID. |
Connection |
getConnection(ConnectionID connID,
Address address)
Returns a JTAPI Connection associated with a TSAPI Connection ID and the specified JTAPI Address. |
Terminal |
getTerminal(ExtendedDeviceID deviceID)
Returns a JTAPI Terminal associated with a TSAPI Extended Device ID. |
TerminalConnection |
getTerminalConnection(ConnectionID connID,
Terminal terminal)
Returns a JTAPI TerminalConnection associated with a TSAPI Connection ID and the specified JTAPI Terminal. |
Method Detail |
public Call getCall(int callID)
callID
- The Call ID.public Address getAddress(ExtendedDeviceID deviceID)
deviceID
- The Extended Device ID.
ExtendedDeviceID
public Terminal getTerminal(ExtendedDeviceID deviceID)
deviceID
- The Extended Device ID.
ExtendedDeviceID
public Connection getConnection(ConnectionID connID, Address address)
connID
- The Connection ID.address
- The Address to associate with the Connection to be created.
ConnectionID
public TerminalConnection getTerminalConnection(ConnectionID connID, Terminal terminal)
connID
- The Connection ID.terminal
- The Terminal to associate with the TerminalConnection to be created.
ConnectionID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |