public interface IAGSServerObject2 extends IAGSServerObject, java.io.Serializable
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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a |
static int |
xxDummy
Deprecated.
Internal use only
|
IID7c25fb69_eac4_433c_b08c_7ae39e83ffbd| Modifier and Type | Method and Description |
|---|---|
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).
|
static final int IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a
static final int xxDummy
static final java.lang.String IID
IName getFullName() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setHttpTimeout(int secs)
throws java.io.IOException,
AutomationException
secs - The secs (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getHttpTimeout()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.