org.infinispan.nearcache.cdi
Class Address

java.lang.Object
  extended by org.infinispan.nearcache.cdi.Address
All Implemented Interfaces:
Externalizable, Serializable

public class Address
extends Object
implements Externalizable

An address

Since:
5.1
Author:
Galder ZamarreƱo
See Also:
Serialized Form

Constructor Summary
Address()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Address

public Address()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.