Darran Lofthouse created REMJMX-97:
--------------------------------------
Summary: Optimise addNotificationListener so no handback needs to be sent.
Key: REMJMX-97
URL:
https://issues.jboss.org/browse/REMJMX-97
Project: Remoting JMX
Issue Type: Sub-task
Components: Connection
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 2.0.2.CR1
The following method call has been updated as a result of REMJMX-91 so null is sent for
the handback - this is to retain compatibility with existing installations currently using
version 2 of the protocol.
{code}
public void addNotificationListener(final ObjectName name, NotificationListener
listener,
final NotificationFilter filter, final Object handback) throws
InstanceNotFoundException, IOException {
{code}
In version 3 we can drop sending the handle.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)