|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServiceContainerBase
This interface represents an executable binary that can be configured to load services.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet |
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
static int |
TYPEID
The TypeId for ServiceContainer objects. |
| Method Summary | |
|---|---|
IConfigProperties |
addConfigProps()
Returns a new, empty collection of configuration properties for this service container or returns the existing configuration properties if they exist. |
IInstalledObjects |
getContainerInstalls()
Returns a collection containing the service container configuration information for each install that includes this service container. |
IConfiguredContainers |
getContainerInstances()
Returns a collection containing the service container configuration information for each server that hosts this service container. |
int |
getMaxServiceCount()
Returns the maximum number of primary services supported by this service container. |
java.lang.String |
getServerAbbreviation()
Returns the abbreviated name that is assigned to servers that use this service container. |
java.util.Set |
getServices()
Returns the IDs of the services that this service container supports. |
void |
setServerAbbreviation(java.lang.String abbreviation)
Sets the abbreviated name that is assigned to servers that use this service container. |
void |
setServerKind(java.lang.String serverKind)
Sets the server kind that is assigned to servers that use this service container. |
| Methods inherited from interface com.businessobjects.sdk.plugin.desktop.servicecommon.IServiceCommon |
|---|
getConfigProps, getDescription, getMessageString, getServerKind, getSupportedAuditEvents |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow |
| Field Detail |
|---|
static final int TYPEID
The TypeId for ServiceContainer objects.
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
IConfigProperties addConfigProps()
To read this value, this object must contain the SI_CONFIG property.
addConfigProps in interface IServiceCommon
java.util.Set getServices()
throws SDKException
To read this value, this object must contain the SI_SERVICE4SC property.
SDKException - if the process is unsuccessful.
IConfiguredContainers getContainerInstances()
throws SDKException
To read this value, this object must contain the SI_CONTAINER_INSTANCES property.
SDKException - if the process is unsuccessful.
IInstalledObjects getContainerInstalls()
throws SDKException
To read this value, this object must contain the SI_CONTAINER_INSTALLS property.
SDKException - This is thrown if the process is unsuccessful.void setServerKind(java.lang.String serverKind)
java.lang.String getServerAbbreviation()
To read this value, this object must contain the SI_SERVER_ABBREVIATION and
SI_SERVER_KIND properties.
void setServerAbbreviation(java.lang.String abbreviation)
int getMaxServiceCount()
To read this value, this object must contain the SI_MAX_SERVICE_COUNT property.
IServiceBase.getServiceClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||