com.hazelcast.client.cluster
Class Bind

java.lang.Object
  extended by com.hazelcast.client.cluster.Bind
All Implemented Interfaces:
DataSerializable, Serializable

public class Bind
extends Object
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
Bind()
           
Bind(Address localAddress)
           
 
Method Summary
 void readData(DataInput in)
           
 String toString()
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bind

public Bind()

Bind

public Bind(Address localAddress)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

readData

public void readData(DataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

writeData

public void writeData(DataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.