public class AddressAdapterImpl extends Object implements AddressAdapter, Externalizable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput in) |
static List<AddressAdapter> |
toAddressAdapter(List<org.infinispan.remoting.transport.Address> ispnAddresses) |
void |
writeExternal(ObjectOutput out) |
public static List<AddressAdapter> toAddressAdapter(List<org.infinispan.remoting.transport.Address> ispnAddresses)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved