Shuts down the channel. This can be called multiple times for individual services to shut down. The svc parameter can be the logical or value of any constants @param svc one of: DEFAULT - will shut down all services MBR_RX_SEQ - stops t
(int svc)
| 294 | * @throws ChannelException if a startup error occurs or the service is already stopped or an error occurs. |
| 295 | */ |
| 296 | void stop(int svc) throws ChannelException; |
| 297 | |
| 298 | /** |
| 299 | * Send a message to one or more members in the cluster |
no outgoing calls
no test coverage detected