|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.system.tools.ProfileServiceDeploymentRepositoryAdapter
public class ProfileServiceDeploymentRepositoryAdapter
Profile deployment repository adapter.
Nested Class Summary | |
---|---|
static class |
ProfileServiceDeploymentRepositoryAdapter.DeploymentScannerProfile
|
Constructor Summary | |
---|---|
ProfileServiceDeploymentRepositoryAdapter(Scanner scanner,
org.jboss.profileservice.spi.ProfileService ps,
org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker checker)
|
Method Summary | |
---|---|
void |
addURL(URL url)
Add url. |
void |
create()
Create profile. |
void |
destroy()
Stop profile. |
boolean |
hasURL(URL url)
Does this repository contain a url. |
String[] |
listDeployedURLs()
List deployed urls as strings. |
protected void |
registerProfile()
Register profile. |
void |
removeURL(URL url)
Remove url. |
void |
resume()
Resume scan. |
void |
stopProfile()
Stop deactivates and unregisters the transient deployments profile. |
void |
suspend()
Suspend scan. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProfileServiceDeploymentRepositoryAdapter(Scanner scanner, org.jboss.profileservice.spi.ProfileService ps, org.jboss.deployers.vfs.spi.structure.modified.StructureModificationChecker checker)
Method Detail |
---|
public void create() throws Exception
Exception
- for any errorpublic void destroy()
protected void registerProfile() throws Exception
Exception
- for any errorpublic void resume()
DeploymentRepositoryAdapter
resume
in interface DeploymentRepositoryAdapter
public void suspend()
DeploymentRepositoryAdapter
suspend
in interface DeploymentRepositoryAdapter
public void stopProfile()
public void addURL(URL url) throws URISyntaxException
DeploymentRepositoryAdapter
addURL
in interface DeploymentRepositoryAdapter
url
- the url
URISyntaxException
- for any errorpublic void removeURL(URL url) throws URISyntaxException
DeploymentRepositoryAdapter
removeURL
in interface DeploymentRepositoryAdapter
url
- the url
URISyntaxException
- for any errorpublic boolean hasURL(URL url) throws URISyntaxException
DeploymentRepositoryAdapter
hasURL
in interface DeploymentRepositoryAdapter
url
- the url
URISyntaxException
- for any errorpublic String[] listDeployedURLs()
DeploymentRepositoryAdapter
listDeployedURLs
in interface DeploymentRepositoryAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |