Uses of Class
com.caucho.bam.Message

Packages that use Message
com.caucho.boot   
com.caucho.cloud.globalcache   
com.caucho.cloud.heartbeat   
com.caucho.cloud.notify   
com.caucho.distcache.cluster   
com.caucho.jms.cluster   
com.caucho.server.admin   
com.caucho.server.repository   
com.caucho.server.resin   
 

Uses of Message in com.caucho.boot
 

Methods in com.caucho.boot with annotations of type Message
 void WatchdogActor.onWarning(java.lang.String to, java.lang.String from, WarningMessage warning)
           
 

Uses of Message in com.caucho.cloud.globalcache
 

Methods in com.caucho.cloud.globalcache with annotations of type Message
 void GlobalCacheActor.ping(java.lang.String to, java.lang.String from, GlobalCachePing ping)
           
 

Uses of Message in com.caucho.cloud.heartbeat
 

Methods in com.caucho.cloud.heartbeat with annotations of type Message
 void HeartbeatActor.serverHeartbeat(java.lang.String to, java.lang.String from, HeartbeatMessage msg)
          Triad receives message that a server has started
 

Uses of Message in com.caucho.cloud.notify
 

Methods in com.caucho.cloud.notify with annotations of type Message
 void NotifyActor.notify(java.lang.String to, java.lang.String from, NotifyMessage notify)
           
 void NotifyActor.triadNotify(java.lang.String to, java.lang.String from, NotifyTriadMessage notify)
           
 

Uses of Message in com.caucho.distcache.cluster
 

Methods in com.caucho.distcache.cluster with annotations of type Message
 boolean CacheMnodeTriadActor.cachePut(java.lang.String to, java.lang.String from, CachePut msg)
          The CachePut updates a cache entry for a server.
 void CacheDataTriadActor.dataPutMessage(java.lang.String to, java.lang.String from, DataPut msg)
          receive updated data
 void CacheMnodeActor.notifyLeaseOwner(java.lang.String to, java.lang.String from, NotifyLeaseOwner msg)
          notify the lease owner of an update
 boolean CacheMnodeTriadActor.triadUpdateTime(java.lang.String to, java.lang.String from, TriadUpdateTime msg)
          updated times
 

Uses of Message in com.caucho.jms.cluster
 

Methods in com.caucho.jms.cluster with annotations of type Message
 void ClusterQueueActor.processTopicMessage(java.lang.String to, java.lang.String from, TopicMessage msg)
          Topic Subscribers receives the message from the Triad Pod.
 void ClusterQueueTriadActor.processTriadTopicMessage(java.lang.String to, java.lang.String from, TriadTopicMessage msg)
          Processes the messages published by the Topic publisher.
 

Uses of Message in com.caucho.server.admin
 

Methods in com.caucho.server.admin with annotations of type Message
 void ClusterStatService.addSample(java.lang.String to, java.lang.String from, AddSample msg)
          Message handler to add a new sample from a remote machine.
 void ClusterStatService.addSampleMetadata(java.lang.String to, java.lang.String from, AddSampleMetadata msg)
           
 

Uses of Message in com.caucho.server.repository
 

Methods in com.caucho.server.repository with annotations of type Message
 void RepositoryActor.notifyAddFile(java.lang.String to, java.lang.String from, NotifyAddFile addFile)
          NotifyAddFile notification
 void RepositoryActor.notifyRepositoryUpdate(java.lang.String to, java.lang.String from, NotifyRepositoryUpdate update)
          NotifyDeployUpdate notification
 void RepositoryActor.requestFile(java.lang.String to, java.lang.String from, RequestFile requestFile)
          Handle an RequestFile notification XXX: needs to be a query?
 void RepositoryActor.sendFile(java.lang.String to, java.lang.String from, SendFile sendFile)
          SendFile adds a git file to the repository
 

Uses of Message in com.caucho.server.resin
 

Methods in com.caucho.server.resin with annotations of type Message
 void ResinActor.startInfo(java.lang.String to, java.lang.String from, StartInfoMessage msg)
          Startup information