Uses of Class
com.iizix.prop.ClientProps
Packages that use ClientProps
Uses of ClientProps in com.iizix.comm.client
Methods in com.iizix.comm.client with parameters of type ClientPropsModifier and TypeMethodDescriptionvoidIClientInstanceListener.onCommConnected(TransactionComm comm, ClientProps root) Called to process a transaction.Uses of ClientProps in com.iizix.prop
Methods in com.iizix.prop that return ClientPropsModifier and TypeMethodDescriptionPropMgr.createClientRootContainer(IModuleProjectPropProvider modulePropProvider) Creates the client root container.PropMgr.createRootContainer(ReadTransaction trans, IModuleProjectPropProvider modulePropProvider) Creates the root container on the client side at the reception of the TRANS_CREATE transaction, initiates it from the Transaction and returns it.PropMgr.getRootContainer()Gets the root container.Uses of ClientProps in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type ClientPropsModifierConstructorDescriptionRuntimeApp(SessionInfo sessionInfo, AppFactory appFactory, PropMgr propMgr, ClientProps clientRoot, IFocusEngineProvider focusEngineProvider, IVirtualsContainer<VirtualSpace> virtualSpace) Creates the runtime application a client session.Uses of ClientProps in com.iizix.server.client
Methods in com.iizix.server.client that return ClientPropsModifier and TypeMethodDescriptionClientTransactionProcessor.getClientProps()Gets the client properties.