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

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

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

Methods in com.collation.platform.model.topology.app.lotus that return DominoDomain
 DominoDomain DominoServer.getDomain()
          This object represents the domino domain, if any, that this server belongs to
 DominoDomain DominoConnection.getParent()
          Represents the domino domain this connection is part of.
 

Methods in com.collation.platform.model.topology.app.lotus with parameters of type DominoDomain
 void DominoServer.setDomain(DominoDomain s)
           
 void DominoConnection.setParent(DominoDomain s)