|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.network.association.support.ARTIMTimer
public class ARTIMTimer
To manage ARTIM time out
| Constructor Summary | |
|---|---|
ARTIMTimer(Association aAssociation,
int aTimeOut)
|
|
| Method Summary | |
|---|---|
int |
getTimeOut()
|
boolean |
isStarted()
check is the timer is started |
void |
setTimeOut(int atimeOut)
|
void |
start()
start the timer |
void |
stop()
stop the timer |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ARTIMTimer(Association aAssociation,
int aTimeOut)
| Method Detail |
|---|
public int getTimeOut()
public boolean isStarted()
public void setTimeOut(int atimeOut)
timeOut - The aTimeOut to set.public void start()
public void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||