mx4j/src/core/mx4j/server/interceptor InvokerMBeanServerInterceptor.java,1.19,1.20

Simone Bordet <[email protected]>
Newsgroups gmane.comp.java.mx4j.cvs
Message-ID <[email protected]>
Update of /cvsroot/mx4j/mx4j/src/core/mx4j/server/interceptor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14665/src/core/mx4j/server/interceptor

Modified Files:
	InvokerMBeanServerInterceptor.java 
Log Message:
Optimized imports

Index: InvokerMBeanServerInterceptor.java
===================================================================
RCS file: /cvsroot/mx4j/mx4j/src/core/mx4j/server/interceptor/InvokerMBeanServerInterceptor.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** InvokerMBeanServerInterceptor.java	24 Feb 2004 15:13:40 -0000	1.19
--- InvokerMBeanServerInterceptor.java	16 Mar 2004 09:43:39 -0000	1.20
***************
*** 11,15 ****
  import java.lang.reflect.Constructor;
  import java.lang.reflect.InvocationTargetException;
- 
  import javax.management.Attribute;
  import javax.management.AttributeList;
--- 11,14 ----
***************
*** 25,36 ****
  import javax.management.MBeanServer;
  import javax.management.NotificationBroadcaster;
  import javax.management.NotificationFilter;
  import javax.management.NotificationListener;
- import javax.management.ObjectInstance;
  import javax.management.ObjectName;
  import javax.management.ReflectionException;
  import javax.management.RuntimeErrorException;
  import javax.management.RuntimeMBeanException;
- import javax.management.NotificationEmitter;
  
  import mx4j.ImplementationException;
--- 24,34 ----
  import javax.management.MBeanServer;
  import javax.management.NotificationBroadcaster;
+ import javax.management.NotificationEmitter;
  import javax.management.NotificationFilter;
  import javax.management.NotificationListener;
  import javax.management.ObjectName;
  import javax.management.ReflectionException;
  import javax.management.RuntimeErrorException;
  import javax.management.RuntimeMBeanException;
  
  import mx4j.ImplementationException;
***************
*** 53,58 ****
     /**
      * Instantiates a new interceptor instance.
      * @param outerServer the {@link MBeanServer} instance that is passed to
!     * {@link MBeanRegistration#preRegister(MBeanServer, ObjectName)}.
      */
     public InvokerMBeanServerInterceptor(MBeanServer outerServer)
--- 51,57 ----
     /**
      * Instantiates a new interceptor instance.
+     *
      * @param outerServer the {@link MBeanServer} instance that is passed to
!     *                    {@link MBeanRegistration#preRegister(MBeanServer, ObjectName)}.
      */
     public InvokerMBeanServerInterceptor(MBeanServer outerServer)
***************
*** 176,181 ****
           }
        }
!       catch (RuntimeException x) {
!       	throw new RuntimeMBeanException(x);
        }
        catch (Exception x)
--- 175,181 ----
           }
        }
!       catch (RuntimeException x)
!       {
!          throw new RuntimeMBeanException(x);
        }
        catch (Exception x)



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.