|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabasedistributed.GeoDataServerLP
public class GeoDataServerLP
COM Class 'GeoDataServerLP'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabaseDistributed.olb'
Description 'The lan proxy for the geodata server.' 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 =
Field Summary |
---|
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObject2 |
---|
IID, IID2e07daa3_6dec_4dc3_a7ed_2f29e2ecfe4a, xxDummy |
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerObject |
---|
IID7c25fb69_eac4_433c_b08c_7ae39e83ffbd |
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IGeoDataServer2 |
---|
IID, IID5906a736_62ed_4fb6_b84f_191131dfab07, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabasedistributed.IGeoDataServer |
---|
IIDb59deddd_065f_4c9f_942a_af79e8ab3fbc |
Constructor Summary | |
---|---|
GeoDataServerLP()
Constructs a GeoDataServerLP using ArcGIS Engine. |
|
GeoDataServerLP(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GeoDataServerLP theGeoDataServerLP = (GeoDataServerLP) obj; |
Method Summary | |
---|---|
IGDSData |
compareReplicaSchema(IGDSData relativeReplicaSchemaDoc,
int transportType)
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)
Creates a Replica. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGPReplicaDatasets |
expandReplicaDatasets(IGPReplicaDatasets repDatasets)
Expands a set of replica datasets taking into consideration geodatabase constructs (topologies, relationship classes, etc.). |
IGPReplicaDatasets |
expandReplicaDatasets2(IGPReplicaDatasets gPReplicaDatasets,
IGPReplicaOptions replicaOptions)
Expands a set of replica datasets taking into consideration geodatabase constructs (topologies, relationship classes, etc.). |
IGDSData |
exportAcknowledgement(java.lang.String replicaName,
int transportType)
Export an acknowledgement message for a replica. |
IGDSData |
exportReplicaDataChanges(java.lang.String replicaName,
IGDSExportOptions options,
int transportType,
int generationsToExport,
boolean switchRole)
Exports data changes for a replica. |
IGDSData |
exportReplicaSchema(java.lang.String replicaName,
int transportType)
Exports the schema of a replica to an Xml document. |
IGDSData |
extractData(java.lang.String versionName,
IGPReplicaDescription replicaDesc,
IGDSExportOptions options,
int transportType)
Extract Data. |
static java.lang.String |
getClsid()
getClsid. |
IDataElements |
getDataElements(IDEBrowseOptions pBrowseOptions)
The data elements in the workspace. |
java.lang.String |
getDefaultWorkingVersion()
The default working version for all operations/methods. |
IName |
getFullName()
The AGSServerConnectionName object associated with the server object. |
int |
getHttpTimeout()
The maximum time in seconds to wait for a response from the server (Internet only). |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMaxRecordCount()
The maximum number of records to be returned by a search. |
IGDSQueryResultPortion |
getNextResultPortion(IResultPortionInfo desiredRange)
Gets the next portion of the results. |
IGPReplica |
getReplica(java.lang.String replicaName)
Return the replica in the workspace that has a specific name. |
IGPReplicas |
getReplicas()
The replicas in the workspace. |
IGPVersionInfos |
getVersions()
The versions in the workspace. |
int |
getWrappedWorkspaceType()
The type of the geodatabase the geodataserver operates on. |
int |
hashCode()
the hashcode for this object |
void |
importAcknowledgement(IGDSData data)
Import an acknowledgement message for a replica. |
void |
importData(IGDSData pData,
int fmt)
Imports data into the workspace. |
boolean |
importReplicaDataChanges(int sourceType,
int reconcilePolicy,
boolean columnLevel,
IGDSData data)
Import the data changes for a replica. |
void |
importReplicaSchemaChanges(IGDSData schemaChangesDoc)
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)
Re-exports data changes for a replica. |
void |
release()
Release a GeoDataServerLP. |
void |
setHttpTimeout(int secs)
The maximum time in seconds to wait for a response from the server (Internet only). |
IGDSQueryResultPortion |
tableSearch(java.lang.String versionName,
java.lang.String tableName,
IQueryFilter queryFilter,
IResultPortionInfo queryRange)
Returns the records satisfying the specified query. |
void |
unregisterReplica(java.lang.String replicaName)
Unregisters the replica. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoDataServerLP() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic GeoDataServerLP(java.lang.Object obj) throws java.io.IOException
GeoDataServerLP theGeoDataServerLP = (GeoDataServerLP) obj;
obj
to GeoDataServerLP
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public IName getFullName() throws java.io.IOException, AutomationException
getFullName
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHttpTimeout(int secs) throws java.io.IOException, AutomationException
setHttpTimeout
in interface IAGSServerObject2
secs
- The secs (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getHttpTimeout() throws java.io.IOException, AutomationException
getHttpTimeout
in interface IAGSServerObject2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.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.public IGPReplicaDatasets expandReplicaDatasets2(IGPReplicaDatasets gPReplicaDatasets, IGPReplicaOptions replicaOptions) throws java.io.IOException, AutomationException
expandReplicaDatasets2
in interface IGeoDataServer2
gPReplicaDatasets
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaDatasets (in)replicaOptions
- A reference to a com.esri.arcgis.geodatabase.IGPReplicaOptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGPReplica getReplica(java.lang.String replicaName) throws java.io.IOException, AutomationException
getReplica
in interface IGeoDataServer2
replicaName
- The replicaName (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 |