|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
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 |
getConcurrentCallCount()
Get the configured number of maximum concurrent calls associated with this service. |
int |
getListenerCount()
|
java.lang.String |
getServiceName()
|
int |
getStartupPriorityLevel()
Get the startup priority level of this service. |
void |
setConcurrentCallCount(int concurrentCalls)
Set the configured number of maximum concurrent calls associated with this service. |
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. |
void |
setStartupPriorityLevel(int level)
Set the startup priority level for this service. |
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 threadsint getConcurrentCallCount()
void setConcurrentCallCount(int concurrentCalls)
concurrentLocks
- the number of maximum concurrent callsint getStartupPriorityLevel()
void setStartupPriorityLevel(int level)
level
- the startup priority level.
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |