A Class that uses an instance of {@link IConnection} to actually invokesome operation on remote resource and read the response back. What is Serialized and deserialized contains instances of {@link MBeanServerRequestMessage} and {@link MBeanServerResponseMessage} class. Note that all the objects travellingback and forth have to be serializable. There is no (dynamic) class loader support provided here. The classes and their versions have to be agreed upon by the client and server sides.
@author Kedar Mhaswade
@since S1AS8.0
@version 1.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.