|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProvisionMonitorImplMBean
MBean interface for the ProvisonMonitor
| Method Summary | |
|---|---|
Map |
deploy(String opString)
Deploy an OperationalString URL to the ProvisionMonitor. |
TabularData |
getDeployments()
Get the current deployments for the ProvisionMonitor |
boolean |
undeploy(String name)
Undeploy and Remove an OperationalString deployed by the ProvisionMonitor. |
| Methods inherited from interface org.rioproject.jsb.ServiceBeanAdapterMBean |
|---|
advertise, destroy, destroy, getLookupGroups, getStarted, setLookupGroups, unadvertise |
| Method Detail |
|---|
Map deploy(String opString)
throws MalformedURLException
File object, if the
File object exists, it will be used, otherwise the argument
will be used to create a URL object.
If the OperationalString includes nested OperationalStrings, the nested
OperationalStrings will be deployed as well. If nested OperationalString
items are already deployed, they will not be re-deployed. If the
OperationalString specified by the input URL has already been deployed,
or is scheduled for deployment, then no part of that OperationalString
(or nested OperationalString instances) will be deployed
opString - The parameter indicating the location of the
OperationalString to deploy, may also be an artifact {groupId:artifactId:version}
NullPointerException - if the opStringUrl is null
MalformedURLException - if the opStringUrl cannot be used to
create a java.net.URLboolean undeploy(String name)
name - The name of the OperationalString to remove
NullPointerException - if the name is nullTabularData getDeployments()
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||