Class ManagementProcessor

java.lang.Object
com.swiftmq.impl.streams.processor.ManagementProcessor
All Implemented Interfaces:
com.swiftmq.mgmt.EntityWatchListener, com.swiftmq.mgmt.PropertyWatchListener

public class ManagementProcessor extends Object implements com.swiftmq.mgmt.EntityWatchListener, com.swiftmq.mgmt.PropertyWatchListener
  • Constructor Details

  • Method Details

    • getInput

      public ManagementInput getInput()
    • register

      public void register() throws Exception
      Throws:
      Exception
    • deregister

      public void deregister()
    • entityAdded

      public void entityAdded(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity newEntity)
      Specified by:
      entityAdded in interface com.swiftmq.mgmt.EntityWatchListener
    • entityRemoved

      public void entityRemoved(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity delEntity)
      Specified by:
      entityRemoved in interface com.swiftmq.mgmt.EntityWatchListener
    • propertyValueChanged

      public void propertyValueChanged(com.swiftmq.mgmt.Property property)
      Specified by:
      propertyValueChanged in interface com.swiftmq.mgmt.PropertyWatchListener