|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGxAGSObject
Provides access to members of GxObject that represents a ArcGIS Server (AGS) object.
Method Summary | |
---|---|
void |
editServerObjectProperties(int hParent)
Presents a modal dialog to allow editing the properties of the server object. |
IAGSServerObjectName |
getAGSServerObjectName()
The associated AGS server object name. |
int |
getNumInstancesInUse()
The number of instances in use. |
int |
getNumInstancesRunning()
The number of instances running. |
String |
getStatus()
The status of the server object. |
void |
setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName)
The associated AGS server object name. |
Method Detail |
---|
IAGSServerObjectName getAGSServerObjectName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAGSServerObjectNameByRef(IAGSServerObjectName agsObjectName) throws IOException, AutomationException
agsObjectName
- A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void editServerObjectProperties(int hParent) throws IOException, AutomationException
hParent
- The hParent (A COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getStatus() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumInstancesRunning() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNumInstancesInUse() 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 |