Class GatewayHook.PerspectiveGatewayContext
java.lang.Object
com.inductiveautomation.perspective.gateway.GatewayHook.PerspectiveGatewayContext
- All Implemented Interfaces:
- PerspectiveContext
- Enclosing class:
- GatewayHook
- 
Method SummaryModifier and TypeMethodDescriptioncom.google.common.eventbus.EventBusAnEventBusfor the entire Perspective system - events that are gateway-wide.com.codahale.metrics.Timercom.codahale.metrics.Metercom.codahale.metrics.Timercom.inductiveautomation.ignition.common.gson.GsonMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.perspective.gateway.api.PerspectiveContextgetSessionTimeout
- 
Method Details- 
getGatewayContext- Specified by:
- getGatewayContextin interface- PerspectiveContext
 
- 
getExecutorService- Specified by:
- getExecutorServicein interface- PerspectiveContext
- Returns:
- The shared executor service used by all perspective sessions. Blocking work may be done on this thread pool.
 
- 
getQueueExecutorService
- 
getScheduler- Specified by:
- getSchedulerin interface- PerspectiveContext
- Returns:
- The shared scheduled executor. NO BLOCKING WORK may be done on this pool.
 
- 
getBindingRegistry- Specified by:
- getBindingRegistryin interface- PerspectiveContext
- Returns:
- The registry where binding and transform implementations are kept
 
- 
getActionRegistry- Specified by:
- getActionRegistryin interface- PerspectiveContext
- Returns:
- The registry where action implementations are kept.
 
- 
getProjectCache- Specified by:
- getProjectCachein interface- PerspectiveContext
- Returns:
- The cache that provides access to perspective projects.
 
- 
getEventBuspublic com.google.common.eventbus.EventBus getEventBus()Description copied from interface:PerspectiveContextAnEventBusfor the entire Perspective system - events that are gateway-wide.- Specified by:
- getEventBusin interface- PerspectiveContext
 
- 
getThemeManager- Specified by:
- getThemeManagerin interface- PerspectiveContext
- Returns:
- The Theme Manager
 
- 
getIconManager- Specified by:
- getIconManagerin interface- PerspectiveContext
- Returns:
- The Icon Manager
 
- 
getFontManager- Specified by:
- getFontManagerin interface- PerspectiveContext
- Returns:
- The Font Manager
 
- 
getFetchableCache- Specified by:
- getFetchableCachein interface- PerspectiveContext
 
- 
getSessionMonitor- Specified by:
- getSessionMonitorin interface- PerspectiveContext
 
- 
getScriptCache- Specified by:
- getScriptCachein interface- PerspectiveContext
 
- 
getClientHtmlLoader
- 
getComponentRegistry- Specified by:
- getComponentRegistryin interface- PerspectiveContext
 
- 
getComponentModelDelegateRegistry- Specified by:
- getComponentModelDelegateRegistryin interface- PerspectiveContext
- Returns:
- the model delegate registry (use to register gateway component models into the store/model messaging API)
 
- 
getScriptTimerpublic com.codahale.metrics.Timer getScriptTimer()- Specified by:
- getScriptTimerin interface- PerspectiveContext
 
- 
getExpressionTimerpublic com.codahale.metrics.Timer getExpressionTimer()- Specified by:
- getExpressionTimerin interface- PerspectiveContext
 
- 
getPropertyChangeMeterpublic com.codahale.metrics.Meter getPropertyChangeMeter()- Specified by:
- getPropertyChangeMeterin interface- PerspectiveContext
 
- 
getValueCache- Specified by:
- getValueCachein interface- PerspectiveContext
 
 
-