com.esri.arcgis.geodatabase
Class IWorkspaceNameProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IWorkspaceNameProxy
All Implemented Interfaces:
IWorkspaceName, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IWorkspaceName2Proxy

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

Description: 'Provides access to members that supply workspace name information.' 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 IWorkspaceNameProxy
extends com.esri.arcgis.interop.Dispatch
implements IWorkspaceName, 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.IWorkspaceName
IID, IIDfadd975c_e36f_11d1_aa81_00c04fa33a15
 
Constructor Summary
  IWorkspaceNameProxy()
          Deprecated. For internal use only
  IWorkspaceNameProxy(java.lang.Object obj)
          Deprecated.  
protected IWorkspaceNameProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWorkspaceNameProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWorkspaceNameProxy(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.  
 java.lang.String getBrowseName()
          Deprecated. The browse name of the WorkspaceName.
 java.lang.String getCategory()
          Deprecated. The category of the WorkspaceName.
 IPropertySet getConnectionProperties()
          Deprecated. The connection properties of the WorkspaceName.
 java.lang.String getPathName()
          Deprecated. The path name of the WorkspaceName.
 int getType()
          Deprecated. The type of the associated workspace.
 IWorkspaceFactory getWorkspaceFactory()
          Deprecated. The workspace factory of the WorkspaceName.
 java.lang.String getWorkspaceFactoryProgID()
          Deprecated. The ProgID of the WorkspaceName's workspace factory.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBrowseName(java.lang.String browseName)
          Deprecated. The browse name of the WorkspaceName.
 void setConnectionProperties(IPropertySet connectionProperties)
          Deprecated. The connection properties of the WorkspaceName.
 void setPathName(java.lang.String pathName)
          Deprecated. The path name of the WorkspaceName.
 void setWorkspaceFactoryProgID(java.lang.String progID)
          Deprecated. The ProgID of the WorkspaceName's workspace factory.
 
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

IWorkspaceNameProxy

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

IWorkspaceNameProxy

public IWorkspaceNameProxy()
Deprecated. 
For internal use only


IWorkspaceNameProxy

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

IWorkspaceNameProxy

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

IWorkspaceNameProxy

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

getPathName

public java.lang.String getPathName()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The path name of the WorkspaceName.

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

setPathName

public void setPathName(java.lang.String pathName)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The path name of the WorkspaceName.

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

getWorkspaceFactoryProgID

public java.lang.String getWorkspaceFactoryProgID()
                                           throws java.io.IOException,
                                                  AutomationException
Deprecated. 
The ProgID of the WorkspaceName's workspace factory.

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

setWorkspaceFactoryProgID

public void setWorkspaceFactoryProgID(java.lang.String progID)
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The ProgID of the WorkspaceName's workspace factory.

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

getBrowseName

public java.lang.String getBrowseName()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The browse name of the WorkspaceName.

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

setBrowseName

public void setBrowseName(java.lang.String browseName)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The browse name of the WorkspaceName.

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

getWorkspaceFactory

public IWorkspaceFactory getWorkspaceFactory()
                                      throws java.io.IOException,
                                             AutomationException
Deprecated. 
The workspace factory of the WorkspaceName.

Specified by:
getWorkspaceFactory in interface IWorkspaceName
Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceFactory
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionProperties

public void setConnectionProperties(IPropertySet connectionProperties)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The connection properties of the WorkspaceName.

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

getConnectionProperties

public IPropertySet getConnectionProperties()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The connection properties of the WorkspaceName.

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

getType

public int getType()
            throws java.io.IOException,
                   AutomationException
Deprecated. 
The type of the associated workspace.

Specified by:
getType in interface IWorkspaceName
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.

getCategory

public java.lang.String getCategory()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
The category of the WorkspaceName.

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