org.jlab.coda.cMsg
Class cMsgNotifier

java.lang.Object
  extended by org.jlab.coda.cMsg.cMsgNotifier

public class cMsgNotifier
extends java.lang.Object

This class is used on server side to store information associated with a subscribeAndGet and sendAndGet for later unsubscription and deletion when timeout occurs on client side.


Field Summary
 cMsgClientInfo client
           
 int id
           
 java.util.concurrent.CountDownLatch latch
           
 
Constructor Summary
cMsgNotifier()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client

public cMsgClientInfo client

latch

public java.util.concurrent.CountDownLatch latch

id

public int id
Constructor Detail

cMsgNotifier

public cMsgNotifier()