org.jgroups.protocols.relay
Interface SiteAddress

All Superinterfaces:
Address, java.lang.Comparable<Address>, java.io.Externalizable, java.io.Serializable, Streamable
All Known Implementing Classes:
SiteMaster, SiteUUID

public interface SiteAddress
extends Address

Address with a site suffix

Since:
3.2
Author:
Bela Ban

Field Summary
 
Fields inherited from interface org.jgroups.Address
IP_ADDR, NULL, SITE_MASTER, SITE_UUID, UUID_ADDR
 
Method Summary
 short getSite()
          Returns the ID of the site (all sites need to have a unique site ID)
 
Methods inherited from interface org.jgroups.Address
size
 
Methods inherited from interface org.jgroups.util.Streamable
readFrom, writeTo
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getSite

short getSite()
Returns the ID of the site (all sites need to have a unique site ID)



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.