|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectumontreal.iro.lecuyer.contactcenters.dialer.DialerActionState
public class DialerActionState
Represents the information needed to scheduled a dialer action event.
Constructor Summary | |
---|---|
DialerActionState(Contact contact,
boolean success,
double dialEndTime)
Constructs a new dialer action event state object for a contact contact. |
|
DialerActionState(DialerActionEvent ev)
Constructs a new dialer action state object from the dialer action event ev. |
Method Summary | |
---|---|
Contact |
getContact()
Returns the contact being dialed. |
double |
getDialEndTime()
Returns the time at which success or failure will occur. |
boolean |
isSuccessful()
Returns the success indicator of the dial. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DialerActionState(Contact contact, boolean success, double dialEndTime)
contact
- the contact being dialed.success
- the success indicator.dialEndTime
- the simulation time of success or failure.public DialerActionState(DialerActionEvent ev)
ev
- the dialer action event to extract information from.Method Detail |
---|
public Contact getContact()
public boolean isSuccessful()
public double getDialEndTime()
public String toString()
toString
in class Object
|
ContactCenters V. 0.9.9. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |