org.gridforum.gridrpc
Class GrpcClientFactory

java.lang.Object
  extended byorg.gridforum.gridrpc.GrpcClientFactory

public class GrpcClientFactory
extends java.lang.Object

Create object which implements GrpcClient interface.


Constructor Summary
GrpcClientFactory()
           
 
Method Summary
static GrpcClient getClient(java.lang.String className)
          Create object which implements GrpcClient interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrpcClientFactory

public GrpcClientFactory()
Method Detail

getClient

public static GrpcClient getClient(java.lang.String className)
                            throws GrpcException
Create object which implements GrpcClient interface.

Parameters:
className - the name of class to create.
Returns:
GrpcClient.
Throws:
GrpcException - if it failed to create GrpcClient.