org.infinispan.nearcache.cdi
Class Address
java.lang.Object
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
Address
public Address()
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.