Uses of Interface
com.collation.platform.model.topology.process.MSSAccessInfo

Packages that use MSSAccessInfo
com.collation.platform.model.topology.process   
 

Uses of MSSAccessInfo in com.collation.platform.model.topology.process
 

Methods in com.collation.platform.model.topology.process that return MSSAccessInfo
 MSSAccessInfo[] ManagementSoftwareSystem.getAccessInfos()
          By supplying a table name here, we are saying don't delete the information from this table during a clear topology operation.
 

Methods in com.collation.platform.model.topology.process with parameters of type MSSAccessInfo
 void ManagementSoftwareSystem.setAccessInfos(MSSAccessInfo[] infos)