UniPRT SDK  v2.0.0.0
Channel< T > Class Template Reference

Public Member Functions

 Channel (int capacity)
 
void Disconnect ()
 
boolean Offer (T msgToDeposit)
 
Poll (long timeout, TimeUnit unit) throws InterruptedException
 
Read () throws InterruptedException
 
int Size ()
 
Take () throws InterruptedException
 
boolean TryRead (T[] item)
 
boolean TryWrite (T message)
 
void Write (T message) throws InterruptedException