com.hazelcast.impl
Class FactoryImpl.ProxyKey

java.lang.Object
  extended by com.hazelcast.nio.SerializationHelper
      extended by com.hazelcast.impl.FactoryImpl.ProxyKey
All Implemented Interfaces:
DataSerializable, java.io.Serializable
Enclosing class:
FactoryImpl

public static class FactoryImpl.ProxyKey
extends SerializationHelper
implements DataSerializable

See Also:
Serialized Form

Constructor Summary
FactoryImpl.ProxyKey()
           
FactoryImpl.ProxyKey(java.lang.String name, java.lang.Object key)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.Object getKey()
           
 java.lang.String getName()
           
 int hashCode()
           
 void readData(java.io.DataInput in)
           
 java.lang.String toString()
           
 void writeData(java.io.DataOutput out)
           
 
Methods inherited from class com.hazelcast.nio.SerializationHelper
readByteArray, readObject, writeByteArray, writeObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FactoryImpl.ProxyKey

public FactoryImpl.ProxyKey()

FactoryImpl.ProxyKey

public FactoryImpl.ProxyKey(java.lang.String name,
                            java.lang.Object key)
Method Detail

writeData

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

readData

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getName

public java.lang.String getName()

getKey

public java.lang.Object getKey()


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