Home | History | Annotate | Download | only in imps

Lines Matching refs:Primitive

66      * Sends a CSP primitive to the IMPS server through this data channel.
68 * @param p the primitive to send.
70 public abstract void sendPrimitive(Primitive p);
73 * Receives a primitive from this data channel, waiting until a primitive
76 * @return the received primitive
79 public abstract Primitive receivePrimitive() throws InterruptedException;
82 * Gets the time when the last primitive was sent to the server through the
85 * @return the time last primitive was sent.
90 * Tells if there is any primitive waiting to send.