com.esri.arcgis.trackinganalyst
Class IInternetServerConnectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IInternetServerConnectionProxy
All Implemented Interfaces:
IInternetServerConnection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IInternetServerConnectionProxy
extends com.esri.arcgis.interop.Dispatch
implements IInternetServerConnection, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.trackinganalyst.IInternetServerConnection
IID, IID987a7d76_54df_11d6_b841_00010265adc5
 
Constructor Summary
  IInternetServerConnectionProxy()
          Deprecated. For internal use only
  IInternetServerConnectionProxy(java.lang.Object obj)
          Deprecated.  
protected IInternetServerConnectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IInternetServerConnectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IInternetServerConnectionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void connect(java.lang.String bstrUserName, java.lang.String bstrPassword)
          Deprecated. Creates Internet server connection.
 void disableDataDefinition(java.lang.String bstrDataDefinitionID)
          Deprecated. Disables dataset definition for the Internet server connection.
 void disconnect()
          Deprecated. Disconnects Internet server connection.
 void enableDataDefinition(java.lang.String bstrDataDefinitionID)
          Deprecated. Enables data definition for the Internet server connection.
 java.lang.String getConnectionName()
          Deprecated. Name of Internet server connection.
 java.lang.String getConnectionString()
          Deprecated. Indicates connection string value.
 IDatasetDef getDataSetDefinition(java.lang.String bstrName)
          Deprecated. Gets value for dataset definition for Internet server connection.
 java.lang.Object getDataSetDefinitionList()
          Deprecated. Lists values in the dataset definition.
 java.lang.Object getEnabledDataDefinitions()
          Deprecated. Indicates whether data definitions are enabled for the Internet server connection.
 int getLastConnectionErrorCode()
          Deprecated. Indicates error code value for the last Internet server connection.
 java.lang.String getLastConnectionErrorMessage()
          Deprecated. Indicates error code value for the last Internet server connection.
 IMessage getMessage(int nTimeOutInMilliseconds)
          Deprecated. Gets message via the Internet server connection.
 int getPortNumber()
          Deprecated. Port number used for the Internet server connection.
 java.lang.String getServerName()
          Deprecated. Indicates server name in the Internet server connection.
 java.lang.String getSubletPath()
          Deprecated. Value of the sublet path for the Internet server connection.
 java.lang.String getTopicName(java.lang.String bstrServiceName)
          Deprecated. Indicates name for the topic in the Internet server connection.
 ITrackingServiceDef getTrackingService(java.lang.String bstrName)
          Deprecated. Gets tracking service information for the Internet server connection.
 java.lang.Object getTrackingServicesList()
          Deprecated. Lists tracking services within the Internet server connection.
 java.lang.String getUserName()
          Deprecated. Indicates user's name using the Internet server connection.
 boolean isConnected()
          Deprecated. Indicates whether the Internet server connection is active.
 boolean isEnableDataFiltering()
          Deprecated. Indicates whether data filtering is enabled for the Internet server connection.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void returnDataSetDefinition(IDatasetDef piDataSetDef)
          Deprecated. Returns value for dataset definition in Internet server connection.
 void returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
          Deprecated. Returns tracking service information for the Internet server connection.
 IResponseMessage sendCommand(ICommandMessage piCmdMsg, int nTimeOut)
          Deprecated. Sends command information via the Internet server connection.
 void sendMessage(IMessage piMessage)
          Deprecated. Sends message via the Internet server connection.
 void setConnectionName(java.lang.String pbstrConnectionName)
          Deprecated. Name of Internet server connection.
 void setConnectionString(java.lang.String pbstrConnectionString)
          Deprecated. Indicates connection string value.
 void setEnableDataFiltering(boolean pbvVal)
          Deprecated. Indicates whether data filtering is enabled for the Internet server connection.
 void setPortNumber(int plPortNumber)
          Deprecated. Port number used for the Internet server connection.
 void setServerName(java.lang.String pVal)
          Deprecated. Indicates server name in the Internet server connection.
 void setSubletPath(java.lang.String pbstrSubletPath)
          Deprecated. Value of the sublet path for the Internet server connection.
 void setTopicName(java.lang.String bstrServiceName, java.lang.String pbstrTopicName)
          Deprecated. Indicates name for the topic in the Internet server connection.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IInternetServerConnectionProxy

public IInternetServerConnectionProxy(java.lang.String CLSID,
                                      java.lang.String host,
                                      com.esri.arcgis.interop.AuthInfo authInfo)
                               throws java.net.UnknownHostException,
                                      java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IInternetServerConnectionProxy

public IInternetServerConnectionProxy()
Deprecated. 
For internal use only


IInternetServerConnectionProxy

public IInternetServerConnectionProxy(java.lang.Object obj)
                               throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IInternetServerConnectionProxy

protected IInternetServerConnectionProxy(java.lang.Object obj,
                                         java.lang.String iid)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IInternetServerConnectionProxy

protected IInternetServerConnectionProxy(java.lang.String CLSID,
                                         java.lang.String iid,
                                         java.lang.String host,
                                         com.esri.arcgis.interop.AuthInfo authInfo)
                                  throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

isConnected

public boolean isConnected()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the Internet server connection is active.

Specified by:
isConnected in interface IInternetServerConnection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerName

public java.lang.String getServerName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates server name in the Internet server connection.

Specified by:
getServerName in interface IInternetServerConnection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerName

public void setServerName(java.lang.String pVal)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Indicates server name in the Internet server connection.

Specified by:
setServerName in interface IInternetServerConnection
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserName

public java.lang.String getUserName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates user's name using the Internet server connection.

Specified by:
getUserName in interface IInternetServerConnection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isEnableDataFiltering

public boolean isEnableDataFiltering()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether data filtering is enabled for the Internet server connection.

Specified by:
isEnableDataFiltering in interface IInternetServerConnection
Returns:
The pbvVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEnableDataFiltering

public void setEnableDataFiltering(boolean pbvVal)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Indicates whether data filtering is enabled for the Internet server connection.

Specified by:
setEnableDataFiltering in interface IInternetServerConnection
Parameters:
pbvVal - The pbvVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataSetDefinitionList

public java.lang.Object getDataSetDefinitionList()
                                          throws java.io.IOException,
                                                 AutomationException
Deprecated. 
Lists values in the dataset definition.

Specified by:
getDataSetDefinitionList in interface IInternetServerConnection
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnabledDataDefinitions

public java.lang.Object getEnabledDataDefinitions()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
Indicates whether data definitions are enabled for the Internet server connection.

Specified by:
getEnabledDataDefinitions in interface IInternetServerConnection
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastConnectionErrorCode

public int getLastConnectionErrorCode()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Indicates error code value for the last Internet server connection.

Specified by:
getLastConnectionErrorCode in interface IInternetServerConnection
Returns:
The pnErrorCode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLastConnectionErrorMessage

public java.lang.String getLastConnectionErrorMessage()
                                               throws java.io.IOException,
                                                      AutomationException
Deprecated. 
Indicates error code value for the last Internet server connection.

Specified by:
getLastConnectionErrorMessage in interface IInternetServerConnection
Returns:
The pbstrErrorMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionName

public java.lang.String getConnectionName()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Name of Internet server connection.

Specified by:
getConnectionName in interface IInternetServerConnection
Returns:
The pbstrConnectionName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionName

public void setConnectionName(java.lang.String pbstrConnectionName)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Name of Internet server connection.

Specified by:
setConnectionName in interface IInternetServerConnection
Parameters:
pbstrConnectionName - The pbstrConnectionName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionString

public java.lang.String getConnectionString()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Indicates connection string value.

Specified by:
getConnectionString in interface IInternetServerConnection
Returns:
The pbstrConnectionString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionString

public void setConnectionString(java.lang.String pbstrConnectionString)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates connection string value.

Specified by:
setConnectionString in interface IInternetServerConnection
Parameters:
pbstrConnectionString - The pbstrConnectionString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

public void connect(java.lang.String bstrUserName,
                    java.lang.String bstrPassword)
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Creates Internet server connection.

Specified by:
connect in interface IInternetServerConnection
Parameters:
bstrUserName - The bstrUserName (in)
bstrPassword - The bstrPassword (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disconnect

public void disconnect()
                throws java.io.IOException,
                       AutomationException
Deprecated. 
Disconnects Internet server connection.

Specified by:
disconnect in interface IInternetServerConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sendMessage

public void sendMessage(IMessage piMessage)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Sends message via the Internet server connection.

Specified by:
sendMessage in interface IInternetServerConnection
Parameters:
piMessage - A reference to a com.esri.arcgis.trackinganalyst.IMessage (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMessage

public IMessage getMessage(int nTimeOutInMilliseconds)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Gets message via the Internet server connection.

Specified by:
getMessage in interface IInternetServerConnection
Parameters:
nTimeOutInMilliseconds - The nTimeOutInMilliseconds (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enableDataDefinition

public void enableDataDefinition(java.lang.String bstrDataDefinitionID)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Enables data definition for the Internet server connection.

Specified by:
enableDataDefinition in interface IInternetServerConnection
Parameters:
bstrDataDefinitionID - The bstrDataDefinitionID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disableDataDefinition

public void disableDataDefinition(java.lang.String bstrDataDefinitionID)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Disables dataset definition for the Internet server connection.

Specified by:
disableDataDefinition in interface IInternetServerConnection
Parameters:
bstrDataDefinitionID - The bstrDataDefinitionID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

returnDataSetDefinition

public void returnDataSetDefinition(IDatasetDef piDataSetDef)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Returns value for dataset definition in Internet server connection.

Specified by:
returnDataSetDefinition in interface IInternetServerConnection
Parameters:
piDataSetDef - A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDataSetDefinition

public IDatasetDef getDataSetDefinition(java.lang.String bstrName)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Gets value for dataset definition for Internet server connection.

Specified by:
getDataSetDefinition in interface IInternetServerConnection
Parameters:
bstrName - The bstrName (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IDatasetDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

sendCommand

public IResponseMessage sendCommand(ICommandMessage piCmdMsg,
                                    int nTimeOut)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Sends command information via the Internet server connection.

Specified by:
sendCommand in interface IInternetServerConnection
Parameters:
piCmdMsg - A reference to a com.esri.arcgis.trackinganalyst.ICommandMessage (in)
nTimeOut - The nTimeOut (in)
Returns:
A reference to a com.esri.arcgis.trackinganalyst.IResponseMessage
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackingServicesList

public java.lang.Object getTrackingServicesList()
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Lists tracking services within the Internet server connection.

Specified by:
getTrackingServicesList in interface IInternetServerConnection
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTrackingService

public ITrackingServiceDef getTrackingService(java.lang.String bstrName)
                                       throws java.io.IOException,
                                              AutomationException
Deprecated. 
Gets tracking service information for the Internet server connection.

Specified by:
getTrackingService in interface IInternetServerConnection
Parameters:
bstrName - The bstrName (in)
Returns:
A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

returnTrackingService

public void returnTrackingService(ITrackingServiceDef piTrackingServiceDef)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Returns tracking service information for the Internet server connection.

Specified by:
returnTrackingService in interface IInternetServerConnection
Parameters:
piTrackingServiceDef - A reference to a com.esri.arcgis.geodatabaseextensions.ITrackingServiceDef (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSubletPath

public java.lang.String getSubletPath()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
Value of the sublet path for the Internet server connection.

Specified by:
getSubletPath in interface IInternetServerConnection
Returns:
The pbstrSubletPath
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSubletPath

public void setSubletPath(java.lang.String pbstrSubletPath)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Value of the sublet path for the Internet server connection.

Specified by:
setSubletPath in interface IInternetServerConnection
Parameters:
pbstrSubletPath - The pbstrSubletPath (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTopicName

public java.lang.String getTopicName(java.lang.String bstrServiceName)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates name for the topic in the Internet server connection.

Specified by:
getTopicName in interface IInternetServerConnection
Parameters:
bstrServiceName - The bstrServiceName (in)
Returns:
The pbstrTopicName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTopicName

public void setTopicName(java.lang.String bstrServiceName,
                         java.lang.String pbstrTopicName)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates name for the topic in the Internet server connection.

Specified by:
setTopicName in interface IInternetServerConnection
Parameters:
bstrServiceName - The bstrServiceName (in)
pbstrTopicName - The pbstrTopicName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPortNumber

public int getPortNumber()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Port number used for the Internet server connection.

Specified by:
getPortNumber in interface IInternetServerConnection
Returns:
The plPortNumber
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPortNumber

public void setPortNumber(int plPortNumber)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Port number used for the Internet server connection.

Specified by:
setPortNumber in interface IInternetServerConnection
Parameters:
plPortNumber - The plPortNumber (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.