org.dcm4che.server
Interface PollDirSrv.Handler

Enclosing interface:
PollDirSrv

public static interface PollDirSrv.Handler


Method Summary
 void closeSession()
           
 void openSession()
           
 boolean process(java.io.File file)
           
 

Method Detail

openSession

void openSession()
                 throws java.lang.Exception
Throws:
java.lang.Exception

process

boolean process(java.io.File file)
                throws java.lang.Exception
Throws:
java.lang.Exception

closeSession

void closeSession()