Uses of Class
com.iizix.SendTransaction
Package
Description
Uses of SendTransaction in com.iizigo.java.parser.annotation
Modifier and TypeMethodDescriptionprotected void
AnnotationsContainer.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.Uses of SendTransaction in com.iizigo.java.parser.type
Modifier and TypeMethodDescriptionprotected void
TypesContainer.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.Uses of SendTransaction in com.iizigo.panel
Modifier and TypeMethodDescriptionClientSideEditor.createTransaction()
Creates a transaction with the configured write cache.Modifier and TypeMethodDescriptionvoid
ClientSideEditor.sendTransaction
(SendTransaction trans) Sends a transaction to the JavaScript panel designer.void
ITransactionSender.sendTransaction
(SendTransaction trans) Sends a transaction to the JavaScript panel designer.Uses of SendTransaction in com.iizix
Modifier and TypeMethodDescriptionvoid
Rect.append
(SendTransaction trans) Appends the rectangle to a transaction.void
SendTransaction.append
(SendTransaction t) Appends a sub-transaction to this send transaction.Uses of SendTransaction in com.iizix.comm
Modifier and TypeMethodDescriptionITransactionCreator.createTransaction()
Creates a transaction with the configured write cache.final SendTransaction
TransactionComm.createTransaction()
Creates a Transaction using a Write Cache.Modifier and TypeMethodDescriptionvoid
IClientTransactionProcessor.appendPublicKey
(SendTransaction trans) Appends the server public key for the Diffie-Hellman key exchange with the client.int
TransactionComm.send
(SendTransaction trans, boolean doCompress) Sends a transaction.int
TransactionComm.send
(SendTransaction trans, int serial, boolean doCompress) Sends a transaction.Uses of SendTransaction in com.iizix.comm.session
Modifier and TypeMethodDescriptionSessionTransMgr.createTransaction()
Creates a transaction for processing normal transactions.Modifier and TypeMethodDescriptionboolean
SessionTransMgr.sendTransaction
(SendTransaction trans) Send a transaction to the client, assigning the transaction serial and processing statistics.Uses of SendTransaction in com.iizix.comm.statistics
Modifier and TypeMethodDescriptionvoid
SessionStatistics.onSent
(SendTransaction trans) Called when a transaction is sent.Uses of SendTransaction in com.iizix.license
Modifier and TypeMethodDescriptionvoid
HardwareIdentication.append
(SendTransaction trans, boolean refresh) Appends the hardware information to a transaction.Uses of SendTransaction in com.iizix.prop
Modifier and TypeMethodDescriptionPropMgr.getSendTransaction
(ITransactionCreator transCreator) Gets a transaction for sending.Modifier and TypeMethodDescriptionvoid
GGradient.Swatch.append
(SendTransaction trans) Appends a swatch to a transaction.void
GRect.append
(SendTransaction trans) Appends the rectangle to a transaction.void
GSize.append
(SendTransaction trans) Appends the size to a transaction.void
GUnit.append
(SendTransaction trans) Appends the unit object to a transaction.void
GColor.appendColor
(SendTransaction trans) Appends the color to a transaction.void
GGradient.appendGradient
(SendTransaction trans) Appends the color to a transaction.void
PropMgr.appendPropMgrData
(SendTransaction trans) Appends data from the property manager to a transaction.protected void
AbstractReference.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
BadgeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the badge property value.protected void
BoolProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the boolean property value.protected void
ByteArrayProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the byte array property value.protected void
CharProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the character property value.protected void
CodeItemArrayProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected void
ColorProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the color property value.protected void
DateTimeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the date/time property value.protected void
DoubleProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Double property value.protected void
ErrorsProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the error array to an outgoing transaction.protected void
FillProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the fill property value.protected void
FontProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the font property value.protected abstract void
GProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value and all its children to a transaction using theAtomManager
.protected void
GradientProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the gradient property value.protected void
ImageReference.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Sends the data to the client in a transaction.protected void
Int32Prop.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
IntProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
KStringProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an HTML string.protected void
LongProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
MultiProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the bounds property value.protected void
NumberProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Number property value as a String.protected void
PasswordProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
PlainKStringProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an PLAIN string.protected void
PrivProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the private property value.protected void
PropCnr.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the container property value.protected void
RectProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the rectangle property value.protected void
SizeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the size property value.protected void
StringArrayProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected void
StringMapProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string map to an outgoing transaction.protected void
StringProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
StringSetProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string array to an outgoing transaction.protected void
StrokeProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the stroke property value.protected void
Styles.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Overrides the append property value to transaction to check for font face(s) installation.protected void
StylesReferences.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the Styles References property value for the client.protected void
UnitProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the unit property value.protected void
ValueProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value.protected void
Color4Prop.appendPropValueItem
(SendTransaction trans, GColor value) Appends a color to a transaction.protected void
Int4Prop.appendPropValueItem
(SendTransaction trans, Integer value) Appends a unit to a transaction.protected abstract void
MultiProp.appendPropValueItem
(SendTransaction trans, VALUE value) Appends the property value item to a transaction.protected void
String4Prop.appendPropValueItem
(SendTransaction trans, String value) Appends a unit to a transaction.protected void
Unit4Prop.appendPropValueItem
(SendTransaction trans, GUnit value) Appends a unit to a transaction.Uses of SendTransaction in com.iizix.prop.font
Modifier and TypeMethodDescriptionvoid
FontFile.appendFontData
(SendTransaction trans) Adds the transaction data for the font installation.Uses of SendTransaction in com.iizix.prop.image
Modifier and TypeMethodDescriptionvoid
ClientImageData.append
(PropMgr propertyManager, SendTransaction trans, double dpr) Appends the image data to a transaction for the specified device pixel ratio.void
FontIconDefinition.append
(PropMgr propertyManager, SendTransaction trans) Appends the font icon data for the client to display in e.g.static void
ClientImageData.appendNoData
(SendTransaction trans) Method to call when no ClientImageData is present and needs to be sent to client.Uses of SendTransaction in com.iizix.prop.ui
Modifier and TypeMethodDescriptionprotected void
AbstractUICompRelativeReference.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 void
CIDProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the integer property value.protected void
ContextMenuReference.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
GroupNameProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.protected void
TooltipProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the KString property value as an HTML string.Uses of SendTransaction in com.iizix.prop.ui.device
Modifier and TypeMethodDescriptionvoid
GSimpleDevice.append
(SendTransaction trans) Appends the device to a transaction.void
GThemes.append
(SendTransaction trans) Appends the themes to a transaction.protected void
DeviceProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the GSimpleDevice property value.protected void
ThemesProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the GThemes property value.Uses of SendTransaction in com.iizix.prop.ui.table
Modifier and TypeMethodDescriptionprotected void
TableCell.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the contents property value.Uses of SendTransaction in com.iizix.prop.vs
Modifier and TypeMethodDescriptionprotected void
VSOnUIEvent.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the string property value.Uses of SendTransaction in com.iizix.server
Modifier and TypeMethodDescriptionfinal SendTransaction
AbstractEndPoint.createTransaction()
Creates a Transaction using a Write Cache.Modifier and TypeMethodDescriptionfinal void
AbstractEndPoint.sendTransaction
(SendTransaction trans) Sends a transaction to the end point.Uses of SendTransaction in com.iizix.server.client
Modifier and TypeMethodDescriptionClientTransactionProcessor.createTransaction()
Creates a transaction with the configured write cache.Modifier and TypeMethodDescriptionvoid
ClientParams.appendPublicKey
(SendTransaction trans) Appends the server public key for the Diffie-Hellman key exchange with the client.void
ClientTransactionProcessor.appendPublicKey
(SendTransaction trans) Appends the server public key for the Diffie-Hellman key exchange with the client.void
DHKey.encrypt
(byte[] data, SendTransaction sendTrans) Encrypts and appends the bytes to the SendTransaction.void
ClientTransactionProcessor.sendTransaction
(SendTransaction trans) Sends the transaction to the remote party.Uses of SendTransaction in com.iizix.server.prop
Modifier and TypeMethodDescriptionvoid
IRootPropTransactionSender.sendTransaction
(SendTransaction trans) Sends the transaction to the remote party.Uses of SendTransaction in com.iizix.server.vsviewer
Modifier and TypeMethodDescriptionVSViewerTransactionProcessor.createTransaction()
Creates a transaction with the configured write cache.Modifier and TypeMethodDescriptionvoid
VSViewerTransactionProcessor.sendTransaction
(SendTransaction trans) Sends the transaction to the remote party.Uses of SendTransaction in com.iizix.term
Modifier and TypeMethodDescriptionvoid
HostField.append
(SendTransaction trans) Appends the data for this host field to a transaction.void
HostScreen.append
(SendTransaction trans, boolean doFields, boolean doPopupWindows) Appends the host fields and possibly the pop-up windows.void
HostScreen.appendScreen
(SendTransaction t) Adds the entire host screen definition in a transaction that will cause the client to display a new terminal window.Uses of SendTransaction in com.iizix.term.prop
Modifier and TypeMethodDescriptionvoid
HostSessionProps.add
(SendTransaction trans) Queues a transaction for execution on the remote side whenever possible.protected void
HostSessionProps.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value and all its children to a transaction using theAtomManager
.protected void
RemoteHostSessionProp.appendPropValue
(PropMgr propertyManager, SendTransaction trans, Object value) Appends the property value to a transaction.