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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidentityAdded(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity newEntity) voidentityRemoved(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity delEntity) getInput()voidpropertyValueChanged(com.swiftmq.mgmt.Property property) voidregister()
-
Constructor Details
-
ManagementProcessor
-
-
Method Details
-
getInput
-
register
-
deregister
public void deregister() -
entityAdded
public void entityAdded(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity newEntity) - Specified by:
entityAddedin interfacecom.swiftmq.mgmt.EntityWatchListener
-
entityRemoved
public void entityRemoved(com.swiftmq.mgmt.Entity parent, com.swiftmq.mgmt.Entity delEntity) - Specified by:
entityRemovedin interfacecom.swiftmq.mgmt.EntityWatchListener
-
propertyValueChanged
public void propertyValueChanged(com.swiftmq.mgmt.Property property) - Specified by:
propertyValueChangedin interfacecom.swiftmq.mgmt.PropertyWatchListener
-