You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ch...@apache.org on 2003/11/16 07:47:53 UTC

cvs commit: incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx MBeanServerStub.xml MBeanServerStub.java

chirino     2003/11/15 22:47:53

  Modified:    modules/remoting/src/java/org/apache/geronimo/remoting/jmx
                        MBeanServerStub.java
  Added:       modules/remoting/src/java/org/apache/geronimo/remoting/jmx
                        MBeanServerStub.xml
  Log:
  Finishing touches on removing generating MBeans from the remoting layer.
  
  Revision  Changes    Path
  1.3       +3 -2      incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/MBeanServerStub.java
  
  Index: MBeanServerStub.java
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/MBeanServerStub.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MBeanServerStub.java	16 Nov 2003 06:36:03 -0000	1.2
  +++ MBeanServerStub.java	16 Nov 2003 06:47:52 -0000	1.3
  @@ -61,12 +61,13 @@
   import org.apache.geronimo.proxy.ProxyContainer;
   import org.apache.geronimo.proxy.ReflexiveInterceptor;
   import org.apache.geronimo.remoting.DeMarshalingInterceptor;
  +import org.apache.geronimo.remoting.router.JMXTarget;
   
   /**
    * @version $Revision$ $Date$
    */
   public class MBeanServerStub
  -        implements GeronimoMBeanTarget {
  +        implements GeronimoMBeanTarget, JMXTarget {
   
       private ProxyContainer serverContainer;
       private DeMarshalingInterceptor demarshaller;
  
  
  
  1.1                  incubator-geronimo/modules/remoting/src/java/org/apache/geronimo/remoting/jmx/MBeanServerStub.xml
  
  Index: MBeanServerStub.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <mbean name="MBeanServerStub" description="..."
      xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
      xsi:noNamespaceSchemaLocation="/Users/david/geronimo/head2/incubator-geronimo/modules/kernel/src/schema/mbean-descriptor.xsd">
      <target class="org.apache.geronimo.remoting.jmx.MBeanServerStub"/>
  
      <operation name="getRemotingEndpointInterceptor" impact="ACTION" description="...">
      </operation>
          
  </mbean>