Uses of Class
com.iizix.prop.ClientProps
Packages that use ClientProps Package Description com.iizix.comm.client com.iizix.prop com.iizix.server.app com.iizix.server.client Uses of ClientProps in com.iizix.comm.client
Methods in com.iizix.comm.client with parameters of type ClientProps Modifier and Type Method Description void
IClientInstanceListener. onCommConnected(TransactionComm comm, ClientProps root)
Called to process a transaction.Uses of ClientProps in com.iizix.prop
Methods in com.iizix.prop that return ClientProps Modifier and Type Method Description ClientProps
PropMgr. createClientRootContainer(IModuleProjectPropProvider modulePropProvider)
Creates the client root container.ClientProps
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.ClientProps
PropMgr. getRootContainer()
Gets the root container.Uses of ClientProps in com.iizix.server.app
Constructors in com.iizix.server.app with parameters of type ClientProps Constructor Description RuntimeApp(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 ClientProps Modifier and Type Method Description ClientProps
ClientTransactionProcessor. getClientProps()
Gets the client properties.