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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2002-2012 Red Hat Middleware, LLC. All Rights Reserved