com.esri.arcgis.geoprocessing
Class IGpRandomNumberGeneratorObjectProxy

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

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

Description: 'Provides access to the Dispatch RandomGenerator 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 IGpRandomNumberGeneratorObjectProxy
extends com.esri.arcgis.interop.Dispatch
implements IGpRandomNumberGeneratorObject, 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.IGpRandomNumberGeneratorObject
DISPID_1_GET_NAME, DISPID_1_PUTREF_NAME, DISPID_2_NAME, DISPID_3_NAME, IID, IID9dbdd887_24c3_413c_89fd_b6b5839d0d26
 
Constructor Summary
  IGpRandomNumberGeneratorObjectProxy()
          Deprecated. For internal use only
  IGpRandomNumberGeneratorObjectProxy(java.lang.Object obj)
          Deprecated.  
protected IGpRandomNumberGeneratorObjectProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IGpRandomNumberGeneratorObjectProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IGpRandomNumberGeneratorObjectProxy(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.  
 java.lang.String exportToString()
          Deprecated. Get the string representation of the generator
 IGPRandomNumberGenerator getRandomNumberGenerator()
          Deprecated. The RandomNumberGenerator.
 void loadFromString(java.lang.String valueText)
          Deprecated. Initialize the generator by text string
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setRandomNumberGeneratorByRef(IGPRandomNumberGenerator ppRandGen)
          Deprecated. The RandomNumberGenerator.
 
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

IGpRandomNumberGeneratorObjectProxy

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

IGpRandomNumberGeneratorObjectProxy

public IGpRandomNumberGeneratorObjectProxy()
Deprecated. 
For internal use only


IGpRandomNumberGeneratorObjectProxy

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

IGpRandomNumberGeneratorObjectProxy

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

IGpRandomNumberGeneratorObjectProxy

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

getRandomNumberGenerator

public IGPRandomNumberGenerator getRandomNumberGenerator()
                                                  throws java.io.IOException,
                                                         AutomationException
Deprecated. 
The RandomNumberGenerator.

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

setRandomNumberGeneratorByRef

public void setRandomNumberGeneratorByRef(IGPRandomNumberGenerator ppRandGen)
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
The RandomNumberGenerator.

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

loadFromString

public void loadFromString(java.lang.String valueText)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Initialize the generator by text string

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

exportToString

public java.lang.String exportToString()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Get the string representation of the generator

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