Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 4 ActiveMatrix Service Microagent : com.tibco.hawk.amx.AMXService : onBindingEvent

onBindingEvent
Method
Description
This method provides notification when the runtime state of service or reference binding is changed. Notification can be filtered by binding and application name and it serves as the regular expression used to filter the bindings returned.
Type
Asynchronous, IMPACT_INFO
Arguments
 
A substring that matches the application name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
A substring that matches the name of the service or reference binding. An empty string (the default) matches all names. The substring provided can also be a regular expression.
Return
Type: COM.TIBCO.hawk.talon.CompositeData
 
A substring that matches the application name. An empty string (the default) matches all names. The substring provided can also be a regular expression.
A substring that matches the name of the binding. An empty string (the default) matches all names. The substring provided can also be a regular expression.
 
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved