Uses of Interface
com.collation.platform.model.topology.app.messaging.exchange.ExchangeLink

Packages that use ExchangeLink
com.collation.platform.model.topology.app.messaging.exchange   
 

Uses of ExchangeLink in com.collation.platform.model.topology.app.messaging.exchange
 

Methods in com.collation.platform.model.topology.app.messaging.exchange that return ExchangeLink
 ExchangeLink[] ExchangeProtocolVirtualServer.getLinks()
           
 ExchangeLink ExchangeQueue.getParent()
           
 

Methods in com.collation.platform.model.topology.app.messaging.exchange with parameters of type ExchangeLink
 void ExchangeProtocolVirtualServer.setLinks(ExchangeLink[] x)
           
 void ExchangeQueue.setParent(ExchangeLink x)