beautypg.com

Java client hardware and software requirements, Application development basics – Avaya 1.3 User Manual

Page 168

background image

Using the JTAPI SDK

168 Installation Guide

Java Client Hardware and Software Requirements

See Table 7-1 for the Java Client Hardware and Software requirements.

Application Development Basics

1. Obtain a JtapiPeer object using the JtapiPeerFactory class. The TsapiPeer class

represents the Avaya JTAPI implementation.

For example:

jtapiPeer = JtapiPeerFactory.getJtapiPeer("com.avaya.jtapi.tsapi.TsapiPeer")

2. Obtain a list of available tlinks by using the getServices() method of the JtapiPeer

class.

For example:

String[] tlinks = jtapiPeer.getServices();

3. Obtain a Provider object using the getProvider() method of the TsapiPeer class.

Specify Tserver TLINK name and Tserver login and password.

For example:

provider = tsapiPeer.getProvider("avaya#cstaserv#csta#myserver;" + "login=user1;" +
"passwd=user1pass;")

Table 7-1: Java Client Hardware and Software Requirements

CPU

Any platform that supports Java Virtual Machine
(VM)

RAM

Platform-dependent

Disk Space

2 MB

Operating
System

Java VM

1

Netscape Navigator 3.x or later or
Internet Explorer 4.x or later

1. Any Java Virtual Machine (VM) compatible with the Sun Microsystem Java

specification, Version 1.02 or later.