|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.geodatabasedistributed.IGeoDataServerInitProxy
Description: 'Provides access to members that support initializing a GeoDataServer.' 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 IGeoDataServerInitProxy
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.IGeoDataServerInit |
---|
IID, IID841bdc30_fe10_46af_b67b_582252bc16b8 |
Constructor Summary | |
---|---|
|
IGeoDataServerInitProxy()
Deprecated. For internal use only |
|
IGeoDataServerInitProxy(java.lang.Object obj)
Deprecated. |
protected |
IGeoDataServerInitProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IGeoDataServerInitProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IGeoDataServerInitProxy(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. |
int |
getMaxRecordCount()
Deprecated. The maximum number of records returned for query results. |
java.lang.String |
getPhysicalOutputDirectory()
Deprecated. The physical directory for output files. |
java.lang.String |
getVirtualOutputDirectory()
Deprecated. The virtual directory for output files. |
void |
initFromConnectionString(java.lang.String connectionString)
Deprecated. Initializes a GeoDataServer object from a connection string to a geodatabase. |
void |
initFromFile(java.lang.String file)
Deprecated. Initializes a GeoDataServer object from a geodatabase or an sde connection file (*.sde). |
void |
initFromMap(java.lang.String filePath)
Deprecated. Initializes a GeoDataServer object with a map document. |
void |
initWithWorkspace(IWorkspace pWorkspace)
Deprecated. Initializes a GeoDataServer object with a workspace. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setMaxRecordCount(int count)
Deprecated. The maximum number of records returned for query results. |
void |
setPhysicalOutputDirectory(java.lang.String dirPath)
Deprecated. The physical directory for output files. |
void |
setVirtualOutputDirectory(java.lang.String dirPath)
Deprecated. The virtual directory for output files. |
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 IGeoDataServerInitProxy(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 IGeoDataServerInitProxy()
public IGeoDataServerInitProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGeoDataServerInitProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGeoDataServerInitProxy(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 void initFromMap(java.lang.String filePath) throws java.io.IOException, AutomationException
initFromMap
in interface IGeoDataServerInit
filePath
- The filePath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initFromFile(java.lang.String file) throws java.io.IOException, AutomationException
initFromFile
in interface IGeoDataServerInit
file
- The file (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initFromConnectionString(java.lang.String connectionString) throws java.io.IOException, AutomationException
initFromConnectionString
in interface IGeoDataServerInit
connectionString
- The connectionString (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void initWithWorkspace(IWorkspace pWorkspace) throws java.io.IOException, AutomationException
initWithWorkspace
in interface IGeoDataServerInit
pWorkspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPhysicalOutputDirectory(java.lang.String dirPath) throws java.io.IOException, AutomationException
setPhysicalOutputDirectory
in interface IGeoDataServerInit
dirPath
- The dirPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPhysicalOutputDirectory() throws java.io.IOException, AutomationException
getPhysicalOutputDirectory
in interface IGeoDataServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVirtualOutputDirectory(java.lang.String dirPath) throws java.io.IOException, AutomationException
setVirtualOutputDirectory
in interface IGeoDataServerInit
dirPath
- The dirPath (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVirtualOutputDirectory() throws java.io.IOException, AutomationException
getVirtualOutputDirectory
in interface IGeoDataServerInit
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 IGeoDataServerInit
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxRecordCount(int count) throws java.io.IOException, AutomationException
setMaxRecordCount
in interface IGeoDataServerInit
count
- The count (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 |