net.jini.lookup
Class ServiceDiscoveryManager.ProxyReg

java.lang.Object
  extended by net.jini.lookup.ServiceDiscoveryManager.ProxyReg
Enclosing class:
ServiceDiscoveryManager

private static final class ServiceDiscoveryManager.ProxyReg
extends Object

A wrapper class for a ServiceRegistrar.


Field Summary
 ServiceRegistrar proxy
           
 
Constructor Summary
ServiceDiscoveryManager.ProxyReg(ServiceRegistrar proxy)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxy

public ServiceRegistrar proxy
Constructor Detail

ServiceDiscoveryManager.ProxyReg

public ServiceDiscoveryManager.ProxyReg(ServiceRegistrar proxy)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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