|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IInternetServerConnection
COM Interface 'IInternetServerConnection'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'
Description: 'Provides access to properties and methods needed to help manage Internet server connections.' 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 |
IID987a7d76_54df_11d6_b841_00010265adc5
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
connect(java.lang.String bstrUserName,
java.lang.String bstrPassword)
Creates Internet server connection. |
void |
disableDataDefinition(java.lang.String bstrDataDefinitionID)
Disables dataset definition for the Internet server connection. |
void |
disconnect()
Disconnects Internet server connection. |
void |
enableDataDefinition(java.lang.String bstrDataDefinitionID)
Enables data definition for the Internet server connection. |
java.lang.String |
getConnectionName()
Name of Internet server connection. |
java.lang.String |
getConnectionString()
Indicates connection string value. |
IDatasetDef |
getDataSetDefinition(java.lang.String bstrName)
Gets value for dataset definition for Internet server connection. |
java.lang.Object |
getDataSetDefinitionList()
Lists values in the dataset definition. |
java.lang.Object |
getEnabledDataDefinitions()
Indicates whether data definitions are enabled for the Internet server connection. |
int |
getLastConnectionErrorCode()
Indicates error code value for the last Internet server connection. |
java.lang.String |
getLastConnectionErrorMessage()
Indicates error code value for the last Internet server connection. |
IMessage |
getMessage(int nTimeOutInMilliseconds)
Gets message via the Internet server connection. |
int |
getPortNumber()
Port number used for the Internet server connection. |
java.lang.String |
getServerName()
Indicates server name in the Internet server connection. |
java.lang.String |
getSubletPath()
Value of the sublet path for the Internet server connection. |
java.lang.String |
getTopicName(java.lang.String bstrServiceName)
Indicates name for the topic in the Internet server connection. |
ITrackingServiceDef |
getTrackingService(java.lang.String bstrName)
Gets tracking service information for the Internet server connection. |
java.lang.Object |
getTrackingServicesList()
Lists tracking services within the Internet server connection. |
java.lang.String |
getUserName()
Indicates user's name using the Internet server connection. |
boolean |
isConnected()
Indicates whether the Internet server connection is active. |
boolean |
isEnableDataFiltering()
Indicates whether data filtering is enabled for the Internet server connection. |
void |
returnDataSetDefinition(IDatasetDef piDataSetDef)
Returns value for dataset definition in Internet server connection. |
void |
returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
Returns tracking service information for the Internet server connection. |
IResponseMessage |
sendCommand(ICommandMessage piCmdMsg,
int nTimeOut)
Sends command information via the Internet server connection. |
void |
sendMessage(IMessage piMessage)
Sends message via the Internet server connection. |
void |
setConnectionName(java.lang.String pbstrConnectionName)
Name of Internet server connection. |
void |
setConnectionString(java.lang.String pbstrConnectionString)
Indicates connection string value. |
void |
setEnableDataFiltering(boolean pbvVal)
Indicates whether data filtering is enabled for the Internet server connection. |
void |
setPortNumber(int plPortNumber)
Port number used for the Internet server connection. |
void |
setServerName(java.lang.String pVal)
Indicates server name in the Internet server connection. |
void |
setSubletPath(java.lang.String pbstrSubletPath)
Value of the sublet path for the Internet server connection. |
void |
setTopicName(java.lang.String bstrServiceName,
java.lang.String pbstrTopicName)
Indicates name for the topic in the Internet server connection. |
| Field Detail |
|---|
static final int IID987a7d76_54df_11d6_b841_00010265adc5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
boolean isConnected()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getServerName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServerName(java.lang.String pVal)
throws java.io.IOException,
AutomationException
pVal - The pVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getUserName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isEnableDataFiltering()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnableDataFiltering(boolean pbvVal)
throws java.io.IOException,
AutomationException
pbvVal - The pbvVal (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getDataSetDefinitionList()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getEnabledDataDefinitions()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLastConnectionErrorCode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getLastConnectionErrorMessage()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getConnectionName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConnectionName(java.lang.String pbstrConnectionName)
throws java.io.IOException,
AutomationException
pbstrConnectionName - The pbstrConnectionName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getConnectionString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setConnectionString(java.lang.String pbstrConnectionString)
throws java.io.IOException,
AutomationException
pbstrConnectionString - The pbstrConnectionString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void connect(java.lang.String bstrUserName,
java.lang.String bstrPassword)
throws java.io.IOException,
AutomationException
bstrUserName - The bstrUserName (in)bstrPassword - The bstrPassword (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disconnect()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void sendMessage(IMessage piMessage)
throws java.io.IOException,
AutomationException
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMessage getMessage(int nTimeOutInMilliseconds)
throws java.io.IOException,
AutomationException
nTimeOutInMilliseconds - The nTimeOutInMilliseconds (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void enableDataDefinition(java.lang.String bstrDataDefinitionID)
throws java.io.IOException,
AutomationException
bstrDataDefinitionID - The bstrDataDefinitionID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void disableDataDefinition(java.lang.String bstrDataDefinitionID)
throws java.io.IOException,
AutomationException
bstrDataDefinitionID - The bstrDataDefinitionID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void returnDataSetDefinition(IDatasetDef piDataSetDef)
throws java.io.IOException,
AutomationException
piDataSetDef - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDatasetDef getDataSetDefinition(java.lang.String bstrName)
throws java.io.IOException,
AutomationException
bstrName - The bstrName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IResponseMessage sendCommand(ICommandMessage piCmdMsg,
int nTimeOut)
throws java.io.IOException,
AutomationException
piCmdMsg - A reference to a com.esri.arcgis.trackinganalyst.ICommandMessage (in)nTimeOut - The nTimeOut (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getTrackingServicesList()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ITrackingServiceDef getTrackingService(java.lang.String bstrName)
throws java.io.IOException,
AutomationException
bstrName - The bstrName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
throws java.io.IOException,
AutomationException
piTrackingServiceDef - A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getSubletPath()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSubletPath(java.lang.String pbstrSubletPath)
throws java.io.IOException,
AutomationException
pbstrSubletPath - The pbstrSubletPath (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getTopicName(java.lang.String bstrServiceName)
throws java.io.IOException,
AutomationException
bstrServiceName - The bstrServiceName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTopicName(java.lang.String bstrServiceName,
java.lang.String pbstrTopicName)
throws java.io.IOException,
AutomationException
bstrServiceName - The bstrServiceName (in)pbstrTopicName - The pbstrTopicName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getPortNumber()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setPortNumber(int plPortNumber)
throws java.io.IOException,
AutomationException
plPortNumber - The plPortNumber (in)
java.io.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 | ||||||||