[
https://issues.jboss.org/browse/TEIID-2182?page=com.atlassian.jira.plugin...
]
Steven Hawkins commented on TEIID-2182:
---------------------------------------
since there are other ways to get to the context, I thought it was
best to leave out of the interface to keep it simple.
The only supported way would be to use an admin connection and get the VDB from there
correct? I was just thinking that since we have the VDB available it could be useful in
determining next steps before what amounts to a remote call is made.
I do not think I understand your comment about general event
listener. I wanted to avoid adding any new interfaces for same purpose.
We cannot (should not) modify an interface in anything except a major release as it will
be a breaking change for any implementers. The other approach would be to use an abstract
base class which allows for new methods with only a minor chance to be breaking (if for
whatever reason the user choose the same method signature).
Mechanism to hook up event listener into Teiid runtime
------------------------------------------------------
Key: TEIID-2182
URL:
https://issues.jboss.org/browse/TEIID-2182
Project: Teiid
Issue Type: Feature Request
Components: AdminApi, Server
Affects Versions: 8.1
Environment: Windows 7 64 bit
Reporter: Anil Allewar
Assignee: Ramesh Reddy
Fix For: 8.3
It would be to useful allow the installation of custom listeners since we don't have
a global vdb table that could have customizable triggers. This could cover for example
custom strategies for external materialization initialization.
This would also help in where an application wants to listen to when a VDB was added,
made active, destroyed so that it can handle those events as required by the application.
Please see the thread below for the context & details
https://community.jboss.org/message/756060
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira