0 Replies Latest reply on Oct 28, 2002 11:43 AM by bill.burke

    MBeans and Aspects

    bill.burke

      I think we'll still want MBean invokers in the middle of an invocation even if we're doing aspects. We'll still want the MBeanServer to act as a valve when MBeans are being redeployed so that incoming requests are blocked/queued until the component has redeployed.

      If we're going to use the Aspect Framework to provide interceptors for MBeans there's going to have to be some adapter to provide the translation between an MBean invocation and a Aspect invocation. My thinking is that the Invocation object class should be shared between the two frameworks.