|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cnrg.itx.signal.DesktopSignaling.Result
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 |
|
Field Detail |
java.lang.Long seq
int res
Constructor Detail |
public DesktopSignaling.Result(int i)
i
- is the result of the Dial sequencepublic DesktopSignaling.Result(int i, java.lang.Long l)
i
- is the result of the Dial sequencel
- is the sequence number for the SignalConnection createdMethod Detail |
public int getResult()
public java.lang.Long getSeq()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |