org.jboss.deployment.scanner
Interface HttpURLDeploymentScannerMBean
- All Superinterfaces:
- DeploymentScannerMBean, Service, ServiceMBean, URLDeploymentScannerMBean
- All Known Implementing Classes:
- HttpURLDeploymentScanner
public interface HttpURLDeploymentScannerMBean
- extends URLDeploymentScannerMBean
MBean interface.
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Methods inherited from interface org.jboss.deployment.scanner.URLDeploymentScannerMBean |
addURL, addURL, getFilter, getFilterInstance, getRecursiveSearch, getURLComparator, getURLList, hasURL, hasURL, removeURL, removeURL, setFilter, setFilterInstance, setRecursiveSearch, setURLComparator |
getDefaultHttpDirectoryListerUrl
String getDefaultHttpDirectoryListerUrl()
- Default URL to be used when listing files on a remote HTTP folder If none is provided, the one found in jboss.netboot.listing.url is used If the URL is X, the resulting URL that is used to list the content of folder "foo" will be "Xdir=foo": the provided URL must support this naming convention
setDefaultHttpDirectoryListerUrl
void setDefaultHttpDirectoryListerUrl(String url)
getDefaultHttpDirectoryDownloadUrl
String getDefaultHttpDirectoryDownloadUrl()
- Default URL to be used when downloading files from a remote HTTP folder If none is provided, the one found in jboss.server.home.url is used
setDefaultHttpDirectoryDownloadUrl
void setDefaultHttpDirectoryDownloadUrl(String url)
setURLList
void setURLList(List list)
- Specified by:
setURLList
in interface URLDeploymentScannerMBean
setURLs
void setURLs(String listspec)
throws MalformedURLException
- Specified by:
setURLs
in interface URLDeploymentScannerMBean
- Throws:
MalformedURLException
scan
void scan()
throws Exception
- Description copied from interface:
DeploymentScannerMBean
- Scan for deployment changes.
- Specified by:
scan
in interface DeploymentScannerMBean
- Specified by:
scan
in interface URLDeploymentScannerMBean
- Throws:
IllegalStateException
- Not initialized.
Exception
- Scan failed.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.