com.esri.arcgis.geodatabase
Class IWorkspaceFactorySchemaCacheProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.geodatabase.IWorkspaceFactorySchemaCacheProxy
All Implemented Interfaces:
IWorkspaceFactorySchemaCache, java.io.Externalizable, java.io.Serializable

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

Description: 'Manages Geodatabase workspace schema caches.' 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 IWorkspaceFactorySchemaCacheProxy
extends com.esri.arcgis.interop.Dispatch
implements IWorkspaceFactorySchemaCache, 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.IWorkspaceFactorySchemaCache
IID, IID968ab1ea_7c1f_4aa1_9055_ca98cb622278
 
Constructor Summary
  IWorkspaceFactorySchemaCacheProxy()
          Deprecated. For internal use only
  IWorkspaceFactorySchemaCacheProxy(java.lang.Object obj)
          Deprecated.  
protected IWorkspaceFactorySchemaCacheProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IWorkspaceFactorySchemaCacheProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IWorkspaceFactorySchemaCacheProxy(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.  
 void disableAllSchemaCaches()
          Deprecated. Disable the schema caches of all open workspaces.
 void disableSchemaCache(IWorkspace workspace)
          Deprecated. Disable the schema cache for a specific workspace.
 void disableSchemaCaching()
          Deprecated. All new workspaces handed out by the factory will not have schema caching enabled.
 void enableAllSchemaCaches()
          Deprecated. Enable the schema caches of all open workspaces.
 void enableSchemaCache(IWorkspace workspace)
          Deprecated. Enable the schema cache for a specific workspace.
 void enableSchemaCaching()
          Deprecated. All new workspaces handed out by the factory will have schema caching enabled.
 boolean isAnySchemaCacheStale()
          Deprecated. Checks all current schema caches for staleness.
 boolean isSchemaCacheStale(IWorkspace workspace)
          Deprecated. Checks a specific schema cache for staleness.
 void refreshAllSchemaCaches()
          Deprecated. Refreshes all current schema caches.
 void refreshSchemaCache(IWorkspace workspace)
          Deprecated. Refreshes the schema cache for a specific workspace.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 
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

IWorkspaceFactorySchemaCacheProxy

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

IWorkspaceFactorySchemaCacheProxy

public IWorkspaceFactorySchemaCacheProxy()
Deprecated. 
For internal use only


IWorkspaceFactorySchemaCacheProxy

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

IWorkspaceFactorySchemaCacheProxy

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

IWorkspaceFactorySchemaCacheProxy

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

enableSchemaCaching

public void enableSchemaCaching()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
All new workspaces handed out by the factory will have schema caching enabled.

Specified by:
enableSchemaCaching in interface IWorkspaceFactorySchemaCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disableSchemaCaching

public void disableSchemaCaching()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
All new workspaces handed out by the factory will not have schema caching enabled.

Specified by:
disableSchemaCaching in interface IWorkspaceFactorySchemaCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enableSchemaCache

public void enableSchemaCache(IWorkspace workspace)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Enable the schema cache for a specific workspace.

Specified by:
enableSchemaCache in interface IWorkspaceFactorySchemaCache
Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

enableAllSchemaCaches

public void enableAllSchemaCaches()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Enable the schema caches of all open workspaces.

Specified by:
enableAllSchemaCaches in interface IWorkspaceFactorySchemaCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disableSchemaCache

public void disableSchemaCache(IWorkspace workspace)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Disable the schema cache for a specific workspace.

Specified by:
disableSchemaCache in interface IWorkspaceFactorySchemaCache
Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disableAllSchemaCaches

public void disableAllSchemaCaches()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Disable the schema caches of all open workspaces.

Specified by:
disableAllSchemaCaches in interface IWorkspaceFactorySchemaCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSchemaCacheStale

public boolean isSchemaCacheStale(IWorkspace workspace)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Checks a specific schema cache for staleness.

Specified by:
isSchemaCacheStale in interface IWorkspaceFactorySchemaCache
Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Returns:
The isStale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAnySchemaCacheStale

public boolean isAnySchemaCacheStale()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Checks all current schema caches for staleness.

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

refreshSchemaCache

public void refreshSchemaCache(IWorkspace workspace)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Refreshes the schema cache for a specific workspace.

Specified by:
refreshSchemaCache in interface IWorkspaceFactorySchemaCache
Parameters:
workspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

refreshAllSchemaCaches

public void refreshAllSchemaCaches()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Refreshes all current schema caches.

Specified by:
refreshAllSchemaCaches in interface IWorkspaceFactorySchemaCache
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.