com.esri.arcgis.datasourcesraster
Class IDrLoaderProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IDrLoaderProxy
All Implemented Interfaces:
IDrLoader, java.io.Externalizable, java.io.Serializable

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

Description: 'Provides access to members that controls a distributed raster catalog loader.' 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 IDrLoaderProxy
extends com.esri.arcgis.interop.Dispatch
implements IDrLoader, 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.datasourcesraster.IDrLoader
IID, IID5e1714cd_cbca_458e_88ce_06f0ca5cccdf
 
Constructor Summary
  IDrLoaderProxy()
          Deprecated. For internal use only
  IDrLoaderProxy(java.lang.Object obj)
          Deprecated.  
protected IDrLoaderProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDrLoaderProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDrLoaderProxy(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.  
 void cancel()
          Deprecated. Cancels loading.
 java.lang.String getInvalidDatasets()
          Deprecated. The current list of semicolon delimited failed dataset names.
 IErrorInfo getLastError()
          Deprecated. The last loading error.
 IRasterCatalogLoader getRasterCatalogLoader()
          Deprecated. The raster catalog loader to be distributed.
 java.lang.String getServerName()
          Deprecated. The ArcGIS server name to host loaders.
 void getStats(java.lang.String[] pName, double[] pMillis)
          Deprecated. Gets the current loading stats.
 int getThreadHandle()
          Deprecated. Gets the loading thread handle.
 boolean isBusy()
          Deprecated. Indicates if the loader is currently busy.
 void load(java.lang.String catalog, java.lang.String directory)
          Deprecated. Loads all datasets in a directory into a given raster catalog.
 void loadDatasets(java.lang.String catalog, java.lang.String namelist)
          Deprecated. Loads all datasets in a name list into a given raster catalog.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader)
          Deprecated. The raster catalog loader to be distributed.
 void setServerName(java.lang.String pServerName)
          Deprecated. The ArcGIS server name to host loaders.
 
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

IDrLoaderProxy

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

IDrLoaderProxy

public IDrLoaderProxy()
Deprecated. 
For internal use only


IDrLoaderProxy

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

IDrLoaderProxy

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

IDrLoaderProxy

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

getServerName

public java.lang.String getServerName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The ArcGIS server name to host loaders.

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

setServerName

public void setServerName(java.lang.String pServerName)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The ArcGIS server name to host loaders.

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

getRasterCatalogLoader

public IRasterCatalogLoader getRasterCatalogLoader()
                                            throws java.io.IOException,
                                                   AutomationException
Deprecated. 
The raster catalog loader to be distributed.

Specified by:
getRasterCatalogLoader in interface IDrLoader
Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogLoader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterCatalogLoaderByRef

public void setRasterCatalogLoaderByRef(IRasterCatalogLoader ppLoader)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
The raster catalog loader to be distributed.

Specified by:
setRasterCatalogLoaderByRef in interface IDrLoader
Parameters:
ppLoader - A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogLoader (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInvalidDatasets

public java.lang.String getInvalidDatasets()
                                    throws java.io.IOException,
                                           AutomationException
Deprecated. 
The current list of semicolon delimited failed dataset names.

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

isBusy

public boolean isBusy()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Indicates if the loader is currently busy.

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

getLastError

public IErrorInfo getLastError()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The last loading error.

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

load

public void load(java.lang.String catalog,
                 java.lang.String directory)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Loads all datasets in a directory into a given raster catalog.

Specified by:
load in interface IDrLoader
Parameters:
catalog - The catalog (in)
directory - The directory (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

loadDatasets

public void loadDatasets(java.lang.String catalog,
                         java.lang.String namelist)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Loads all datasets in a name list into a given raster catalog.

Specified by:
loadDatasets in interface IDrLoader
Parameters:
catalog - The catalog (in)
namelist - The namelist (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

cancel

public void cancel()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Cancels loading.

Specified by:
cancel in interface IDrLoader
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getStats

public void getStats(java.lang.String[] pName,
                     double[] pMillis)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Gets the current loading stats.

Specified by:
getStats in interface IDrLoader
Parameters:
pName - The pName (out: use single element array)
pMillis - The pMillis (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getThreadHandle

public int getThreadHandle()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Gets the loading thread handle.

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