| Package | Description |
|---|---|
| org.jlab.coda.cMsg | |
| org.jlab.coda.cMsg.apps | |
| org.jlab.coda.cMsg.common |
| Modifier and Type | Method and Description |
|---|---|
cMsgShutdownHandlerInterface |
cMsg.getShutdownHandler()
Method to get the shutdown handler of the client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cMsg.setShutdownHandler(cMsgShutdownHandlerInterface handler)
Method to set the shutdown handler of the client.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
cMsgShutdowner.myShutdownHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
cMsgShutdownHandlerDefault
This class implements the default client shutdown handler.
|
| Modifier and Type | Field and Description |
|---|---|
protected cMsgShutdownHandlerInterface |
cMsgDomainAdapter.shutdownHandler
Handler for client shutdown command sent by server.
|
| Modifier and Type | Method and Description |
|---|---|
cMsgShutdownHandlerInterface |
cMsgDomainAdapter.getShutdownHandler()
Method to get the shutdown handler of the client.
|
cMsgShutdownHandlerInterface |
cMsgDomainInterface.getShutdownHandler()
Method to get the shutdown handler of the client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cMsgDomainAdapter.setShutdownHandler(cMsgShutdownHandlerInterface handler)
Method to set the shutdown handler of the client.
|
void |
cMsgDomainInterface.setShutdownHandler(cMsgShutdownHandlerInterface handler)
Method to set the shutdown handler of the client.
|