Uses of Interface
com.iizix.server.app.IRuntimeReferenceLookup
Packages that use IRuntimeReferenceLookup Package Description com.iizix.server.app com.iizix.server.gyro Uses of IRuntimeReferenceLookup in com.iizix.server.app
Classes in com.iizix.server.app that implement IRuntimeReferenceLookup Modifier and Type Class Description class
AppFactory
The application factory contains the application that should be run.class
RuntimeApp
The runtime application is a session instance bound application.Constructors in com.iizix.server.app with parameters of type IRuntimeReferenceLookup Constructor Description VirtualsContainer(java.lang.String base, Atom atom, java.lang.Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance)
Constructor.Uses of IRuntimeReferenceLookup in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IRuntimeReferenceLookup Modifier and Type Class Description class
AppSessionGyro
Gyro instance that is used for a single user running one application.