Uses of Interface
com.iizix.gyro.IFocusEngineProvider
Packages that use IFocusEngineProvider Package Description com.iizix.server.app com.iizix.server.gyro Uses of IFocusEngineProvider in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type IFocusEngineProvider Constructor Description RuntimeApp(SessionInfo sessionInfo, AppFactory appFactory, PropMgr propMgr, ClientProps clientRoot, IFocusEngineProvider focusEngineProvider, IVirtualsContainer<VirtualSpace> virtualSpace)
Creates the runtime application a client session.VirtualsContainer(java.lang.String base, Atom atom, java.lang.Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance)
Constructor.Uses of IFocusEngineProvider in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IFocusEngineProvider Modifier and Type Class Description class
AppSessionGyro
Gyro instance that is used for a single user running one application.class
ClientSessionGyro
The Client Session Gyro instance.