org.jboss.system.server.profileservice.hotdeploy
Interface Scanner

All Known Implementing Classes:
HDScanner

public interface Scanner

Simple scanner interface.

Author:
Ales Justin

Method Summary
 void resume()
          Resume scanning.
 void scan()
          Do scan.
 void suspend()
          Suspend scanning.
 

Method Detail

suspend

void suspend()
Suspend scanning.


resume

void resume()
Resume scanning.


scan

void scan()
          throws Exception
Do scan.

Throws:
Exception - for any error


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.