com.avaya.jtapi.tsapi
Class ConnectionID

java.lang.Object
  extended by com.avaya.jtapi.tsapi.ConnectionID

public final class ConnectionID
extends java.lang.Object

This class exposes the TSAPI ConnectionID, for implementors of other vendors' private data. The contents of the ConnectionID may be unpacked using the LucentConnectionID interface.

See Also:
LucentConnectionID

Field Summary
static short DYNAMIC_ID
           
static short STATIC_ID
           
 
Constructor Summary
ConnectionID(int _callID, java.lang.String _deviceID, short _devIDType)
           
 
Method Summary
 boolean equals(java.lang.Object anObject)
           
 int getCallID()
           
 java.lang.String getDeviceID()
           
 int getDevIDType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STATIC_ID

public static final short STATIC_ID
See Also:
Constant Field Values

DYNAMIC_ID

public static final short DYNAMIC_ID
See Also:
Constant Field Values
Constructor Detail

ConnectionID

public ConnectionID(int _callID,
                    java.lang.String _deviceID,
                    short _devIDType)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object anObject)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getDeviceID

public java.lang.String getDeviceID()

getCallID

public int getCallID()

getDevIDType

public int getDevIDType()


Copyright © 2006 Avaya All Rights Reserved.