User: ejort
Date: 02/03/23 13:11:03
Modified: src/main/org/jboss/jmx/connector/notification
PollingClientNotificationListener.java
Log:
JBoss/JBossMX integration. Also includes a fix to the cluster tests and a more
complete ejblink test that currently fails
Revision Changes Path
1.3 +2 -4
jboss/src/main/org/jboss/jmx/connector/notification/PollingClientNotificationListener.java
Index: PollingClientNotificationListener.java
===================================================================
RCS file:
/cvsroot/jboss/jboss/src/main/org/jboss/jmx/connector/notification/PollingClientNotificationListener.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PollingClientNotificationListener.java 11 Oct 2001 01:41:59 -0000 1.2
+++ PollingClientNotificationListener.java 23 Mar 2002 21:11:03 -0000 1.3
@@ -60,11 +60,9 @@
while( true ) {
try {
try {
- List lNotifications = (List) mConnector.invoke(
+ List lNotifications = (List) mConnector.getAttribute(
getRemoteListenerName(),
- "getNotifications",
- new Object[] {},
- new String[] {}
+ "Notifications"
);
Iterator i = lNotifications.iterator();
while( i.hasNext() ) {
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development