|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.net.AssociationReaper
public class AssociationReaper
The AssociationReaper
is responsible for monitoring DICOM
associations by testing them periodically for idleness. The
Association
contains the maximum idle period, so when the
reaper tests the association object for idleness, it may release the
association if the idle period has been exceeded.
Constructor Summary | |
---|---|
AssociationReaper(int period)
Constructor which sets the max idle test period. |
Method Summary | |
---|---|
void |
register(Association a)
Register an Association with this reaper. |
void |
unregister(Association a)
Unregister an Association from this reaper. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssociationReaper(int period)
period
- An int signifying the time period in milliseconds in which
associations will be tested for idleness..Method Detail |
---|
public void register(Association a)
Association
with this reaper.
a
- The Association to register.public void unregister(Association a)
Association
from this reaper.
a
- The Association
to unregister.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |