com.esri.arcgis.system
Class IJobDefinitionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.system.IJobDefinitionProxy
All Implemented Interfaces:
IJobDefinition, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IJobDefinition'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to properties of job definition.' 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 IJobDefinitionProxy
extends com.esri.arcgis.interop.Dispatch
implements IJobDefinition, 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.system.IJobDefinition
IID, IIDc24f654b_b929_443b_9fa1_a2a83bbce14b
 
Constructor Summary
  IJobDefinitionProxy()
          Deprecated. For internal use only
  IJobDefinitionProxy(java.lang.Object obj)
          Deprecated.  
protected IJobDefinitionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IJobDefinitionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IJobDefinitionProxy(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.  
 byte[] getBinaryRequest()
          Deprecated. Request message in binary format.
 java.lang.String getCapabilities()
          Deprecated. Required capabilities of job processor.
 int getRequestFormat()
          Deprecated. Format of request.
 void getRESTRequest(java.lang.String[] pResourceName, java.lang.String[] pRperationName, java.lang.String[] pRperationInput, java.lang.String[] pOutputFormat, java.lang.String[] pRequestProperties)
          Deprecated. Request message in REST format.
 java.lang.String getStringRequest()
          Deprecated. Request message in SOAP format.
 boolean isRESTFormat()
          Deprecated. REST Format of request.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBinaryRequest(byte[] ppVal)
          Deprecated. Request message in binary format.
 void setCapabilities(java.lang.String pVal)
          Deprecated. Required capabilities of job processor.
 void setRESTRequest(java.lang.String resourceName, java.lang.String operationName, java.lang.String operationInput, java.lang.String outputFormat, java.lang.String requestProperties)
          Deprecated. Request message in REST format.
 void setStringRequest(java.lang.String pVal)
          Deprecated. Request message in SOAP format.
 
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

IJobDefinitionProxy

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

IJobDefinitionProxy

public IJobDefinitionProxy()
Deprecated. 
For internal use only


IJobDefinitionProxy

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

IJobDefinitionProxy

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

IJobDefinitionProxy

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

getRequestFormat

public int getRequestFormat()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Format of request.

Specified by:
getRequestFormat in interface IJobDefinition
Returns:
A com.esri.arcgis.system.esriAGSInternetMessageFormat constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStringRequest

public java.lang.String getStringRequest()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Request message in SOAP format.

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

setStringRequest

public void setStringRequest(java.lang.String pVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Request message in SOAP format.

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

getBinaryRequest

public byte[] getBinaryRequest()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Request message in binary format.

Specified by:
getBinaryRequest in interface IJobDefinition
Returns:
An unsigned byte
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBinaryRequest

public void setBinaryRequest(byte[] ppVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Request message in binary format.

Specified by:
setBinaryRequest in interface IJobDefinition
Parameters:
ppVal - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCapabilities

public java.lang.String getCapabilities()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Required capabilities of job processor.

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

setCapabilities

public void setCapabilities(java.lang.String pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Required capabilities of job processor.

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

isRESTFormat

public boolean isRESTFormat()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
REST Format of request.

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

getRESTRequest

public void getRESTRequest(java.lang.String[] pResourceName,
                           java.lang.String[] pRperationName,
                           java.lang.String[] pRperationInput,
                           java.lang.String[] pOutputFormat,
                           java.lang.String[] pRequestProperties)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Request message in REST format.

Specified by:
getRESTRequest in interface IJobDefinition
Parameters:
pResourceName - The pResourceName (out: use single element array)
pRperationName - The pRperationName (out: use single element array)
pRperationInput - The pRperationInput (out: use single element array)
pOutputFormat - The pOutputFormat (out: use single element array)
pRequestProperties - The pRequestProperties (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRESTRequest

public void setRESTRequest(java.lang.String resourceName,
                           java.lang.String operationName,
                           java.lang.String operationInput,
                           java.lang.String outputFormat,
                           java.lang.String requestProperties)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Request message in REST format.

Specified by:
setRESTRequest in interface IJobDefinition
Parameters:
resourceName - The resourceName (in)
operationName - The operationName (in)
operationInput - The operationInput (in)
outputFormat - The outputFormat (in)
requestProperties - The requestProperties (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.