com.esri.arcgis.gisclient
Interface IAGSServerObject2

All Superinterfaces:
IAGSServerObject, java.io.Serializable
All Known Implementing Classes:
GeoDataServerIP, GeoDataServerLP, GlobeServerIP, GlobeServerLP, GPServerIP, GPServerLP, GraphicFeatureServerIP, GraphicFeatureServerLP, IAGSServerObject2Proxy, ImageServerIP, ImageServerLP, MapServerIP, MapServerLP, MobileServerIP, MobileServerLP, NAServerIP, NAServerLP, SearchServerIP, SearchServerLP

public interface IAGSServerObject2
extends IAGSServerObject, java.io.Serializable

COM Interface 'IAGSServerObject2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'Provides access to properties of a server object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObject
IID7c25fb69_eac4_433c_b08c_7ae39e83ffbd
 
Method Summary
 IName getFullName()
          The AGSServerConnectionName object associated with the server object.
 int getHttpTimeout()
          The maximum time in seconds to wait for a response from the server (Internet only).
 void setHttpTimeout(int secs)
          The maximum time in seconds to wait for a response from the server (Internet only).
 

Field Detail

IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a

static final int IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getFullName

IName getFullName()
                  throws java.io.IOException,
                         AutomationException
The AGSServerConnectionName object associated with the server object.

Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHttpTimeout

void setHttpTimeout(int secs)
                    throws java.io.IOException,
                           AutomationException
The maximum time in seconds to wait for a response from the server (Internet only).

Parameters:
secs - The secs (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHttpTimeout

int getHttpTimeout()
                   throws java.io.IOException,
                          AutomationException
The maximum time in seconds to wait for a response from the server (Internet only).

Returns:
The secs
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.