com.sun.jini.jeri.internal.runtime
Class Util.ClientHostImpl

java.lang.Object
  extended by com.sun.jini.jeri.internal.runtime.Util.ClientHostImpl
All Implemented Interfaces:
ClientHost
Enclosing class:
Util

private static class Util.ClientHostImpl
extends Object
implements ClientHost


Field Summary
private  InetAddress addr
           
 
Constructor Summary
Util.ClientHostImpl(InetAddress addr)
           
 
Method Summary
 InetAddress getClientHost()
          Returns the client host address for the remote call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addr

private final InetAddress addr
Constructor Detail

Util.ClientHostImpl

public Util.ClientHostImpl(InetAddress addr)
Method Detail

getClientHost

public InetAddress getClientHost()
Description copied from interface: ClientHost
Returns the client host address for the remote call.

Specified by:
getClientHost in interface ClientHost
Returns:
the client host address for the remote call


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.