Uses of Class
amber.type.server.PacketData

Packages that use PacketData
amber.server.component The handlers at the server for the remote components. 
amber.type.server Amber Server Types. 
 

Uses of PacketData in amber.server.component
 

Methods in amber.server.component that return PacketData
protected  PacketData ComponentHandler.sendPacketAndBlock(Packet packet, byte responseId)
          This function is similar to sendPacket in that it sends the created packet to the PageHandle for transmission.
protected  PacketData ComponentHandler.createDataInput(Packet packet)
          This function creates a data input stream from the data in the packet.
protected  PacketData MenuComponentHandler.sendPacketAndBlock(Packet packet, byte responseId)
          This function is similar to sendPacket in that it sends the created packet to the PageHandle for transmission.
 

Methods in amber.server.component with parameters of type PacketData
protected  void ComponentHandler.handlePacket(PacketData packet)
          This function handles base component commands.
protected  void ComponentHandler.processNormalResponse(PacketData packet)
           
protected  java.awt.event.ActionEvent ComponentHandler.generateActionEvent(int eventType, PacketData packet)
          This function generates an action event from the input packet.
protected  java.awt.event.ItemEvent ComponentHandler.generateItemEvent(int eventType, PacketData packet)
          This function generates an item event from the input packet.
protected  java.awt.event.KeyEvent ComponentHandler.generateKeyEvent(int eventType, PacketData packet)
          This function generates a key event from the input packet.
protected  java.awt.event.MouseEvent ComponentHandler.generateMouseEvent(int eventType, PacketData packet)
          This function generates a mouse event from the input packet.
protected  java.awt.event.FocusEvent ComponentHandler.generateFocusEvent(int eventType, PacketData packet)
          This function generates a focus event from the input packet.
protected  void ComponentHandler.fireWindowEvent(PacketData packet)
          This function creates a ComponentWindowEvent for the corresponding packet and sends it to all listeners.
protected  void ComplexListHandler.handlePacket(PacketData packet)
          This function handles the incoming packets from the component residing on the browser.
protected  ComplexColumnEvent ComplexListHandler.generateColumnEvent(PacketData packet)
          Generates a complex column event from the specified packet.
protected  void LinkHandler.handlePacket(PacketData packet)
          This function handles the incoming packets from the component residing on the browser.
 

Uses of PacketData in amber.type.server
 

Fields in amber.type.server declared as PacketData
protected  PacketData PendingResponsePacket.responsePacket
          This is the returned packet data.
 

Methods in amber.type.server that return PacketData
 PacketData PendingResponsePacket.getResponsePacket()
          Gets the data in the following variable: This is the returned packet data.
 

Methods in amber.type.server with parameters of type PacketData
 void PendingResponsePacket.setResponsePacket(PacketData data)
          Sets the data in the following variable: This is the returned packet data.
 

Constructors in amber.type.server with parameters of type PacketData
PendingResponsePacket(PacketData responsePacket, byte commandId, Mutex lock)
          Initialising Constructor.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.