com.esri.arcgis.geodatabase
Class IPlugInWorkspaceFactoryHelper2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IPlugInWorkspaceFactoryHelperProxy
          extended by com.esri.arcgis.geodatabase.IPlugInWorkspaceFactoryHelper2Proxy
All Implemented Interfaces:
IPlugInWorkspaceFactoryHelper, IPlugInWorkspaceFactoryHelper2, Externalizable, Serializable

public class IPlugInWorkspaceFactoryHelper2Proxy
extends IPlugInWorkspaceFactoryHelperProxy
implements IPlugInWorkspaceFactoryHelper2, Serializable

Provides access to members that help the Plug-In workspace factory.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
Serialized Form

Field Summary
 boolean noncastable
           
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Constructor Summary
  IPlugInWorkspaceFactoryHelper2Proxy()
           
  IPlugInWorkspaceFactoryHelper2Proxy(Object obj)
           
protected IPlugInWorkspaceFactoryHelper2Proxy(Object obj, String iid)
           
 
Method Summary
 void addListener(String iidStr, Object theListener, Object theSource)
           
 IPlugInWorkspaceHelper openWorkspaceEx(String wksString, IPropertySet pConnectionProps)
          Opens a workspace helper for the workspace identified by the workspace string, using the connection properties.
 void removeListener(String iidStr, Object theListener)
           
 
Methods inherited from class com.esri.arcgis.geodatabase.IPlugInWorkspaceFactoryHelperProxy
containsWorkspace, getDatasetDescription, getDataSourceName, getWorkspaceDescription, getWorkspaceFactoryTypeID, getWorkspaceString, getWorkspaceType, isCanSupportSQL, isWorkspace, openWorkspace
 
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
 
Methods inherited from interface com.esri.arcgis.geodatabase.IPlugInWorkspaceFactoryHelper
containsWorkspace, getDatasetDescription, getDataSourceName, getWorkspaceDescription, getWorkspaceFactoryTypeID, getWorkspaceString, getWorkspaceType, isCanSupportSQL, isWorkspace, openWorkspace
 

Field Detail

noncastable

public boolean noncastable
Constructor Detail

IPlugInWorkspaceFactoryHelper2Proxy

public IPlugInWorkspaceFactoryHelper2Proxy()

IPlugInWorkspaceFactoryHelper2Proxy

public IPlugInWorkspaceFactoryHelper2Proxy(Object obj)
                                    throws IOException
Throws:
IOException

IPlugInWorkspaceFactoryHelper2Proxy

protected IPlugInWorkspaceFactoryHelper2Proxy(Object obj,
                                              String iid)
                                       throws IOException
Throws:
IOException
Method Detail

addListener

public void addListener(String iidStr,
                        Object theListener,
                        Object theSource)
                 throws IOException
Overrides:
addListener in class IPlugInWorkspaceFactoryHelperProxy
Throws:
IOException

removeListener

public void removeListener(String iidStr,
                           Object theListener)
                    throws IOException
Overrides:
removeListener in class IPlugInWorkspaceFactoryHelperProxy
Throws:
IOException

openWorkspaceEx

public IPlugInWorkspaceHelper openWorkspaceEx(String wksString,
                                              IPropertySet pConnectionProps)
                                       throws IOException,
                                              AutomationException
Opens a workspace helper for the workspace identified by the workspace string, using the connection properties.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
openWorkspaceEx in interface IPlugInWorkspaceFactoryHelper2
Parameters:
wksString - The wksString (in)
pConnectionProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IPlugInWorkspaceHelper
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.