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 classAppFactoryThe application factory contains the application that should be run.classRuntimeAppThe 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 classAppSessionGyroGyro instance that is used for a single user running one application.