All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Properties.MsgQueue

java.lang.Object
   |
   +----Properties.MsgQueue

public class MsgQueue
extends Object

Constructor Index

 o MsgQueue()

Method Index

 o Element(int)
 o Get()
 o Put(Msg)
 o size()

Constructors

 o MsgQueue
 public MsgQueue()

Methods

 o Put
 public synchronized void Put(Msg m)
 o size
 public synchronized int size()
 o Get
 public synchronized Msg Get()
 o Element
 public synchronized Msg Element(int i)

All Packages  Class Hierarchy  This Package  Previous  Next  Index