Package com.jk.core.reflection.client
Class ReflectionClient
java.lang.Object
com.jk.core.reflection.client.ReflectionClient
This class represents reflection client, providing the necessary methods and
 access points to interact with.
- Version:
 - 1.0
 - Author:
 - Dr. Jalal H. Kiswani
 
- 
Constructor Summary
ConstructorsConstructorDescriptionReflectionClient(String host, int port) This method constructs a newReflectionClientwith a specific host name and port number. - 
Method Summary
Modifier and TypeMethodDescriptionvoidcallMethod(MethodCallInfo info) This method calls a remote method using reflection over a network connection. 
- 
Constructor Details
- 
ReflectionClient
This method constructs a newReflectionClientwith a specific host name and port number.- Parameters:
 host- Specifies the reflection client host name.port- Specifies the port number of the reflection client.
 
 - 
 - 
Method Details
- 
callMethod
This method calls a remote method using reflection over a network connection.- Parameters:
 info- Specifies the information about the method call.
 
 -