cnrg.itx.signal
Class DesktopSignaling.Result

java.lang.Object
  |
  +--cnrg.itx.signal.DesktopSignaling.Result

public class DesktopSignaling.Result
extends java.lang.Object

Inner Class containing the result of a Dial Sequence. Used only by Signaling in the Dial Sequence


Field Summary
(package private)  int res
          Integer result of Dial from cnrg.itx.signal.SignalID
(package private)  java.lang.Long seq
          Sequence Number used to put the SignalConnection in the hashtable
 
Constructor Summary
DesktopSignaling.Result(int i)
          Constructor
DesktopSignaling.Result(int i, java.lang.Long l)
          Constructor
 
Method Summary
 int getResult()
           
 java.lang.Long getSeq()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

seq

java.lang.Long seq
Sequence Number used to put the SignalConnection in the hashtable

res

int res
Integer result of Dial from cnrg.itx.signal.SignalID
Constructor Detail

DesktopSignaling.Result

public DesktopSignaling.Result(int i)
Constructor
Parameters:
i - is the result of the Dial sequence

DesktopSignaling.Result

public DesktopSignaling.Result(int i,
                               java.lang.Long l)
Constructor
Parameters:
i - is the result of the Dial sequence
l - is the sequence number for the SignalConnection created
Method Detail

getResult

public int getResult()
Returns:
the result of the Dial Sequence

getSeq

public java.lang.Long getSeq()
Returns:
the sequence number associated with the SignalConnection