Uses of Class
com.iizix.SendTransaction
Uses of SendTransaction in com.iizigo.java.parser.annotation
Methods in com.iizigo.java.parser.annotation with parameters of type SendTransaction Modifier and Type Method Description protected void
AnnotationsContainer. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string array to an outgoing transaction.Uses of SendTransaction in com.iizigo.java.parser.type
Methods in com.iizigo.java.parser.type with parameters of type SendTransaction Modifier and Type Method Description protected void
TypesContainer. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string array to an outgoing transaction.Uses of SendTransaction in com.iizigo.panel
Methods in com.iizigo.panel that return SendTransaction Modifier and Type Method Description SendTransaction
ClientSideEditor. createTransaction()
Creates a transaction with the configured write cache.Methods in com.iizigo.panel with parameters of type SendTransaction Modifier and Type Method Description void
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
Methods in com.iizix with parameters of type SendTransaction Modifier and Type Method Description void
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
Methods in com.iizix.comm that return SendTransaction Modifier and Type Method Description SendTransaction
ITransactionCreator. createTransaction()
Creates a transaction with the configured write cache.SendTransaction
TransactionComm. createTransaction()
Creates a Transaction using a Write Cache.Methods in com.iizix.comm with parameters of type SendTransaction Modifier and Type Method Description void
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
Methods in com.iizix.comm.session that return SendTransaction Modifier and Type Method Description SendTransaction
SessionTransMgr. createTransaction()
Creates a transaction for processing normal transactions.Methods in com.iizix.comm.session with parameters of type SendTransaction Modifier and Type Method Description boolean
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
Methods in com.iizix.comm.statistics with parameters of type SendTransaction Modifier and Type Method Description void
SessionStatistics. onSent(SendTransaction trans)
Called when a transaction is sent.Uses of SendTransaction in com.iizix.license
Methods in com.iizix.license with parameters of type SendTransaction Modifier and Type Method Description void
HardwareIdentication. append(SendTransaction trans, boolean refresh)
Appends the hardware information to a transaction.Uses of SendTransaction in com.iizix.prop
Methods in com.iizix.prop that return SendTransaction Modifier and Type Method Description SendTransaction
PropMgr. getSendTransaction(ITransactionCreator transCreator)
Gets a transaction for sending.Methods in com.iizix.prop with parameters of type SendTransaction Modifier and Type Method Description void
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
AbstractClientBaseRelativeReference. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Overrides the send-transaction to client in order to send the unique label ID in the panel.protected void
AbstractReference. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string property value.protected void
BadgeProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the badge property value.protected void
BoolProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the boolean property value.protected void
ByteArrayProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the byte array property value.protected void
CharProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the character property value.protected void
CodeItemArrayProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string array to an outgoing transaction.protected void
ColorProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the color property value.protected void
DateTimeProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the date/time property value.protected void
DoubleProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the Double property value.protected void
ErrorsProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the error array to an outgoing transaction.protected void
FillProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the fill property value.protected void
FontProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the font property value.protected abstract void
GProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the property value and all its children to a transaction using theAtomManager
.protected void
GradientProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the gradient property value.protected void
ImageReference. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Sends the data to the client in a transaction.protected void
Int32Prop. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the integer property value.protected void
IntProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the integer property value.protected void
KStringProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the KString property value as an HTML string.protected void
LongProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the integer property value.protected void
MultiProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the bounds property value.protected void
NumberProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the Number property value as a String.protected void
PasswordProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string property value.protected void
PlainKStringProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the KString property value as an PLAIN string.protected void
PrivProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the private property value.protected void
PropCnr. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the container property value.protected void
RectProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the rectangle property value.protected void
SizeProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the size property value.protected void
StringArrayProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string array to an outgoing transaction.protected void
StringMapProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string map to an outgoing transaction.protected void
StringProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string property value.protected void
StringSetProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string array to an outgoing transaction.protected void
StrokeProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the stroke property value.protected void
Styles. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Overrides the append property value to transaction to check for font face(s) installation.protected void
StylesReferences. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the Styles References property value for the client.protected void
UnitProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the unit property value.protected void
ValueProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.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, java.lang.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, java.lang.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
Methods in com.iizix.prop.font with parameters of type SendTransaction Modifier and Type Method Description void
FontFile. appendFontData(SendTransaction trans)
Adds the transaction data for the font installation.Uses of SendTransaction in com.iizix.prop.image
Methods in com.iizix.prop.image with parameters of type SendTransaction Modifier and Type Method Description void
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
Methods in com.iizix.prop.ui with parameters of type SendTransaction Modifier and Type Method Description protected void
CIDProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the integer property value.protected void
ContextMenuReference. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string property value.protected void
GroupNameProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string property value.protected void
TooltipProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the KString property value as an HTML string.Uses of SendTransaction in com.iizix.prop.ui.device
Methods in com.iizix.prop.ui.device with parameters of type SendTransaction Modifier and Type Method Description void
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, java.lang.Object value)
Appends the GSimpleDevice property value.protected void
ThemesProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the GThemes property value.Uses of SendTransaction in com.iizix.prop.ui.table
Methods in com.iizix.prop.ui.table with parameters of type SendTransaction Modifier and Type Method Description protected void
TableCell. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the contents property value.Uses of SendTransaction in com.iizix.prop.vs
Methods in com.iizix.prop.vs with parameters of type SendTransaction Modifier and Type Method Description protected void
VSOnUIEvent. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the string property value.Uses of SendTransaction in com.iizix.server
Methods in com.iizix.server that return SendTransaction Modifier and Type Method Description SendTransaction
AbstractEndPoint. createTransaction()
Creates a Transaction using a Write Cache.Methods in com.iizix.server with parameters of type SendTransaction Modifier and Type Method Description void
AbstractEndPoint. sendTransaction(SendTransaction trans)
Sends a transaction to the end point.Uses of SendTransaction in com.iizix.server.client
Methods in com.iizix.server.client that return SendTransaction Modifier and Type Method Description SendTransaction
ClientTransactionProcessor. createTransaction()
Creates a transaction with the configured write cache.Methods in com.iizix.server.client with parameters of type SendTransaction Modifier and Type Method Description void
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
Methods in com.iizix.server.prop with parameters of type SendTransaction Modifier and Type Method Description void
IRootPropTransactionSender. sendTransaction(SendTransaction trans)
Sends the transaction to the remote party.Uses of SendTransaction in com.iizix.server.vsviewer
Methods in com.iizix.server.vsviewer that return SendTransaction Modifier and Type Method Description SendTransaction
VSViewerTransactionProcessor. createTransaction()
Creates a transaction with the configured write cache.Methods in com.iizix.server.vsviewer with parameters of type SendTransaction Modifier and Type Method Description void
VSViewerTransactionProcessor. sendTransaction(SendTransaction trans)
Sends the transaction to the remote party.Uses of SendTransaction in com.iizix.term
Methods in com.iizix.term with parameters of type SendTransaction Modifier and Type Method Description void
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
Methods in com.iizix.term.prop with parameters of type SendTransaction Modifier and Type Method Description void
HostSessionProps. add(SendTransaction trans)
Queues a transaction for execution on the remote side whenever possible.protected void
HostSessionProps. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the property value and all its children to a transaction using theAtomManager
.protected void
RemoteHostSessionProp. appendPropValue(PropMgr propertyManager, SendTransaction trans, java.lang.Object value)
Appends the property value to a transaction.