com.esri.arcgis.geodatabase
Class IReplicaDescriptionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IReplicaDescriptionProxy
All Implemented Interfaces:
IReplicaDescription, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IReplicaDescription2Proxy

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

Description: 'Provides access to members which set and return the properties of a ReplicaDescription 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 IReplicaDescriptionProxy
extends com.esri.arcgis.interop.Dispatch
implements IReplicaDescription, 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.geodatabase.IReplicaDescription
IID, IID3afc1997_7a42_483b_9a6a_ecc00a3ba86a
 
Constructor Summary
  IReplicaDescriptionProxy()
          Deprecated. For internal use only
  IReplicaDescriptionProxy(java.lang.Object obj)
          Deprecated.  
protected IReplicaDescriptionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IReplicaDescriptionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IReplicaDescriptionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addDatasetNames(IEnumName datasetNames)
          Deprecated. Adding dataset names to the existing list of replica description dataset names.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int findTable(IName datasetName)
          Deprecated. Gets the index number of a dataset.
 IEnumName getDatasetNames()
          Deprecated. A list of dataset names to include in a replica.
 int getReplicaModelType()
          Deprecated. Defines whether to output the data as simple datasets or as they are defined in the master geodatabase.
 IName getTableName(int index)
          Deprecated. The name of a dataset to check out.
 int getTableNameCount()
          Deprecated. The number of table type objects that will be checked out.
 void init(IEnumName enumNames, IWorkspaceName outputWSName, boolean reuseSchema, int deType)
          Deprecated. Defines the datasets to replica or extract and the output geodatabase.
 boolean isPrivateTable(int index)
          Deprecated. Indicates if a dataset is private or not.
 boolean isTableExcluded(int index)
          Deprecated. Indicates if a table is to be excluded from a replica.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setIsPrivateTable(int index, boolean isPrivate)
          Deprecated. Indicates if a dataset is private or not.
 void setReplicaModelType(int modelType)
          Deprecated. Defines whether to output the data as simple datasets or as they are defined in the master geodatabase.
 void setTableExcluded(int index, boolean exclude)
          Deprecated. Indicates if a table is to be excluded from a replica.
 
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

IReplicaDescriptionProxy

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

IReplicaDescriptionProxy

public IReplicaDescriptionProxy()
Deprecated. 
For internal use only


IReplicaDescriptionProxy

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

IReplicaDescriptionProxy

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

IReplicaDescriptionProxy

protected IReplicaDescriptionProxy(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(IEnumName enumNames,
                 IWorkspaceName outputWSName,
                 boolean reuseSchema,
                 int deType)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Defines the datasets to replica or extract and the output geodatabase.

Specified by:
init in interface IReplicaDescription
Parameters:
enumNames - A reference to a com.esri.arcgis.system.IEnumName (in)
outputWSName - A reference to a com.esri.arcgis.geodatabase.IWorkspaceName (in)
reuseSchema - The reuseSchema (in)
deType - A com.esri.arcgis.geodatabase.esriDataExtractionType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDatasetNames

public IEnumName getDatasetNames()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
A list of dataset names to include in a replica.

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

getTableNameCount

public int getTableNameCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The number of table type objects that will be checked out.

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

getTableName

public IName getTableName(int index)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The name of a dataset to check out.

Specified by:
getTableName in interface IReplicaDescription
Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.system.IName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTableExcluded

public void setTableExcluded(int index,
                             boolean exclude)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if a table is to be excluded from a replica.

Specified by:
setTableExcluded in interface IReplicaDescription
Parameters:
index - The index (in)
exclude - The exclude (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTableExcluded

public boolean isTableExcluded(int index)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if a table is to be excluded from a replica.

Specified by:
isTableExcluded in interface IReplicaDescription
Parameters:
index - The index (in)
Returns:
The exclude
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setReplicaModelType

public void setReplicaModelType(int modelType)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Defines whether to output the data as simple datasets or as they are defined in the master geodatabase.

Specified by:
setReplicaModelType in interface IReplicaDescription
Parameters:
modelType - A com.esri.arcgis.geodatabase.esriReplicaModelType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getReplicaModelType

public int getReplicaModelType()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Defines whether to output the data as simple datasets or as they are defined in the master geodatabase.

Specified by:
getReplicaModelType in interface IReplicaDescription
Returns:
A com.esri.arcgis.geodatabase.esriReplicaModelType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

findTable

public int findTable(IName datasetName)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Gets the index number of a dataset.

Specified by:
findTable in interface IReplicaDescription
Parameters:
datasetName - A reference to a com.esri.arcgis.system.IName (in)
Returns:
The index
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

addDatasetNames

public void addDatasetNames(IEnumName datasetNames)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Adding dataset names to the existing list of replica description dataset names.

Specified by:
addDatasetNames in interface IReplicaDescription
Parameters:
datasetNames - A reference to a com.esri.arcgis.system.IEnumName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIsPrivateTable

public void setIsPrivateTable(int index,
                              boolean isPrivate)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if a dataset is private or not.

Specified by:
setIsPrivateTable in interface IReplicaDescription
Parameters:
index - The index (in)
isPrivate - The isPrivate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isPrivateTable

public boolean isPrivateTable(int index)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if a dataset is private or not.

Specified by:
isPrivateTable in interface IReplicaDescription
Parameters:
index - The index (in)
Returns:
The isPrivate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.