Uses of Interface
com.collation.platform.model.topology.app.lotus.DominoCluster

Packages that use DominoCluster
com.collation.platform.model.topology.app.lotus   
 

Uses of DominoCluster in com.collation.platform.model.topology.app.lotus
 

Methods in com.collation.platform.model.topology.app.lotus that return DominoCluster
 DominoCluster DominoServer.getCluster()
          This object represents the domino cluster, if any, that this server belongs to.
 

Methods in com.collation.platform.model.topology.app.lotus with parameters of type DominoCluster
 void DominoServer.setCluster(DominoCluster s)