Class PerspectiveOverviewContributor
- java.lang.Object
 - 
- com.inductiveautomation.perspective.gateway.web.PerspectiveOverviewContributor
 
 
- 
- All Implemented Interfaces:
 OverviewContributor
public class PerspectiveOverviewContributor extends java.lang.Object implements OverviewContributor
 
- 
- 
Constructor Summary
Constructors Constructor Description PerspectiveOverviewContributor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Iterable<ConnectionsEntry>getConnectionsEntries(GatewayContext context)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.gateway.web.pages.status.overviewmeta.OverviewContributor
getCriticalProblemDetectors, getSystemsEntries 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getConnectionsEntries
public java.lang.Iterable<ConnectionsEntry> getConnectionsEntries(GatewayContext context)
- Specified by:
 getConnectionsEntriesin interfaceOverviewContributor
 
 - 
 
 -