cnrg.itx.signal.SignalEvent
Class DialSignalEvent
java.lang.Object
|
+--cnrg.itx.signal.SignalEvent.SignalEvent
|
+--cnrg.itx.signal.SignalEvent.DialSignalEvent
- public class DialSignalEvent
- extends SignalEvent
This class represents an event generated during the Dial Sequence in the non-blocking dial().
Field Summary |
cnrg.itx.ds.Location |
myCurrentPeer
Location object of peer application |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
myCurrentPeer
public cnrg.itx.ds.Location myCurrentPeer
- Location object of peer application
DialSignalEvent
public DialSignalEvent(InvitePacket ip,
SignalConnection sc,
cnrg.itx.ds.Location cp)
- Default Constructor
- Parameters:
ip
- is the InvitePacket receivedsc
- is the SignalConnection in usecp
- is the location object of the current peer application
setCurrentPeer
public void setCurrentPeer(cnrg.itx.ds.Location cp)
- Sets the location of the peer application
- Parameters:
cp
- is the location object of the current peer application- Returns:
- void.
getCurrentPeer
public cnrg.itx.ds.Location getCurrentPeer()
- Returns:
- the location object for the current peer.
getReason
public java.lang.String getReason()
- Returns:
- the reason the peer application rejected the call.