gzz.impl
Interface IdentityManager

All Known Implementing Classes:
DummyIdentityManager

public interface IdentityManager

The global identities in a ZZ space.


Field Summary
static java.lang.String rcsid
           
 
Method Summary
 Cell getHomeCell()
          Get the home cell of this space.
 Cell getIdentity(Cell c)
          Get the canonical cell representing a given cell's global identity.
 Cell getIdentity(java.lang.String s)
          Get the cell representing a given global identity.
 Cell getMSBlockCell(java.lang.String msid, Cell cell)
          Get the cell representing the given mediaserver block in the same slice as cell.
 void setSpace(Space s)
           
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values
Method Detail

setSpace

public void setSpace(Space s)

getHomeCell

public Cell getHomeCell()
Get the home cell of this space. The home cell is where everything begins.


getIdentity

public Cell getIdentity(java.lang.String s)
Get the cell representing a given global identity.


getIdentity

public Cell getIdentity(Cell c)
Get the canonical cell representing a given cell's global identity.


getMSBlockCell

public Cell getMSBlockCell(java.lang.String msid,
                           Cell cell)
Get the cell representing the given mediaserver block in the same slice as cell. May return null.