|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentServiceEJBRemote
Method Summary | |
---|---|
void |
deploy(String groupId,
String artifactId,
String version)
Deploys artifact identified by given GAV (group, artifact, version) |
void |
deploy(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName)
Deploys artifact identified by given GAV (group, artifact, version) with additional selection of kbase and ksession names from kmodule.xml - these names must exists in kmodule.xml of the artifact being deployed |
void |
deploy(String groupId,
String artifactId,
String version,
String kbaseName,
String ksessionName,
String strategy)
Deploys artifact identified by given GAV (group, artifact, version) with additional selection of kbase and ksession names from kmodule.xml - these names must exists in kmodule.xml of the artifact being deployed and runtime strategy (singleton, per request, per process instance) |
void |
undeploy(String deploymentId)
Undeploys currently active deployment unit identified by given deploymentId |
Method Detail |
---|
void deploy(String groupId, String artifactId, String version)
groupId
- group id of the artifact to deployartifactId
- artifact id of the artifact to deployversion
- version of the artifact to deployvoid deploy(String groupId, String artifactId, String version, String kbaseName, String ksessionName)
groupId
- group id of the artifact to deployartifactId
- artifact id of the artifact to deployversion
- version of the artifact to deploykbaseName
- name of kie base defined in kmodule.xmlksessionName
- name of kie session defined in kmodule.xmlvoid deploy(String groupId, String artifactId, String version, String kbaseName, String ksessionName, String strategy)
groupId
- group id of the artifact to deployartifactId
- artifact id of the artifact to deployversion
- version of the artifact to deploykbaseName
- name of kie base defined in kmodule.xmlksessionName
- name of kie session defined in kmodule.xmlstrategy
- selected runtime strategyvoid undeploy(String deploymentId)
deploymentId
- unique identifier of the deployment
|
jBPM distribution 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |