|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProcessConfigAPI
A collection of methods to manipulate Process related artifacts.
Method Summary | |
---|---|
void |
deleteProcess(java.lang.String name)
|
java.lang.String |
exportProcess(java.lang.String name)
|
IProcessConfig |
getProcess(java.lang.String name)
|
IProcessConfig |
importProcess(java.lang.String configurationContent,
boolean overwrite)
|
java.lang.String[] |
listDeployedContainers(java.lang.String processName)
Search in the configured containers for deployed instances of the given process name. |
java.lang.String[] |
listProcesses()
|
void |
saveProcess(IProcessConfig process)
Persist changes made to the process into the DS. |
Method Detail |
---|
java.lang.String[] listProcesses()
IProcessConfig getProcess(java.lang.String name)
name
- the process's name
void deleteProcess(java.lang.String name)
name
- -
the process's name to be deletedIProcessConfig importProcess(java.lang.String configurationContent, boolean overwrite)
configurationContent
- the XML representation of the configuration. use utility classes to retrieve from external storage.overwrite
- -
should existing configuration with same name be overwritten ? false - leave alone, true - overwrite
java.lang.String exportProcess(java.lang.String name)
name
- the process's name to be exported
void saveProcess(IProcessConfig process)
process
- - the process to be persistedjava.lang.String[] listDeployedContainers(java.lang.String processName)
processName
- -
the process to search for
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |