Uses of Class
com.iizix.prop.PropMgr
Packages that use PropMgr
Package
Description
Uses of PropMgr in com.iizigo
Fields in com.iizigo declared as PropMgrModifier and TypeFieldDescriptionstatic final PropMgrActivator.designerPropertyManagerThe Property Manager for the Designer.Methods in com.iizigo that return PropMgrModifier and TypeMethodDescriptionstatic PropMgrActivator.createDesignerPropMgr()Creates a Property Manager for the Designer connection with JavaScript.static PropMgrActivator.createServerPropMgr(boolean hasJSClient) Creates a new Property Manager for a Server simulation.Uses of PropMgr in com.iizigo.app
Constructors in com.iizigo.app with parameters of type PropMgrModifierConstructorDescriptionEclipseApplicationDistributor(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, ExecutorService executorService, boolean isVerbose) Constructs the application compiler for the target file.Uses of PropMgr in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidAnnotationsContainer.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.booleanAnnotationsContainer.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.protected intAnnotationsContainer.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.Uses of PropMgr in com.iizigo.java.parser.type
Methods in com.iizigo.java.parser.type with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidTypesContainer.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.booleanTypesContainer.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.Uses of PropMgr in com.iizigo.project
Methods in com.iizigo.project that return PropMgrModifier and TypeMethodDescriptionProjectRootPropCnr.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizigo.server.config
Methods in com.iizigo.server.config with parameters of type PropMgrModifier and TypeMethodDescriptionstatic EditorServerPropsEditorServerProps.createServerProps(PropMgr propertyManager) Creates a new instance of the Server properties.Uses of PropMgr in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return PropMgrModifier and TypeMethodDescriptionCaptureRootProp.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return PropMgrModifier and TypeMethodDescriptionEditorSessionsProp.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizigo.term.recording.prop
Methods in com.iizigo.term.recording.prop that return PropMgrModifier and TypeMethodDescriptionRecordingRootProp.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Uses of PropMgr in com.iizix.app.builder
Methods in com.iizix.app.builder that return PropMgrModifier and TypeMethodDescriptionApplicationDistributor.getPropertyManager()The property manager to use when creating the distribution.Constructors in com.iizix.app.builder with parameters of type PropMgrModifierConstructorDescriptionApplicationDistributor(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, ExecutorService executorService, boolean isVerbose) Constructs the application compiler for the target file.Uses of PropMgr in com.iizix.event
Methods in com.iizix.event that return PropMgrModifier and TypeMethodDescriptionRemoteEvent.getOriginator()Gets the originator Property Manager.PropCnrEvent.getRemotePropMgr()Gets the (remote) Property Manager that caused the remote event.PropCopyEvent.getRemotePropMgr()Gets the (remote) Property Manager that caused the remote event.PropValueEvent.getRemotePropMgr()Gets the (remote) Property Manager that caused the remote event.Methods in com.iizix.event with parameters of type PropMgrModifier and TypeMethodDescriptionvoidRe-target this event to a Property Manager for queued sending.Constructors in com.iizix.event with parameters of type PropMgrModifierConstructorDescriptionPropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr) Constructs a new property container event.PropCnrEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr) Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, IGProp<?> trigger, PropMgr propMgr) Constructs a new property container event.PropCopyEvent(int eventID, PropCnr container, GProp<?> property, int index, PropMgr propMgr) Constructs a new property container event.PropValueEvent(GProp<?> property, Object newValue, Object oldValue, IGProp<?> trigger, PropMgr propMgr) Constructs a new remote property value event.PropValueEvent(GProp<?> property, Object newValue, Object oldValue, PropMgr propMgr) Constructs a new remote property value event.RemoteEvent(GProp<?> source, int localID, PropCnr params, PropMgr originator) Creates a new remote event.Uses of PropMgr in com.iizix.prop
Methods in com.iizix.prop that return PropMgrModifier and TypeMethodDescriptionPropFactory.createPropertyManager(int application, Map<String, String> classNameMapper) Creates a Property Manager for the application type.ClientProps.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.GProp.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.IGProp.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Methods in com.iizix.prop with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidAbstractReference.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected voidBadgeProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the badge property value.protected voidBoolProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the boolean property value.protected voidByteArrayProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the byte array property value.protected voidCharProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the character property value.protected voidCodeItemArrayProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected voidColorProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the color property value.protected voidDateTimeProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the date/time property value.protected voidDoubleProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Double property value.protected voidErrorsProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the error array to an outgoing transaction.protected voidFillProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the fill property value.protected voidFontProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the font property value.protected abstract voidGProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value and all its children to a transaction using theAtomManager.protected voidGradientProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the gradient property value.protected voidImageReference.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Sends the data to the client in a transaction.protected voidInt32Prop.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected voidIntProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected voidKStringProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an HTML string.protected voidLongProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected voidMultiProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the bounds property value.protected voidNumberProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Number property value as a String.protected voidPasswordProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected voidPlainKStringProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an PLAIN string.protected voidPrivProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the private property value.protected voidPropCnr.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the container property value.protected voidRectProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the rectangle property value.protected voidSizeProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the size property value.protected voidStringArrayProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected voidStringMapProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string map to an outgoing transaction.protected voidStringProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected voidStringSetProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected voidStrokeProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the stroke property value.protected voidStyles.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Overrides the append property value to transaction to check for font face(s) installation.protected voidStylesReferences.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Styles References property value for the client.protected voidUnitProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the unit property value.protected voidValueProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value.voidIInitializePropMgr.initialize(PropMgr propMgr) Initializes the Property Manager instance for the property.booleanAbstractReference.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanBadgeProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanBoolProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanByteArrayProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanCharProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanCodeItemArrayProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanColorProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanDateTimeProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanDoubleProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanErrorsProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanFillProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanFontProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.protected abstract booleanGProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanGradientProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanInt32Prop.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanIntProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanKStringProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction as a KString in HTML format.booleanLongProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanMultiProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanNumberProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanPasswordProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanPlainKStringProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction as a KString in PLAIN format.booleanPrivProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.protected booleanPropCnr.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanRectProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanSizeProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanStringArrayProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanStringMapProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanStringProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanStringSetProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanStrokeProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanStylesReferences.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanUnitProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanValueProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanIPropCnr.isPropAddRemoveAllowed(PropMgr propertyManager) For property containers that are index-based, the creator of the container is the only one who is allowed to add/remove properties.final booleanPropCnr.isPropAddRemoveAllowed(PropMgr propertyManager) For property containers that are index-based, the creator of the container is the only one who is allowed to add/remove properties.PropFactory.loadPropTree(PropMgr propertyManager, File file, boolean setPropMgrToProps) Loads a property tree from an XML file.PropFactory.loadPropTree(PropMgr propertyManager, String fileName, InputStream in, boolean setPropMgrToProps) Loads a property tree from an XML file.PropFactory.loadPropTree(PropMgr propertyManager, Document document, boolean setPropMgrToProps) Loads a property tree from an XML document.protected final intAbstractReference.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intByteArrayProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intCodeItemArrayProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intErrorsProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intGProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intMultiProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intStringArrayProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intStringMapProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intStringSetProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected intValueProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.default voidIRemoteTransactionCompletedListener.onCompletedRemoteTransactionProcessing(PropMgr propMgr) Called once all processing of the remote read transaction has completed processing the update from a remote party, and that all potential queued events (such as remote events) are called.voidIRemoteTransactionCompletedListener.onCompletedRemoteTransactionUpdate(PropMgr propMgr) Called when the remote read transaction processing has completed processing an update from a remote party, but before any potential queued events (such as remote events) are called.protected voidPropCnr.onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving) Method called when the internal functioninsertPropis called to verify that this is allowed.protected voidPropCnr.onPropRemoved(GProp<?> prop, PropMgr propMgr, boolean isMoving) Called when a property is removed in this container, before the event is fired, but after the property has been removed.protected final booleanGProp.setPropValue(Object newValue, PropMgr propMgr) Sets a new value for this property.Uses of PropMgr in com.iizix.prop.image
Methods in com.iizix.prop.image with parameters of type PropMgrModifier and TypeMethodDescriptionvoidClientImageData.append(PropMgr propertyManager, SendTransaction trans, double dpr) Appends the image data to a transaction for the specified device pixel ratio.voidFontIconDefinition.append(PropMgr propertyManager, SendTransaction trans) Appends the font icon data for the client to display in e.g.Uses of PropMgr in com.iizix.prop.ui
Methods in com.iizix.prop.ui with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidAbstractUICompRelativeReference.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Overrides the send-transaction to client in order to send the unique label ID in the panel.protected voidCIDProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected voidContextMenuReference.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected voidGroupNameProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected voidTooltipProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an HTML string.booleanAbstractUICompRelativeReference.initializeValue(PropMgr propertyManager, ReadTransaction trans) Fakes processing of initializing the value from the remote part by skipping it in the transaction.booleanTooltipProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction as a KString in HTML format.protected intCIDProp.modifyPropValue(Object oldValue, Object newValue, PropMgr propMgr) Called when setting a new value for this property.protected voidUIComps.onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving) Method called when the internal functioninsertPropis called to verify that this is allowed.Uses of PropMgr in com.iizix.prop.ui.device
Methods in com.iizix.prop.ui.device with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidDeviceProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the GSimpleDevice property value.protected voidThemesProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the GThemes property value.booleanDeviceProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanThemesProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.Uses of PropMgr in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidTableCell.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the contents property value.booleanTableCell.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.Uses of PropMgr in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidVSOnUIEvent.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.booleanVSOnUIEvent.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.Uses of PropMgr in com.iizix.server
Fields in com.iizix.server declared as PropMgrModifier and TypeFieldDescriptionprotected final PropMgrAbstractEndPoint.endPointPropertyManagerThe property endPointPropertyManager.Methods in com.iizix.server that return PropMgrModifier and TypeMethodDescriptionfinal PropMgrAbstractEndPoint.getPropertyManager()Gets the property manager of the end point.IAppLoader.getPropertyManager()Gets the server property manager.final PropMgrServerShell.getPropertyManager()Gets the server property manager.Uses of PropMgr in com.iizix.server.app
Methods in com.iizix.server.app that return PropMgrModifier and TypeMethodDescriptionAppFactory.createPropMgr(ServerShell server) Creates the Property Manager with reference resolving to the application static properties.VirtualsContainer.VContainer.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Methods in com.iizix.server.app with parameters of type PropMgrModifier and TypeMethodDescriptionstatic voidSystemApp.loadApp(PropFactory factory, PropMgr propMgr) Loads the iiziSystem.jar app.protected voidVirtualsContainer.VContainer.onInsertProp(GProp<?> aProperty, int index, boolean replace, boolean isCloning, PropMgr propMgr, boolean isMoving) Method called when the internal functioninsertPropis called to verify that this is allowed.protected voidVirtualsContainer.VContainer.onPropRemoved(GProp<?> prop, PropMgr propMgr, boolean isMoving) Called when a property is removed in this container, before the event is fired, but after the property has been removed.Constructors in com.iizix.server.app with parameters of type PropMgrModifierConstructorDescriptionRuntimeApp(SessionInfo sessionInfo, AppFactory appFactory, PropMgr propMgr, ClientProps clientRoot, IFocusEngineProvider focusEngineProvider, IVirtualsContainer<VirtualSpace> virtualSpace) Creates the runtime application a client session.VirtualsContainer(String base, Atom atom, Class<? extends PropCnr> propClass, PropMgr propMgr, IFocusEngineProvider focusEngineProvider, IRuntimeReferenceLookup lookup, boolean isAppInstance) Constructor.Uses of PropMgr in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return PropMgrModifier and TypeMethodDescriptionAppPropCnr.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.final PropMgrModuleProjectPropCnr.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Methods in com.iizix.server.app.prop with parameters of type PropMgrModifier and TypeMethodDescriptionvoidAppPropCnr.initialize(PropMgr propMgr) Initializes the Property Manager instance for the property.final voidModuleProjectPropCnr.initialize(PropMgr propMgr) Initializes the Property Manager instance for the property.Constructors in com.iizix.server.app.prop with parameters of type PropMgrModifierConstructorDescriptionModuleProjectPropCnr(Atom propertyAtom, File developmentDir, PropMgr serverPropMgr) Creates a Module project property container with a name when loaded from the Server in Development mode.Uses of PropMgr in com.iizix.server.prop
Methods in com.iizix.server.prop that return PropMgrModifier and TypeMethodDescriptionServerProps.getPropRootPropMgr()Gets the Property Manager used for communication for the root container.Methods in com.iizix.server.prop with parameters of type PropMgrModifier and TypeMethodDescriptionstatic ServerPropsServerProps.createServerProps(PropMgr propertyManager) Creates a new instance of the Server properties.Constructors in com.iizix.server.prop with parameters of type PropMgrModifierConstructorDescriptionRootPropTransactionSender(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender) Constructs the instance.protectedServerProps(Atom atom, PropMgr propertyManager) Creates the client properties with an atom manager.Uses of PropMgr in com.iizix.term.prop
Methods in com.iizix.term.prop with parameters of type PropMgrModifier and TypeMethodDescriptionprotected voidHostSessionProps.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value and all its children to a transaction using theAtomManager.protected voidRemoteHostSessionProp.appendPropValue(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value to a transaction.booleanHostSessionProps.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.booleanRemoteHostSessionProp.initializeValue(PropMgr propertyManager, ReadTransaction trans) Initializes the property value from a transaction.