mx4j.examples.mbeans.iiop |
|
Java Source File Name | Type | Comment |
Hello.java | Interface | The RMI Remote interface exposed by the Hello service. |
HelloImpl.java | Class | The Hello service implementation. |
HelloImplMBean.java | Interface | The management interface exposed by the service. |
IIOPClient.java | Class | This example connects to an RMI over IIOP server and invoke the services it exposes,
in this simple example it just calls
Hello.sayHello . |
IIOPServer.java | Class | This example starts a RMI over IIOP server that listens for RMI clients to connect
and exposes its functionalities via JMX. |