com.esri.arcgis.trackinganalyst
Class ITxConnectorSetupProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'ITxConnectorSetup'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to the methods and properties to setup a tracking connection.' 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 ITxConnectorSetupProxy
extends com.esri.arcgis.interop.Dispatch
implements ITxConnectorSetup, 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.ITxConnectorSetup
IID, IID9c199c51_f80a_4017_af4c_b25f3ecfd629
 
Constructor Summary
  ITxConnectorSetupProxy()
          Deprecated. For internal use only
  ITxConnectorSetupProxy(java.lang.Object obj)
          Deprecated.  
protected ITxConnectorSetupProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  ITxConnectorSetupProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected ITxConnectorSetupProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addDataMessage(IDataMessage piMessage)
          Deprecated. Add a Data Message to the Connectors Queue.
 void addDebugMessage(java.lang.String bstrMessage)
          Deprecated. Add a Debug Message to the internal Debug log.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void addMessageDefinition(IDatasetDef piMessageDef)
          Deprecated. Add a message definition to the collection.
 void addTrackingServiceDefinition(ITrackingServiceDef piServiceDef)
          Deprecated. Add a tracking service definition to the collection.
 int getConnectionStatus()
          Deprecated. The Connection State of the object.
 java.lang.String getConnectionString()
          Deprecated. Connection string value for the server connection.
 int getErrorCode()
          Deprecated. Error code of the last error.
 java.lang.String getErrorMessage()
          Deprecated. Message associated with last error / error code.
 java.lang.String getServerName()
          Deprecated. Name of the fo server to connect to.
 java.lang.String getUserName()
          Deprecated. User's login name.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void removeMessageDef(java.lang.String bstrMessageDefinitionName)
          Deprecated. Removes a Message Definition from the collection.
 void removeTrackingServiceDef(java.lang.String bstrServiceName)
          Deprecated. Removes a Tracking Service Definition from the collection.
 void setConnectionStatus(int peConnectionStatus)
          Deprecated. The Connection State of the object.
 void setErrorCode(int pdwLastErrorCode)
          Deprecated. Error code of the last error.
 void setErrorMessage(java.lang.String pbstrLastErrorMessage)
          Deprecated. Message associated with last error / error code.
 void setParentByRef(java.lang.Object rhs1)
          Deprecated. Assign the parent object so this interface object can communicate with its parent.
 boolean validateTrackingService(ITrackingServiceDef piServiceDef)
          Deprecated. Validate a tracking service within the tracking service collection.
 
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

ITxConnectorSetupProxy

public ITxConnectorSetupProxy(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

ITxConnectorSetupProxy

public ITxConnectorSetupProxy()
Deprecated. 
For internal use only


ITxConnectorSetupProxy

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

ITxConnectorSetupProxy

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

ITxConnectorSetupProxy

protected ITxConnectorSetupProxy(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

addMessageDefinition

public void addMessageDefinition(IDatasetDef piMessageDef)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Add a message definition to the collection.

Specified by:
addMessageDefinition in interface ITxConnectorSetup
Parameters:
piMessageDef - 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.

addTrackingServiceDefinition

public void addTrackingServiceDefinition(ITrackingServiceDef piServiceDef)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Add a tracking service definition to the collection.

Specified by:
addTrackingServiceDefinition in interface ITxConnectorSetup
Parameters:
piServiceDef - 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.

validateTrackingService

public boolean validateTrackingService(ITrackingServiceDef piServiceDef)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Validate a tracking service within the tracking service collection.

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

removeTrackingServiceDef

public void removeTrackingServiceDef(java.lang.String bstrServiceName)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Removes a Tracking Service Definition from the collection. A * will remove all Tracking Services.

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

removeMessageDef

public void removeMessageDef(java.lang.String bstrMessageDefinitionName)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Removes a Message Definition from the collection. A * will remove all Message definitions.

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

addDebugMessage

public void addDebugMessage(java.lang.String bstrMessage)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Add a Debug Message to the internal Debug log.

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

addDataMessage

public void addDataMessage(IDataMessage piMessage)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Add a Data Message to the Connectors Queue.

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

getConnectionStatus

public int getConnectionStatus()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The Connection State of the object.

Specified by:
getConnectionStatus in interface ITxConnectorSetup
Returns:
A com.esri.arcgis.trackinganalyst.enumConnectionStatus constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionStatus

public void setConnectionStatus(int peConnectionStatus)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The Connection State of the object.

Specified by:
setConnectionStatus in interface ITxConnectorSetup
Parameters:
peConnectionStatus - A com.esri.arcgis.trackinganalyst.enumConnectionStatus constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorCode

public int getErrorCode()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Error code of the last error.

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

setErrorCode

public void setErrorCode(int pdwLastErrorCode)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Error code of the last error.

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

getErrorMessage

public java.lang.String getErrorMessage()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Message associated with last error / error code.

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

setErrorMessage

public void setErrorMessage(java.lang.String pbstrLastErrorMessage)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Message associated with last error / error code.

Specified by:
setErrorMessage in interface ITxConnectorSetup
Parameters:
pbstrLastErrorMessage - The pbstrLastErrorMessage (in)
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. 
Name of the fo server to connect to.

Specified by:
getServerName in interface ITxConnectorSetup
Returns:
The pbstrServerName
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. 
User's login name.

Specified by:
getUserName in interface ITxConnectorSetup
Returns:
The pVal
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. 
Connection string value for the server connection.

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

setParentByRef

public void setParentByRef(java.lang.Object rhs1)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Assign the parent object so this interface object can communicate with its parent.

Specified by:
setParentByRef in interface ITxConnectorSetup
Parameters:
rhs1 - A reference to another Object (IUnknown) (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.