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 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

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

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.