public class SqlCacheDependency extends CacheDependency
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.Caching.SqlCacheDependency
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.Caching.SqlCacheDependency
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlCacheDependency() |
SqlCacheDependency(java.lang.Object instance)
Internal constructor.
|
SqlCacheDependency(SqlCommand sqlCmd) |
SqlCacheDependency(java.lang.String databaseEntryName,
java.lang.String tableName) |
| Modifier and Type | Method and Description |
|---|---|
static SqlCacheDependency |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into SqlCacheDependency, a cast assert is made to check if types are compatible. |
static CacheDependency |
CreateOutputCacheDependency(java.lang.String dependency) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
GetUniqueID() |
void |
setJCOInstance(JCObject instance) |
close, Dispose, GetFileDependencies, getHasChanged, getUtcLastModified, ItemRemoved, KeepDependenciesAlive, TakeOwnershippublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlCacheDependency()
throws java.lang.Throwable
java.lang.Throwablepublic SqlCacheDependency(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlCacheDependency(SqlCommand sqlCmd) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OverflowException, SecurityException, ConfigurationException, ProviderException, ConfigurationErrorsException, NullReferenceException, MemberAccessException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionOverflowExceptionSecurityExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionMemberAccessExceptionOutOfMemoryExceptionpublic SqlCacheDependency(java.lang.String databaseEntryName,
java.lang.String tableName)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
SecurityException,
NotSupportedException,
MemberAccessException,
TargetException,
TargetParameterCountException,
HttpException,
ConfigurationException,
ProviderException,
ConfigurationErrorsException,
NullReferenceException,
NotImplementedException,
FormatException,
DatabaseNotEnabledForNotificationException,
TableNotEnabledForNotificationException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArgumentExceptionSecurityExceptionNotSupportedExceptionMemberAccessExceptionTargetExceptionTargetParameterCountExceptionHttpExceptionConfigurationExceptionProviderExceptionConfigurationErrorsExceptionNullReferenceExceptionNotImplementedExceptionFormatExceptionDatabaseNotEnabledForNotificationExceptionTableNotEnabledForNotificationExceptionOverflowExceptionOutOfMemoryExceptionpublic static SqlCacheDependency cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlCacheDependency, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlCacheDependency instancejava.lang.Throwable - in case of error during cast operationpublic static CacheDependency CreateOutputCacheDependency(java.lang.String dependency) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, HttpException, SecurityException, ConfigurationException, ProviderException, NullReferenceException, ConfigurationErrorsException, OutOfMemoryException, DatabaseNotEnabledForNotificationException, TableNotEnabledForNotificationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionHttpExceptionSecurityExceptionConfigurationExceptionProviderExceptionNullReferenceExceptionConfigurationErrorsExceptionOutOfMemoryExceptionDatabaseNotEnabledForNotificationExceptionTableNotEnabledForNotificationExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class CacheDependencyString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class CacheDependencyString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class CacheDependencyObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class CacheDependencyString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class CacheDependencyJCType representing the CLR Type of the instantiated Classpublic java.lang.String GetUniqueID()
throws java.lang.Throwable
GetUniqueID in class CacheDependencyjava.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class CacheDependency