Uses of Package
org.jlab.coda.cMsg

Packages that use org.jlab.coda.cMsg
org.jlab.coda.cMsg   
org.jlab.coda.cMsg.CADomain   
org.jlab.coda.cMsg.FileDomain   
org.jlab.coda.cMsg.RCBroadcastDomain   
org.jlab.coda.cMsg.RCDomain   
org.jlab.coda.cMsg.RCServerDomain   
org.jlab.coda.cMsg.TCPSDomain   
org.jlab.coda.cMsg.apps   
org.jlab.coda.cMsg.cMsgDomain.cMsgMonitor   
org.jlab.coda.cMsg.cMsgDomain.client   
org.jlab.coda.cMsg.cMsgDomain.server   
org.jlab.coda.cMsg.subdomains   
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg
cMsgCallbackInterface
          This interface provides an API for the client callbacks in the cMsg system.
cMsgCallbackThread
          This class is used to run a message callback in its own thread.
cMsgClientInfo
          This class stores a cMsg client's information.
cMsgDeliverMessageInterface
          Classes that implement this interface provide a means for a subdomain handler object to talk to its client - providing the client with responses to its requests.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgGetHelper
          This class is used to help in implementing subscribeAndGet and sendAndGet methods.
cMsgMessage
          This class implements a message in the cMsg messaging system.
cMsgMessageContextInterface
          Interface defining the context in which a subscription's callback is run.
cMsgMessageFull
          This class contains the full functionality of a message.
cMsgNotifier
          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.
cMsgPayloadItem
          This class represents an item in a cMsg message's payload.
cMsgShutdownHandlerInterface
          Classes implementing this interface are used as cMsg clients' shutdown handlers.
cMsgSubdomainInterface
          This interface is an API for an object that a domain server uses to respond to client demands.
cMsgSubscription
          Class to store a client's subscription to a particular message subject and type.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.CADomain
cMsgCallbackInterface
          This interface provides an API for the client callbacks in the cMsg system.
cMsgDomainAdapter
          This class provides a very basic (non-functional, dummy) implementation of the cMsgDomainInterface interface.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.FileDomain
cMsgDomainAdapter
          This class provides a very basic (non-functional, dummy) implementation of the cMsgDomainInterface interface.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.RCBroadcastDomain
cMsgCallbackInterface
          This interface provides an API for the client callbacks in the cMsg system.
cMsgDomainAdapter
          This class provides a very basic (non-functional, dummy) implementation of the cMsgDomainInterface interface.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.RCDomain
cMsgCallbackInterface
          This interface provides an API for the client callbacks in the cMsg system.
cMsgDomainAdapter
          This class provides a very basic (non-functional, dummy) implementation of the cMsgDomainInterface interface.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
cMsgSubscription
          Class to store a client's subscription to a particular message subject and type.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.RCServerDomain
cMsgCallbackInterface
          This interface provides an API for the client callbacks in the cMsg system.
cMsgDomainAdapter
          This class provides a very basic (non-functional, dummy) implementation of the cMsgDomainInterface interface.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.TCPSDomain
cMsgDomainAdapter
          This class provides a very basic (non-functional, dummy) implementation of the cMsgDomainInterface interface.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.apps
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.cMsgDomain.cMsgMonitor
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.cMsgDomain.client
cMsgCallbackInterface
          This interface provides an API for the client callbacks in the cMsg system.
cMsgDomainAdapter
          This class provides a very basic (non-functional, dummy) implementation of the cMsgDomainInterface interface.
cMsgDomainInterface
          This interface is the cMsg client API for cMsg domain.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
cMsgMessageFull
          This class contains the full functionality of a message.
cMsgSubscription
          Class to store a client's subscription to a particular message subject and type.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.cMsgDomain.server
cMsgCallbackAdapter
          This class is an adapter which implements the cMsgCallbackInterface.
cMsgCallbackInterface
          This interface provides an API for the client callbacks in the cMsg system.
cMsgClientInfo
          This class stores a cMsg client's information.
cMsgDeliverMessageInterface
          Classes that implement this interface provide a means for a subdomain handler object to talk to its client - providing the client with responses to its requests.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessage
          This class implements a message in the cMsg messaging system.
cMsgMessageFull
          This class contains the full functionality of a message.
cMsgNotifier
          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.
cMsgSubdomainInterface
          This interface is an API for an object that a domain server uses to respond to client demands.
 

Classes in org.jlab.coda.cMsg used by org.jlab.coda.cMsg.subdomains
cMsgClientInfo
          This class stores a cMsg client's information.
cMsgDeliverMessageInterface
          Classes that implement this interface provide a means for a subdomain handler object to talk to its client - providing the client with responses to its requests.
cMsgException
          This class represents an error that occurred while attempting to execute a cMsg method.
cMsgMessageFull
          This class contains the full functionality of a message.
cMsgNotifier
          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.
cMsgSubdomainAdapter
          This class provides a very basic (non-functional/dummy) implementation of the cMsgSubdomainInterface interface.
cMsgSubdomainInterface
          This interface is an API for an object that a domain server uses to respond to client demands.