|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInstallBase
This interface represents a set of BusinessObjects Enterprise binaries.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
static int |
TYPEID
The TypeId for Install objects. |
| Method Summary | |
|---|---|
java.util.Set |
getEnterpriseNodes()
Returns the IDs of the enterprise nodes that are associated with this install. |
IInstalledObjects |
getInstalledContainers()
Returns the configuration information for the service containers that are associated with this install. |
IInstalledObjects |
getInstalledServices()
Returns the configuration information for the services that are associated with this install. |
INameValuePairs |
getPlaceholders()
Returns the placeholder resolutions used in various paths throughout the Server Intelligence model. |
| Field Detail |
|---|
static final int TYPEID
The TypeId for Install objects.
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
IInstalledObjects getInstalledContainers()
throws SDKException
To read this value, this object must contain the SI_INSTALLED_CONTAINERS property.
SDKException - if the process is unsuccessful.
IInstalledObjects getInstalledServices()
throws SDKException
To read this value, this object must contain the SI_INSTALLED_SERVICES property.
SDKException - if the process is unsuccessful.
java.util.Set getEnterpriseNodes()
throws SDKException
To read this value, this object must contain the SI_INSTALL_ENTNODE property.
SDKExceptionINameValuePairs getPlaceholders()
To read this value, this object must contain the SI_PLACEHOLDERS property.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||