com.esri.arcgis.system
Class IJobResultsProxy

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

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

Description: 'Provides access to properties of job results.' 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 IJobResultsProxy
extends com.esri.arcgis.interop.Dispatch
implements IJobResults, 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.IJobResults
IID, IID4d919e2d_f6c1_47ba_ba1f_6f2c29a86e22
 
Constructor Summary
  IJobResultsProxy()
          Deprecated. For internal use only
  IJobResultsProxy(java.lang.Object obj)
          Deprecated.  
protected IJobResultsProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IJobResultsProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IJobResultsProxy(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[] getBinaryResults()
          Deprecated. Job results in binary format.
 void getRESTResults(java.lang.String[] pVal, byte[][] ppVal)
          Deprecated. Job results in REST format.
 int getResultsFormat()
          Deprecated. Format of job results.
 java.lang.String getStringResults()
          Deprecated. Job results in SOAP format.
 boolean isRESTFormat()
          Deprecated. REST Format of job results.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBinaryResults(byte[] ppVal)
          Deprecated. Job results in binary format.
 void setRESTResults(java.lang.String val, byte[] pVal)
          Deprecated. Job results in REST format.
 void setStringResults(java.lang.String pVal)
          Deprecated. Job results 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

IJobResultsProxy

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

IJobResultsProxy

public IJobResultsProxy()
Deprecated. 
For internal use only


IJobResultsProxy

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

IJobResultsProxy

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

IJobResultsProxy

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

getResultsFormat

public int getResultsFormat()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Format of job results.

Specified by:
getResultsFormat in interface IJobResults
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.

getStringResults

public java.lang.String getStringResults()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Job results in SOAP format.

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

setStringResults

public void setStringResults(java.lang.String pVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Job results in SOAP format.

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

getBinaryResults

public byte[] getBinaryResults()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Job results in binary format.

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

setBinaryResults

public void setBinaryResults(byte[] ppVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Job results in binary format.

Specified by:
setBinaryResults in interface IJobResults
Parameters:
ppVal - An unsigned byte (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 job results.

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

getRESTResults

public void getRESTResults(java.lang.String[] pVal,
                           byte[][] ppVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Job results in REST format.

Specified by:
getRESTResults in interface IJobResults
Parameters:
pVal - The pVal (out: use single element array)
ppVal - An unsigned byte (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRESTResults

public void setRESTResults(java.lang.String val,
                           byte[] pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Job results in REST format.

Specified by:
setRESTResults in interface IJobResults
Parameters:
val - The val (in)
pVal - An unsigned byte (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.