mx4j.examples.remote.interception |
|
Java Source File Name | Type | Comment |
Client.java | Class | This example shows how to setup a JSR 160 connector client that connects to
a JSR 160 connector server that intercepts calls directed to it. |
Server.java | Class | This example shows how to setup a JSR 160 connector server that intercepts calls to its target MBeanServer. |
SubjectTrackingMBeanServer.java | Class | This class tracks the Subject of the current invocation, and prints it to System.out. |