Uses of Class
ami.AMIPacket

Packages that use AMIPacket
ami Base AMI classes 
 

Uses of AMIPacket in ami
 

Fields in ami declared as AMIPacket
private  AMIPacket AMISender.ap
           
private  AMIPacket AMISender.apVoid
           
 

Methods in ami that return AMIPacket
(package private)  AMIPacket AMISender.getAp()
          get the AMIPacket
 

Methods in ami with parameters of type AMIPacket
(package private)  void AMIPacket.merge(AMIPacket ap)
          Merge two ami packets
(package private)  void AMISender.setAp(AMIPacket ap)
          used by the OutputSpool to valorize data to be sent
(package private) static void AMIOutputSpool.put(AMIPacket ap)
          The AMIOutputProcesor uses this method to add some packets to be sent
private  void AMIOutputSpool.dispatch(AMIPacket ap)
          Used to choose best sender for this packet and give it the order to start the sending
(package private) static void AMIOutputProcessor.submit(AMIPacket ap)
          Add a packet in the AMIOutputSpool