net.handle.hdllib
Interface ScanCallback


public interface ScanCallback

Callback for objects that want to be able to scan all of the handles in a HandleStorage instance.


Method Summary
 void scanHandle(byte[] handle)
          process the specified handle (sent in utf8 format)
 

Method Detail

scanHandle

void scanHandle(byte[] handle)
                throws HandleException
process the specified handle (sent in utf8 format)

Throws:
HandleException