Uses of Interface
fulmine.protocol.wire.IWireIdentity

Packages that use IWireIdentity
fulmine.event   
fulmine.model.component   
fulmine.model.container   
fulmine.model.field   
fulmine.model.field.containerdefinition   
fulmine.protocol.specification   
fulmine.protocol.wire   
 

Uses of IWireIdentity in fulmine.event
 

Methods in fulmine.event with parameters of type IWireIdentity
protected  boolean ImageEvent.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
protected  boolean EventSource.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
 

Uses of IWireIdentity in fulmine.model.component
 

Methods in fulmine.model.component with parameters of type IWireIdentity
protected abstract  boolean AbstractComponent.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
          Write the component state in its wire form to the buffer.
 void AbstractComponent.writeState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
 

Uses of IWireIdentity in fulmine.model.container
 

Methods in fulmine.model.container with parameters of type IWireIdentity
protected  boolean AbstractContainer.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
 

Uses of IWireIdentity in fulmine.model.field
 

Methods in fulmine.model.field with parameters of type IWireIdentity
protected  boolean StringField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
protected  boolean LongField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
protected  boolean IntegerField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
protected  boolean FloatField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
protected  boolean DoubleField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
protected  boolean BooleanField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
 

Uses of IWireIdentity in fulmine.model.field.containerdefinition
 

Methods in fulmine.model.field.containerdefinition that return IWireIdentity
 IWireIdentity ContainerDefinitionField.getWireIdentityFor(String identity)
           
 

Methods in fulmine.model.field.containerdefinition with parameters of type IWireIdentity
protected  boolean DescriptorField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
protected  boolean ContainerDefinitionField.doWriteState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
           
 String ContainerDefinitionField.getIdentityFor(IWireIdentity wireId)
           
 

Uses of IWireIdentity in fulmine.protocol.specification
 

Methods in fulmine.protocol.specification with parameters of type IWireIdentity
static void FieldWriter.writeBooleanField(IWireIdentity wireId, boolean data, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition)
          Write the component spec for a boolean component represented by the wireId to the buffer held in headerBuffer[0] starting at headerBufferPosition[0].
static void FieldWriter.writeDoubleField(IWireIdentity wireId, double data, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition)
          Write the component spec for a double component represented by the wireId to the buffer held in headerBuffer[0] starting at headerBufferPosition[0].
static void FieldWriter.writeFloatField(IWireIdentity wireId, float data, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition)
          Write the component spec for a float component represented by the wireId to the buffer held in headerBuffer[0] starting at headerBufferPosition[0].
static void FieldWriter.writeIntegerField(IWireIdentity wireId, int data, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition)
          Write the component spec for an integer component represented by the wireId to the buffer held in headerBuffer[0] starting at headerBufferPosition[0].
static void FieldWriter.writeLongField(IWireIdentity wireId, long data, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition)
          Write the component spec for a long component represented by the wireId to the buffer held in headerBuffer[0] starting at headerBufferPosition[0].
static void FieldWriter.writeRawBytesField(IWireIdentity wireId, byte[] data, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition)
          Write the component spec for a raw byte[] component represented by the wireId to the buffer held in headerBuffer[0] starting at headerBufferPosition[0].
static void FieldWriter.writeStringField(IWireIdentity wireId, String data, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition)
          Write the component spec for a String component represented by the wireId to the buffer held in headerBuffer[0] starting at headerBufferPosition[0].
 

Uses of IWireIdentity in fulmine.protocol.wire
 

Classes in fulmine.protocol.wire that implement IWireIdentity
 class WireIdentity
          The default implementation of the IWireIdentity interface.
 

Methods in fulmine.protocol.wire that return IWireIdentity
 IWireIdentity SWFWireIdentityRegistry.getWireIdentityFor(String identity)
           
 IWireIdentity IWireIdentityRegistry.getWireIdentityFor(String identity)
          Get the wire identity assigned for an identity
 

Methods in fulmine.protocol.wire with parameters of type IWireIdentity
 String SWFWireIdentityRegistry.getIdentityFor(IWireIdentity wireId)
           
 String IWireIdentityRegistry.getIdentityFor(IWireIdentity wireId)
          Get the identity assigned to the wire identity
 void IWireState.writeState(IOperationScope scope, IWireIdentity wireId, byte[][] headerBuffer, int[] headerBufferPosition, byte[][] dataBuffer, int[] dataBufferPosition, boolean completeState)
          Write the state of this object in fulmine delta (FD) wire format to the byte buffers.
 



Copyright © 2007-2009. All Rights Reserved.