Interface IConnectionManagerEvent

All Superinterfaces:
IEvent, ISystemEvent, Serializable

public interface IConnectionManagerEvent extends ISystemEvent
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.
  • Method Details

    • getOperation

      int getOperation()
      Returns operation code. see IPortalEvent
      Returns:
      int operation code
    • getStatus

      int getStatus()
      Returns status of the operation. see IPortalEvent
      Returns:
      ins status
    • getDSNName

      String getDSNName()
      Returns the name of the datasource involved.
      Returns:
      String name of the datasource