|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceApplicationConfig
Represent a process or service deployed in an ESB container.
Method Summary | |
---|---|
int |
getListenerCount()
|
java.lang.String |
getServiceName()
|
void |
setListenerCount(int instances)
set the configured number of threads associated with this service/process. |
void |
setServiceName(java.lang.String serviceName)
Set the service/process's name this entry represents. |
Method Detail |
---|
java.lang.String getServiceName()
void setServiceName(java.lang.String serviceName)
serviceName
- - the service/process represented. (Advanced use only!)int getListenerCount()
void setListenerCount(int instances)
instances
- - number of threads
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |