Sonic ESB API

com.sonicsw.esb.mgmtapi.config
Interface IServiceApplicationConfig


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

getServiceName

java.lang.String getServiceName()
Returns:
service/process's name this entry represents.

setServiceName

void setServiceName(java.lang.String serviceName)
Set the service/process's name this entry represents.

Parameters:
serviceName - - the service/process represented. (Advanced use only!)

getListenerCount

int getListenerCount()
Returns:
the configured number of threads associated with this service/process

setListenerCount

void setListenerCount(int instances)
set the configured number of threads associated with this service/process.

Parameters:
instances - - number of threads

getConcurrentCallCount

int getConcurrentCallCount()
Get the configured number of maximum concurrent calls associated with this service.

Returns:
the number of maximum concurrent calls.

setConcurrentCallCount

void setConcurrentCallCount(int concurrentCalls)
Set the configured number of maximum concurrent calls associated with this service.

Parameters:
concurrentLocks - the number of maximum concurrent calls

getStartupPriorityLevel

int getStartupPriorityLevel()
Get the startup priority level of this service.

Returns:
the startup priority level.

setStartupPriorityLevel

void setStartupPriorityLevel(int level)
Set the startup priority level for this service.

Parameters:
level - the startup priority level.

Sonic ESB API

Copyright © 2001-2013 Aurea, Inc. All Rights Reserved.
HTML formatted on 29-April-2013.