Package com.webmethods.portal.mech.sql
Interface IConnectionManagerMechanics
- All Superinterfaces:
IComponent
,IInitializable
,IMechanics
,ISystemHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fireConnectionManagerEvent
(IThingID user, String dsn, int status, int operation) getConnectionInfo
(String dsn) void
registerDataSource
(IConnectionInfo connInfo) void
void
updateDataSource
(String dsn, IConnectionInfo connInfo) Methods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Method Details
-
registerDataSource
- Throws:
PortalException
-
unregisterDataSource
- Throws:
PortalException
-
updateDataSource
- Throws:
PortalException
-
listDataSources
- Throws:
PortalException
-
getConnectionInfo
- Throws:
PortalException
-
fireConnectionManagerEvent
-