org.apache.hadoop.oncrpc
Class RegistrationClient

java.lang.Object
  extended by org.apache.hadoop.oncrpc.SimpleTcpClient
      extended by org.apache.hadoop.oncrpc.RegistrationClient

public class RegistrationClient
extends SimpleTcpClient

A simple client that registers an RPC program with portmap.


Field Summary
static org.apache.commons.logging.Log LOG
           
 
Fields inherited from class org.apache.hadoop.oncrpc.SimpleTcpClient
host, oneShot, pipelineFactory, port, request
 
Constructor Summary
RegistrationClient(String host, int port, XDR request)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.oncrpc.SimpleTcpClient
run, setPipelineFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.apache.commons.logging.Log LOG
Constructor Detail

RegistrationClient

public RegistrationClient(String host,
                          int port,
                          XDR request)


Copyright © 2009 The Apache Software Foundation