Package com.webmethods.portal.event.sql
Interface IConnectionManagerEvent
- All Superinterfaces:
IEvent
,ISystemEvent
,Serializable
Raised when a datasource has been created, deleted or modified to notify all machines in the cluster
to update their datasource information from the ConfigurationServer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
Nested classes/interfaces inherited from interface com.webmethods.portal.event.ISystemEvent
ISystemEvent.ISynchronousListener, ISystemEvent.QueueListeners, ISystemEvent.SynchronousListeners
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the datasource involved.int
Returns operation code.int
Returns status of the operation.Methods inherited from interface com.webmethods.rtl.event.IEvent
getJcrSessionID, getJcrSessionUserData, getSourceIP, getTimestamp, getVMID, isLocalEvent, raise
Methods inherited from interface com.webmethods.portal.event.ISystemEvent
getUserID
-
Method Details
-
getOperation
int getOperation()Returns operation code. seeIPortalEvent
- Returns:
- int operation code
-
getStatus
int getStatus()Returns status of the operation. seeIPortalEvent
- Returns:
- ins status
-
getDSNName
String getDSNName()Returns the name of the datasource involved.- Returns:
String
name of the datasource
-