public final class AddressWrapper extends Object implements Externalizable
Address objects to be serializable| Constructor and Description |
|---|
AddressWrapper() |
AddressWrapper(org.jgroups.Address address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public AddressWrapper()
public AddressWrapper(org.jgroups.Address address)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2013–2016 JBoss by Red Hat. All rights reserved.