com.esri.arcgis.geoprocessing
Class IGPTaskProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geoprocessing.IGPTaskProxy
All Implemented Interfaces:
IGPTask, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to properties/methods of a task 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 =

public class IGPTaskProxy
extends com.esri.arcgis.interop.Dispatch
implements IGPTask, 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.geoprocessing.IGPTask
IID, IIDf25fa93f_27ff_4698_889d_115904e429ab
 
Constructor Summary
  IGPTaskProxy()
          Deprecated. For internal use only
  IGPTaskProxy(java.lang.Object obj)
          Deprecated.  
protected IGPTaskProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGPTaskProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGPTaskProxy(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.  
 int getMode()
          Deprecated. The task mode.
 java.lang.String getParameterDescription(java.lang.String name)
          Deprecated. Get the parameter description.
 void getParameterInfo(java.lang.String name, boolean[] visible, IGPParameter[] ppParameter, IGPDomain[] ppDomain)
          Deprecated. Get the parameter info.
 IPropertySet getParameterMapping()
          Deprecated. The parameter mapping associated with the task.
 IMdProcess getProcess()
          Deprecated. The task process.
 java.lang.Object getRenderer(java.lang.String name)
          Deprecated. Get the parameter renderer.
 void init(IMdProcess process)
          Deprecated. Initialize the task.
 void initPackage(IMdProcess process)
          Deprecated. Initialize the task.
 boolean isHasWorkspace()
          Deprecated. Set the parameter renderer.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setHasWorkspace(boolean pHasWorkspace)
          Deprecated. Set the parameter renderer.
 void setParameterDescription(java.lang.String name, java.lang.String desc)
          Deprecated. Set the parameter description.
 void setParameterInfo(java.lang.String name, boolean visible, IGPParameter pParameter, IGPDomain pDomain)
          Deprecated. Set the parameter info.
 void setProcessByRef(IMdProcess process)
          Deprecated. The task process.
 void setRenderer(java.lang.String name, java.lang.Object pRenderer)
          Deprecated. Set the parameter renderer.
 
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

IGPTaskProxy

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

IGPTaskProxy

public IGPTaskProxy()
Deprecated. 
For internal use only


IGPTaskProxy

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

IGPTaskProxy

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

IGPTaskProxy

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

init

public void init(IMdProcess process)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Initialize the task.

Specified by:
init in interface IGPTask
Parameters:
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

initPackage

public void initPackage(IMdProcess process)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Initialize the task.

Specified by:
initPackage in interface IGPTask
Parameters:
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMode

public int getMode()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The task mode.

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

getProcess

public IMdProcess getProcess()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The task process.

Specified by:
getProcess in interface IGPTask
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdProcess
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setProcessByRef

public void setProcessByRef(IMdProcess process)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The task process.

Specified by:
setProcessByRef in interface IGPTask
Parameters:
process - A reference to a com.esri.arcgis.geoprocessing.IMdProcess (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameterMapping

public IPropertySet getParameterMapping()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The parameter mapping associated with the task.

Specified by:
getParameterMapping in interface IGPTask
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParameterInfo

public void getParameterInfo(java.lang.String name,
                             boolean[] visible,
                             IGPParameter[] ppParameter,
                             IGPDomain[] ppDomain)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Get the parameter info.

Specified by:
getParameterInfo in interface IGPTask
Parameters:
name - The name (in)
visible - The visible (out: use single element array)
ppParameter - A reference to a com.esri.arcgis.geoprocessing.IGPParameter (out: use single element array)
ppDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameterInfo

public void setParameterInfo(java.lang.String name,
                             boolean visible,
                             IGPParameter pParameter,
                             IGPDomain pDomain)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Set the parameter info.

Specified by:
setParameterInfo in interface IGPTask
Parameters:
name - The name (in)
visible - The visible (in)
pParameter - A reference to a com.esri.arcgis.geoprocessing.IGPParameter (in)
pDomain - A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRenderer

public java.lang.Object getRenderer(java.lang.String name)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Get the parameter renderer.

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

setRenderer

public void setRenderer(java.lang.String name,
                        java.lang.Object pRenderer)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Set the parameter renderer.

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

isHasWorkspace

public boolean isHasWorkspace()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Set the parameter renderer.

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

setHasWorkspace

public void setHasWorkspace(boolean pHasWorkspace)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Set the parameter renderer.

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

getParameterDescription

public java.lang.String getParameterDescription(java.lang.String name)
                                         throws java.io.IOException,
                                                AutomationException
Deprecated. 
Get the parameter description.

Specified by:
getParameterDescription in interface IGPTask
Parameters:
name - The name (in)
Returns:
The desc
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParameterDescription

public void setParameterDescription(java.lang.String name,
                                    java.lang.String desc)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Set the parameter description.

Specified by:
setParameterDescription in interface IGPTask
Parameters:
name - The name (in)
desc - The desc (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.