You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Joel Schuster <jo...@Navsys.com> on 2010/08/06 20:00:31 UTC

ipojo EventAdminSubscriberHandler & m_subscribersByName

Is there a way to get to the m_subscribersByName within the EventAdminSubscriberHandler?

I'd like to modify the filter of an IPojo Event Handler based subscriber after an instance is up and running programmatically.

Is there any way to do that?

- Joel

Re: ipojo EventAdminSubscriberHandler & m_subscribersByName

Posted by Clement Escoffier <cl...@gmail.com>.
Hi,

On 06.08.2010, at 20:00, Joel Schuster wrote:

> Is there a way to get to the m_subscribersByName within the EventAdminSubscriberHandler?
> 
> I'd like to modify the filter of an IPojo Event Handler based subscriber after an instance is up and running programmatically.
> 
> Is there any way to do that?

No, I think you will have to modify the event admin handler to achieve that.
However, instance configuration can customize their topics and filters with:
event.topics : overrides topics attribute, available for both subscribers and publishers configuration
event.filter : overrides filter attribute, available for subscribers configuration only.

Regards,

Clement

> 
> - Joel