> Works for me,
> bur better try setting:
>     public void stopService() {
>             _lServer.invoke(
>                     _lTimer.getObjectName(),
>                     "removeNotification",
>                     new Object[]{  _efdCleanupTimer },
>                     new String[]{    
> _efdCleanupTimer.getClass().getName() }
>             );
>     }

Thanks for the example.
It has been pointed out to me that there is a typo in the
online docs (thanks Adrian Brock!!!)

Instead of Integer.TYPE.getName(), it should be
Integer.class.getName().

Thanks all for listening.
A grateful Chai.
-- 
| mailto:[EMAIL PROTECTED]   | +61 401 688 408
|  http://www.ozemail.com.au/~calcium
|  If I ever get real rich, I hope I'm not real mean to
|  poor people, like I am now - Jack Handy

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to