|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabasedistributed.IGeoDataServerProxy
Description: 'Provides access to methods supported by a GeoDataServer 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 IGeoDataServerProxy
Internal use class
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.geodatabasedistributed.IGeoDataServer |
---|
IID, IIDb59deddd_065f_4c9f_942a_af79e8ab3fbc |
Constructor Summary | |
---|---|
|
IGeoDataServerProxy()
Deprecated. For internal use only |
|
IGeoDataServerProxy(java.lang.Object obj)
Deprecated. |
protected |
IGeoDataServerProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGeoDataServerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGeoDataServerProxy(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. |
IGDSData |
compareReplicaSchema(IGDSData relativeReplicaSchemaDoc,
int transportType)
Deprecated. Compares the schema of a replica with that of its relative, and returns a schema changes XML document. |
IGDSData |
createReplica(java.lang.String parentVersion,
java.lang.String replicaName,
IGPReplicaDescription replicaDesc,
IGPReplicaOptions repOptions,
IGDSExportOptions exportOptions,
int transportType)
Deprecated. Creates a Replica. |
IGPReplicaDatasets |
expandReplicaDatasets(IGPReplicaDatasets repDatasets)
Deprecated. Expands a set of replica datasets taking into consideration geodatabase constructs (topologies, relationship classes, etc.). |
IGDSData |
exportAcknowledgement(java.lang.String replicaName,
int transportType)
Deprecated. Export an acknowledgement message for a replica. |
IGDSData |
exportReplicaDataChanges(java.lang.String replicaName,
IGDSExportOptions options,
int transportType,
int generationsToExport,
boolean switchRole)
Deprecated. Exports data changes for a replica. |
IGDSData |
exportReplicaSchema(java.lang.String replicaName,
int transportType)
Deprecated. Exports the schema of a replica to an Xml document. |
IGDSData |
extractData(java.lang.String versionName,
IGPReplicaDescription replicaDesc,
IGDSExportOptions options,
int transportType)
Deprecated. Extract Data. |
IDataElements |
getDataElements(IDEBrowseOptions pBrowseOptions)
Deprecated. The data elements in the workspace. |
java.lang.String |
getDefaultWorkingVersion()
Deprecated. The default working version for all operations/methods. |
int |
getMaxRecordCount()
Deprecated. The maximum number of records to be returned by a search. |
IGDSQueryResultPortion |
getNextResultPortion(IResultPortionInfo desiredRange)
Deprecated. Gets the next portion of the results. |
IGPReplicas |
getReplicas()
Deprecated. The replicas in the workspace. |
IGPVersionInfos |
getVersions()
Deprecated. The versions in the workspace. |
int |
getWrappedWorkspaceType()
Deprecated. The type of the geodatabase the geodataserver operates on. |
void |
importAcknowledgement(IGDSData data)
Deprecated. Import an acknowledgement message for a replica. |
void |
importData(IGDSData pData,
int fmt)
Deprecated. Imports data into the workspace. |
boolean |
importReplicaDataChanges(int sourceType,
int reconcilePolicy,
boolean columnLevel,
IGDSData data)
Deprecated. Import the data changes for a replica. |
void |
importReplicaSchemaChanges(IGDSData schemaChangesDoc)
Deprecated. Updates the schema of the replica with the changes in an schema changes XML document. |
IGDSData |
reExportReplicaDataChanges(java.lang.String replicaName,
IGDSExportOptions options,
int transportType,
int gensToExport)
Deprecated. Re-exports data changes for a replica. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
IGDSQueryResultPortion |
tableSearch(java.lang.String versionName,
java.lang.String tableName,
IQueryFilter queryFilter,
IResultPortionInfo queryRange)
Deprecated. Returns the records satisfying the specified query. |
void |
unregisterReplica(java.lang.String replicaName)
Deprecated. Unregisters the 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 |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGeoDataServerProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IGeoDataServerProxy()
public IGeoDataServerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeoDataServerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGeoDataServerProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getMaxRecordCount() throws java.io.IOException, AutomationException
getMaxRecordCount
in interface IGeoDataServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDataElements getDataElements(IDEBrowseOptions pBrowseOptions) throws java.io.IOException, AutomationException
getDataElements
in interface IGeoDataServer
pBrowseOptions
- A reference to a com.esri.arcgis.geodatabase.IDEBrowseOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPVersionInfos getVersions() throws java.io.IOException, AutomationException
getVersions
in interface IGeoDataServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPReplicas getReplicas() throws java.io.IOException, AutomationException
getReplicas
in interface IGeoDataServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultWorkingVersion() throws java.io.IOException, AutomationException
getDefaultWorkingVersion
in interface IGeoDataServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getWrappedWorkspaceType() throws java.io.IOException, AutomationException
getWrappedWorkspaceType
in interface IGeoDataServer
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData extractData(java.lang.String versionName, IGPReplicaDescription replicaDesc, IGDSExportOptions options, int transportType) throws java.io.IOException, AutomationException
extractData
in interface IGeoDataServer
versionName
- The versionName (in)replicaDesc
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaDescription (in)options
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData createReplica(java.lang.String parentVersion, java.lang.String replicaName, IGPReplicaDescription replicaDesc, IGPReplicaOptions repOptions, IGDSExportOptions exportOptions, int transportType) throws java.io.IOException, AutomationException
createReplica
in interface IGeoDataServer
parentVersion
- The parentVersion (in)replicaName
- The replicaName (in)replicaDesc
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaDescription (in)repOptions
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaOptions (in)exportOptions
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPReplicaDatasets expandReplicaDatasets(IGPReplicaDatasets repDatasets) throws java.io.IOException, AutomationException
expandReplicaDatasets
in interface IGeoDataServer
repDatasets
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaDatasets (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void importData(IGDSData pData, int fmt) throws java.io.IOException, AutomationException
importData
in interface IGeoDataServer
pData
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)fmt
- A com.esri.arcgis.geodatabasedistributed.esriGDSImportFormat constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData exportReplicaDataChanges(java.lang.String replicaName, IGDSExportOptions options, int transportType, int generationsToExport, boolean switchRole) throws java.io.IOException, AutomationException
exportReplicaDataChanges
in interface IGeoDataServer
replicaName
- The replicaName (in)options
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)generationsToExport
- A com.esri.arcgis.geodatabasedistributed.esriExportGenerationsOption constant (in)switchRole
- The switchRole (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData reExportReplicaDataChanges(java.lang.String replicaName, IGDSExportOptions options, int transportType, int gensToExport) throws java.io.IOException, AutomationException
reExportReplicaDataChanges
in interface IGeoDataServer
replicaName
- The replicaName (in)options
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSExportOptions (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)gensToExport
- A com.esri.arcgis.geodatabasedistributed.esriReExportGenerationsOption constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean importReplicaDataChanges(int sourceType, int reconcilePolicy, boolean columnLevel, IGDSData data) throws java.io.IOException, AutomationException
importReplicaDataChanges
in interface IGeoDataServer
sourceType
- A com.esri.arcgis.geodatabasedistributed.esriGDSReplicaImportSource constant (in)reconcilePolicy
- A com.esri.arcgis.geodatabase.esriReplicaReconcilePolicyType constant (in)columnLevel
- The columnLevel (in)data
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData exportAcknowledgement(java.lang.String replicaName, int transportType) throws java.io.IOException, AutomationException
exportAcknowledgement
in interface IGeoDataServer
replicaName
- The replicaName (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void importAcknowledgement(IGDSData data) throws java.io.IOException, AutomationException
importAcknowledgement
in interface IGeoDataServer
data
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void unregisterReplica(java.lang.String replicaName) throws java.io.IOException, AutomationException
unregisterReplica
in interface IGeoDataServer
replicaName
- The replicaName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSQueryResultPortion tableSearch(java.lang.String versionName, java.lang.String tableName, IQueryFilter queryFilter, IResultPortionInfo queryRange) throws java.io.IOException, AutomationException
tableSearch
in interface IGeoDataServer
versionName
- The versionName (in)tableName
- The tableName (in)queryFilter
- A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)queryRange
- A reference to a com.esri.arcgis.geodatabase.IResultPortionInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSQueryResultPortion getNextResultPortion(IResultPortionInfo desiredRange) throws java.io.IOException, AutomationException
getNextResultPortion
in interface IGeoDataServer
desiredRange
- A reference to a com.esri.arcgis.geodatabase.IResultPortionInfo (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData exportReplicaSchema(java.lang.String replicaName, int transportType) throws java.io.IOException, AutomationException
exportReplicaSchema
in interface IGeoDataServer
replicaName
- The replicaName (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGDSData compareReplicaSchema(IGDSData relativeReplicaSchemaDoc, int transportType) throws java.io.IOException, AutomationException
compareReplicaSchema
in interface IGeoDataServer
relativeReplicaSchemaDoc
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)transportType
- A com.esri.arcgis.geodatabasedistributed.esriGDSTransportType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void importReplicaSchemaChanges(IGDSData schemaChangesDoc) throws java.io.IOException, AutomationException
importReplicaSchemaChanges
in interface IGeoDataServer
schemaChangesDoc
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |