com.hazelcast.spi.impl.proxyservice.impl
Class ProxyInfo

java.lang.Object
  extended by com.hazelcast.spi.impl.proxyservice.impl.ProxyInfo

public final class ProxyInfo
extends Object


Constructor Summary
ProxyInfo(String serviceName, String objectName)
           
 
Method Summary
 String getObjectName()
           
 String getServiceName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyInfo

public ProxyInfo(String serviceName,
                 String objectName)
Method Detail

getServiceName

public String getServiceName()

getObjectName

public String getObjectName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.