Uses of Class
com.iizix.prop.ClientProps
Uses of ClientProps in com.iizix.comm.client
Modifier and TypeMethodDescriptionvoid
IClientInstanceListener.onCommConnected
(TransactionComm comm, ClientProps root) Called to process a transaction.Uses of ClientProps in com.iizix.prop
Modifier 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
ModifierConstructorDescriptionRuntimeApp
(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
Modifier and TypeMethodDescriptionClientTransactionProcessor.getClientProps()
Gets the client properties.