com.esri.arcgis.geodatabase
Class IWorkspaceDefinitionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IWorkspaceDefinitionProxy
All Implemented Interfaces:
IWorkspaceDefinition, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IWorkspaceDefinition2Proxy

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

Description: 'Provides access to members that describe the definition of a workspace.' 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 IWorkspaceDefinitionProxy
extends com.esri.arcgis.interop.Dispatch
implements IWorkspaceDefinition, 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.IWorkspaceDefinition
IID, IID4f1d89ce_c93a_4733_9926_7022a7576d2a
 
Constructor Summary
  IWorkspaceDefinitionProxy()
          Deprecated. For internal use only
  IWorkspaceDefinitionProxy(java.lang.Object obj)
          Deprecated.  
protected IWorkspaceDefinitionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWorkspaceDefinitionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWorkspaceDefinitionProxy(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.  
 IArray getChildren()
          Deprecated. The list of sub-elements.
 IArray getDomains()
          Deprecated. The list of Domains.
 java.lang.String getVersion()
          Deprecated. The workspace version.
 int getWorkspaceType()
          Deprecated. The workspace type.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setChildrenByRef(IArray dataElements)
          Deprecated. The list of sub-elements.
 void setDomainsByRef(IArray domains)
          Deprecated. The list of Domains.
 void setVersion(java.lang.String workspaceVersion)
          Deprecated. The workspace version.
 void setWorkspaceType(int workspaceType)
          Deprecated. The workspace type.
 
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

IWorkspaceDefinitionProxy

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

IWorkspaceDefinitionProxy

public IWorkspaceDefinitionProxy()
Deprecated. 
For internal use only


IWorkspaceDefinitionProxy

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

IWorkspaceDefinitionProxy

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

IWorkspaceDefinitionProxy

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

getWorkspaceType

public int getWorkspaceType()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The workspace type.

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

setWorkspaceType

public void setWorkspaceType(int workspaceType)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The workspace type.

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

getVersion

public java.lang.String getVersion()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
The workspace version.

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

setVersion

public void setVersion(java.lang.String workspaceVersion)
                throws java.io.IOException,
                       AutomationException
Deprecated. 
The workspace version.

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

getDomains

public IArray getDomains()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The list of Domains.

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

setDomainsByRef

public void setDomainsByRef(IArray domains)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The list of Domains.

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

getChildren

public IArray getChildren()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The list of sub-elements.

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

setChildrenByRef

public void setChildrenByRef(IArray dataElements)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
The list of sub-elements.

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