|
| 1.1 | added | ejort | jmx/src/main/org/jboss/mx/interceptor/AttributeDispatcher.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.12 | modified | ejort | jmx/src/main/org/jboss/mx/interceptor/ModelMBeanAttributeInterceptor.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.2 | modified | ejort | jmx/src/main/org/jboss/mx/interceptor/ModelMBeanOperationInterceptor.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.1 | added | ejort | jmx/src/main/org/jboss/mx/interceptor/ReflectedDispatcher.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.27 | modified | ejort | jmx/src/main/org/jboss/mx/server/AbstractMBeanInvoker.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.5 | deleted | ejort | jmx/src/main/org/jboss/mx/server/AttributeDispatcher.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.7 | deleted | ejort | jmx/src/main/org/jboss/mx/server/Dispatcher.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.8 | modified | ejort | jmx/src/main/org/jboss/mx/server/Invocation.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.15 | modified | ejort | jmx/src/main/org/jboss/mx/server/InvocationContext.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.8 | modified | ejort | jmx/src/main/org/jboss/mx/server/MethodMapper.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.15 | deleted | ejort | jmx/src/main/org/jboss/mx/server/ReflectedDispatcher.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.31 | modified | ejort | jmx/src/main/org/jboss/mx/modelmbean/ModelMBeanInvoker.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.26 | modified | ejort | jmx/src/main/org/jboss/mx/modelmbean/XMBean.java | Add support for setting a Null resource on a ModelMBeanRefactor the dispatchers to be interceptors in preparation for descriptor overridesMove the dispatcher implementations to the interceptor module |
| 1.3 | deleted | ejort | jmx/src/main/org/jboss/mx/server/RequiredModelMBeanInvoker.java | Move RequiredModelMBeanInvoker to the modelmbean package |
| 1.1 | added | ejort | jmx/src/main/org/jboss/mx/modelmbean/RequiredModelMBeanInvoker.java | Move RequiredModelMBeanInvoker to the modelmbean package |
| 1.58 | modified | ejort | jmx/src/main/org/jboss/mx/server/registry/BasicMBeanRegistry.java | Move RequiredModelMBeanInvoker to the modelmbean package |
| 1.1 | added | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/mbeans-descriptors.xml | Add an mbeans-descriptor file for the clustered SingleSignOn valve so we can expose the ssoClusterManager property as an MBean attribute. |
| 1.2 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/SingleSignOn.java | Expose the SSOClusterManager we use as a property so external code can access it.Preliminary to allowing a TreeCache to be shared between SSO and HttpSession replication. |
| 1.2 | modified | bstansberry | tomcat/src/main/org/jboss/web/tomcat/tc5/sso/TreeCacheSSOClusterManager.java | 1) Expose the TreeCache we use as a property so external code can set it.Preliminary to allowing a TreeCache to be shared between SSO and HttpSession replication.2) Move initialization of CredentialUpdater and LogoutHandler to start(), where they belong. |