|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IServerObjectConfiguration5
Provides access to administrators to members that control the behavior and properties of a server object configuration with extensions.
| Method Summary | |
|---|---|
IStringArray |
getDatasetNames()
The dataset names associated with configuration. |
IStringArray |
getExtensionNames()
The extension names of this server object configuration. |
int |
getLoadBalancing()
The service load balancing type. |
int |
getStatus()
Status of the server object configuration. |
String |
getTargetCluster()
The target cluster for this service to be published to. |
void |
setDatasetNames(IStringArray ppDTNames)
The dataset names associated with configuration. |
void |
setLoadBalancing(int pType)
The service load balancing type. |
void |
setStatus(int pStatus)
Status of the server object configuration. |
void |
setTargetCluster(String pName)
The target cluster for this service to be published to. |
| Methods inherited from interface com.esri.arcgis.server.IServerObjectConfiguration4 |
|---|
getServiceKeepAliveInterval, setServiceKeepAliveInterval |
| Methods inherited from interface com.esri.arcgis.server.IServerObjectConfiguration3 |
|---|
getIdleTimeout, getInstancesPerContainer, setIdleTimeout, setInstancesPerContainer |
| Methods inherited from interface com.esri.arcgis.server.IServerObjectConfiguration2 |
|---|
deserialize, getCleanupTimeout, getExtensionInfo, getExtensionProperties, getInfo, getStartupTimeout, isExtensionEnabled, serialize, setCleanupTimeout, setExtensionEnabled, setExtensionInfoByRef, setExtensionPropertiesByRef, setInfoByRef, setStartupTimeout |
| Methods inherited from interface com.esri.arcgis.server.IServerObjectConfiguration |
|---|
getDescription, getIsolationLevel, getMaxInstances, getMinInstances, getName, getProperties, getRecycleProperties, getStartupType, getTypeName, getUsageTimeout, getWaitTimeout, isPooled, setDescription, setIsolationLevel, setIsPooled, setMaxInstances, setMinInstances, setName, setPropertiesByRef, setRecyclePropertiesByRef, setStartupType, setTypeName, setUsageTimeout, setWaitTimeout |
| Method Detail |
|---|
void setStatus(int pStatus)
throws IOException,
AutomationException
pStatus - A com.esri.arcgis.server.esriConfigurationStatus constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStatus()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getExtensionNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetNames(IStringArray ppDTNames)
throws IOException,
AutomationException
ppDTNames - A reference to a com.esri.arcgis.system.IStringArray (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IStringArray getDatasetNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTargetCluster(String pName)
throws IOException,
AutomationException
pName - The pName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTargetCluster()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLoadBalancing(int pType)
throws IOException,
AutomationException
pType - A com.esri.arcgis.server.esriLoadBalancing constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLoadBalancing()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||