Class SessionKernelWrapper<T extends SessionKernel>

java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.session.SessionKernelWrapper<T>
Type Parameters:
T - the type of SessionKernel to be encapsulated by this wrapper
All Implemented Interfaces:
AuditingContext, LoggingContext, PerspectiveElement, PropertyTreeOwner, Session, InternalSession, SessionKernel
Direct Known Subclasses:
AbstractSession, SecuredPerspectiveProjectSession

public abstract class SessionKernelWrapper<T extends SessionKernel> extends AbstractLifecycle implements SessionKernel, InternalSession
Base class for Perspective Sessions which wrap a session kernel. All SessionKernel methods in this class will proxy calls to the delegate session kernel.