|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteDeployerMBean
| Method Summary | |
|---|---|
ProcessDefinitionData |
deploy(Deployment deployment)
To deploy the package giving the deployment object. |
ProcessDefinitionData |
deployBar(byte[] barFile)
To deploy a process giving the bytes table of an archive file. |
void |
initialize()
|
java.util.Map<javax.xml.namespace.QName,java.util.List<InstanceInfo>> |
listInstance()
Deprecated. |
java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> |
listInstanceStatus()
Deprecated. |
java.util.List<ProcessDefinitionData> |
listProcess()
Returns the list of deployed processes. |
boolean |
undeploy(javax.xml.namespace.QName processQName)
To undeploy the process giving the qualified name of the process. |
| Methods inherited from interface org.ow2.orchestra.facade.QuerierRuntimeAPI |
|---|
findActivityInstances, findActivityInstances, findProcessInstances, findProcessInstances, findProcessInstances, findProcessInstances |
| Method Detail |
|---|
ProcessDefinitionData deployBar(byte[] barFile)
barFile - The bytes table of the bar file.
ProcessDefinitionData deploy(Deployment deployment)
deployment - The deployment object that should contain the bpel file and the wsdl definitions.
boolean undeploy(javax.xml.namespace.QName processQName)
processQName - The qualified name.
java.util.List<ProcessDefinitionData> listProcess()
void initialize()
@Deprecated java.util.Map<javax.xml.namespace.QName,java.util.List<java.lang.String>> listInstanceStatus()
@Deprecated java.util.Map<javax.xml.namespace.QName,java.util.List<InstanceInfo>> listInstance()
objects containing the information for the instances of the
process pointed by the key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||