|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.cli.shell.jbi.Artifact
org.ow2.petals.cli.shell.jbi.ServiceAssembly
public class ServiceAssembly
This class represents a remote JBI service assembly
| Field Summary | |
|---|---|
static java.lang.String |
XPATH_JBI_SU_COMPONENTS
XPath expression to access components dependencies |
static java.lang.String |
XPATH_JBI_SU_NAMES
XPath expression to access service units names |
| Fields inherited from class org.ow2.petals.cli.shell.jbi.Artifact |
|---|
XPATH_JBI_DESCRIPTION, XPATH_JBI_NAME, XPATH_JBI_ROOT |
| Constructor Summary | |
|---|---|
ServiceAssembly(java.net.URL url,
org.w3c.dom.Node jbiConfig)
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getDependencies()
Get the name of components dependencies of this service assembly |
org.ow2.petals.ant.AbstractJBIAntTask[] |
getDeployTasksSequence()
Get the sequence of configured JBI ant tasks to deploy this artifact |
java.lang.String[] |
getServiceUnits()
Get the name of service units contained in this service assembly |
org.ow2.petals.ant.AbstractJBIAntTask[] |
getUndeployTasksSequence()
Get the sequence of configured JBI ant tasks to undeploy this artifact |
java.lang.String |
toString()
|
| Methods inherited from class org.ow2.petals.cli.shell.jbi.Artifact |
|---|
getDescription, getJbiXml, getName, getURL |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String XPATH_JBI_SU_NAMES
public static final java.lang.String XPATH_JBI_SU_COMPONENTS
| Constructor Detail |
|---|
public ServiceAssembly(java.net.URL url,
org.w3c.dom.Node jbiConfig)
| Method Detail |
|---|
public java.lang.String[] getServiceUnits()
public java.lang.String[] getDependencies()
public java.lang.String toString()
toString in class Artifactpublic org.ow2.petals.ant.AbstractJBIAntTask[] getDeployTasksSequence()
Artifact
getDeployTasksSequence in class Artifactpublic org.ow2.petals.ant.AbstractJBIAntTask[] getUndeployTasksSequence()
Artifact
getUndeployTasksSequence in class Artifact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||