|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentScannerService
A service that scans a directory location for new/removed bundles.
| Field Summary | |
|---|---|
static String |
PROPERTY_SCAN_INTERVAL
The property to defines the scan interval: org.jboss.osgi.hotdeploy.interval |
static String |
PROPERTY_SCAN_LOCATION
The property that names the scan location: org.jboss.osgi.hotdeploy.scandir |
| Method Summary | |
|---|---|
Deployment[] |
getBundleDeployments()
Returns the array of bundles currently known to the deployemtn scanner. |
long |
getLastChange()
The timestamp of the last change |
long |
getScanCount()
The number of scans since the service started |
long |
getScanInterval()
The number of milliseconds between scans Defaults to 2000ms |
URL |
getScanLocation()
Get the scan location URL. |
void |
scan()
Run a directory scan |
| Field Detail |
|---|
static final String PROPERTY_SCAN_LOCATION
static final String PROPERTY_SCAN_INTERVAL
| Method Detail |
|---|
URL getScanLocation()
PROPERTY_SCAN_LOCATION property.
long getScanCount()
long getScanInterval()
long getLastChange()
void scan()
Deployment[] getBundleDeployments()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||