Package system.web.ui.webcontrols
Class SqlDataSource
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- system.web.ui.DataSourceControl
-
- system.web.ui.webcontrols.SqlDataSource
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IParserAccessor
- Direct Known Subclasses:
AccessDataSource
public class SqlDataSource extends DataSourceControl
The base .NET class managing System.Web.UI.WebControls.SqlDataSource, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.SqlDataSource
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.WebControls.SqlDataSourcestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description SqlDataSource()SqlDataSource(java.lang.Object instance)Internal constructor.SqlDataSource(java.lang.String connectionString, java.lang.String selectCommand)SqlDataSource(java.lang.String providerName, java.lang.String connectionString, java.lang.String selectCommand)
-
Method Summary
-
Methods inherited from class system.web.ui.DataSourceControl
ApplyStyleSheetSkin, FindControl, Focus, HasControls, RenderControl
-
Methods inherited from class system.web.ui.Control
addDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, close, DataBind, Dispose, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisible
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.WebControls.SqlDataSource- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SqlDataSource
public SqlDataSource(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
SqlDataSource
public SqlDataSource() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SqlDataSource
public SqlDataSource(java.lang.String connectionString, java.lang.String selectCommand) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
SqlDataSource
public SqlDataSource(java.lang.String providerName, java.lang.String connectionString, java.lang.String selectCommand) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- Overrides:
getJCOAssemblyNamein classDataSourceControl- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceIParserAccessor- Overrides:
getJCOClassNamein classDataSourceControl- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceIParserAccessor- Overrides:
getJCOObjectNamein classDataSourceControl- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceIParserAccessor- Overrides:
getJCOInstancein classDataSourceControl- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataSourceControl
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceIParserAccessor- Overrides:
getJCOTypein classDataSourceControl- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static SqlDataSource cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoSqlDataSource, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
SqlDataSourceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Delete
public int Delete() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionNotSupportedException
-
Insert
public int Insert() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionNotSupportedException
-
Update
public int Update() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionNotSupportedException
-
Select
public IEnumerable Select(DataSourceSelectArguments arguments) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getCancelSelectOnNullParameter
public boolean getCancelSelectOnNullParameter() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setCancelSelectOnNullParameter
public void setCancelSelectOnNullParameter(boolean CancelSelectOnNullParameter) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getEnableCaching
public boolean getEnableCaching() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
setEnableCaching
public void setEnableCaching(boolean EnableCaching) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getCacheDuration
public int getCacheDuration() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
setCacheDuration
public void setCacheDuration(int CacheDuration) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
getCacheKeyDependency
public java.lang.String getCacheKeyDependency() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
setCacheKeyDependency
public void setCacheKeyDependency(java.lang.String CacheKeyDependency) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getConnectionString
public java.lang.String getConnectionString() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setConnectionString
public void setConnectionString(java.lang.String ConnectionString) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getDeleteCommand
public java.lang.String getDeleteCommand() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setDeleteCommand
public void setDeleteCommand(java.lang.String DeleteCommand) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getFilterExpression
public java.lang.String getFilterExpression() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setFilterExpression
public void setFilterExpression(java.lang.String FilterExpression) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getInsertCommand
public java.lang.String getInsertCommand() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setInsertCommand
public void setInsertCommand(java.lang.String InsertCommand) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getOldValuesParameterFormatString
public java.lang.String getOldValuesParameterFormatString() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setOldValuesParameterFormatString
public void setOldValuesParameterFormatString(java.lang.String OldValuesParameterFormatString) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getProviderName
public java.lang.String getProviderName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setProviderName
public void setProviderName(java.lang.String ProviderName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSelectCommand
public java.lang.String getSelectCommand() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setSelectCommand
public void setSelectCommand(java.lang.String SelectCommand) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getSortParameterName
public java.lang.String getSortParameterName() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setSortParameterName
public void setSortParameterName(java.lang.String SortParameterName) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getSqlCacheDependency
public java.lang.String getSqlCacheDependency() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
setSqlCacheDependency
public void setSqlCacheDependency(java.lang.String SqlCacheDependency) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
getUpdateCommand
public java.lang.String getUpdateCommand() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setUpdateCommand
public void setUpdateCommand(java.lang.String UpdateCommand) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getConflictDetection
public ConflictOptions getConflictDetection() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setConflictDetection
public void setConflictDetection(ConflictOptions ConflictDetection) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeException
-
getCacheExpirationPolicy
public DataSourceCacheExpiry getCacheExpirationPolicy() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
setCacheExpirationPolicy
public void setCacheExpirationPolicy(DataSourceCacheExpiry CacheExpirationPolicy) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
getDeleteParameters
public ParameterCollection getDeleteParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getFilterParameters
public ParameterCollection getFilterParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getInsertParameters
public ParameterCollection getInsertParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getSelectParameters
public ParameterCollection getSelectParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getUpdateParameters
public ParameterCollection getUpdateParameters() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
getDeleteCommandType
public SqlDataSourceCommandType getDeleteCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setDeleteCommandType
public void setDeleteCommandType(SqlDataSourceCommandType DeleteCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeException
-
getInsertCommandType
public SqlDataSourceCommandType getInsertCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setInsertCommandType
public void setInsertCommandType(SqlDataSourceCommandType InsertCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeException
-
getSelectCommandType
public SqlDataSourceCommandType getSelectCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setSelectCommandType
public void setSelectCommandType(SqlDataSourceCommandType SelectCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeException
-
getUpdateCommandType
public SqlDataSourceCommandType getUpdateCommandType() throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedException
-
setUpdateCommandType
public void setUpdateCommandType(SqlDataSourceCommandType UpdateCommandType) throws java.lang.Throwable, ArgumentNullException, MulticastNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionMulticastNotSupportedExceptionArgumentOutOfRangeException
-
getDataSourceMode
public SqlDataSourceMode getDataSourceMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataSourceMode
public void setDataSourceMode(SqlDataSourceMode DataSourceMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
addDeleting
public void addDeleting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleting
public void removeDeleting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInserting
public void addInserting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInserting
public void removeInserting(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdating
public void addUpdating(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdating
public void removeUpdating(SqlDataSourceCommandEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFiltering
public void addFiltering(SqlDataSourceFilteringEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFiltering
public void removeFiltering(SqlDataSourceFilteringEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelecting
public void addSelecting(SqlDataSourceSelectingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelecting
public void removeSelecting(SqlDataSourceSelectingEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeleted
public void addDeleted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeleted
public void removeDeleted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInserted
public void addInserted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInserted
public void removeInserted(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSelected
public void addSelected(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSelected
public void removeSelected(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUpdated
public void addUpdated(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUpdated
public void removeUpdated(SqlDataSourceStatusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-