com.businessobjects.sdk.plugin.desktop.common
Interface IInstalledObject


public interface IInstalledObject

This interface provides access to the configuration information of a service or service container in a specific install.


Method Summary
 IExecProps getExecProps()
          Returns the command line information that is passed to the object when the server is started.
 IStringProps getLocalFiles()
          Returns the names of the filesystem files that are used by the object.
 

Method Detail

getExecProps

IExecProps getExecProps()
Returns the command line information that is passed to the object when the server is started.

Returns:
Properties specifying the command line information.

getLocalFiles

IStringProps getLocalFiles()
Returns the names of the filesystem files that are used by the object.

Returns:
The names of the files used by the object.