com.hazelcast.util
Class AddressUtil.AddressHolder

java.lang.Object
  extended by com.hazelcast.util.AddressUtil.AddressHolder
Enclosing class:
AddressUtil

public static class AddressUtil.AddressHolder
extends Object

Holds address


Constructor Summary
AddressUtil.AddressHolder(String address, int port, String scopeId)
           
 
Method Summary
 String getAddress()
           
 int getPort()
           
 String getScopeId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressUtil.AddressHolder

public AddressUtil.AddressHolder(String address,
                                 int port,
                                 String scopeId)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getAddress

public String getAddress()

getScopeId

public String getScopeId()

getPort

public int getPort()


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