com.esri.arcgis.trackinganalyst
Class IDataPartitionActionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.trackinganalyst.IDataPartitionActionProxy
All Implemented Interfaces:
IDataPartitionAction, Externalizable, Serializable

public class IDataPartitionActionProxy
extends com.esri.arcgis.interop.Dispatch
implements IDataPartitionAction, Serializable

Provides access to properties and methods needed for the Data Partition (server) actions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IDataPartitionActionProxy()
           
  IDataPartitionActionProxy(Object obj)
           
protected IDataPartitionActionProxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 String[] getColumnMapping()
          Column mapping between the input message fields and the destination message fields.
 String getDestinationDatasetDefinitionID()
          Dataset Definition ID of the desired service for the output message.
 String getDestinationDatasetDefinitionName()
          Name of the desired service for the output message.
 int[] getSourceColumnArray()
          Array of column indices for retrieving source message field values for the destination message
 boolean isReplace()
          Indicates if the action replaces (true) the input message, or is inaddition (false) to it.
 void removeListener(String iidStr, Object theListener)
           
 void setColumnMapping(String[] pVal)
          Column mapping between the input message fields and the destination message fields.
 void setDestinationDatasetDefinitionID(String pVal)
          Dataset Definition ID of the desired service for the output message.
 void setDestinationDatasetDefinitionName(String pVal)
          Name of the desired service for the output message.
 void setReplace(boolean pVal)
          Indicates if the action replaces (true) the input message, or is inaddition (false) to it.
 void setSourceColumnArray(int[] pVal)
          Array of column indices for retrieving source message field values for the destination message
 
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

noncastable

public boolean noncastable
Constructor Detail

IDataPartitionActionProxy

public IDataPartitionActionProxy()

IDataPartitionActionProxy

public IDataPartitionActionProxy(Object obj)
                          throws IOException
Throws:
IOException

IDataPartitionActionProxy

protected IDataPartitionActionProxy(Object obj,
                                    String iid)
                             throws IOException
Throws:
IOException
Method Detail

addListener

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

removeListener

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

getColumnMapping

public String[] getColumnMapping()
                          throws IOException,
                                 AutomationException
Column mapping between the input message fields and the destination message fields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setColumnMapping

public void setColumnMapping(String[] pVal)
                      throws IOException,
                             AutomationException
Column mapping between the input message fields and the destination message fields.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

isReplace

public boolean isReplace()
                  throws IOException,
                         AutomationException
Indicates if the action replaces (true) the input message, or is inaddition (false) to it.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setReplace

public void setReplace(boolean pVal)
                throws IOException,
                       AutomationException
Indicates if the action replaces (true) the input message, or is inaddition (false) to it.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getDestinationDatasetDefinitionName

public String getDestinationDatasetDefinitionName()
                                           throws IOException,
                                                  AutomationException
Name of the desired service for the output message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setDestinationDatasetDefinitionName

public void setDestinationDatasetDefinitionName(String pVal)
                                         throws IOException,
                                                AutomationException
Name of the desired service for the output message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getDestinationDatasetDefinitionID

public String getDestinationDatasetDefinitionID()
                                         throws IOException,
                                                AutomationException
Dataset Definition ID of the desired service for the output message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setDestinationDatasetDefinitionID

public void setDestinationDatasetDefinitionID(String pVal)
                                       throws IOException,
                                              AutomationException
Dataset Definition ID of the desired service for the output message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

getSourceColumnArray

public int[] getSourceColumnArray()
                           throws IOException,
                                  AutomationException
Array of column indices for retrieving source message field values for the destination message

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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

setSourceColumnArray

public void setSourceColumnArray(int[] pVal)
                          throws IOException,
                                 AutomationException
Array of column indices for retrieving source message field values for the destination message

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

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