public class DynamicClassLoader.DynamicClassLoaderUserObject
User interface to obtain the TX and RX filters from the service once it has been started.
Type | Name and description |
---|---|
Filter |
getChannelRxFilter() Returns the RX filter to be used at the receiving end of a channel if dynamic class loading is to be supported over that channel. |
Filter |
getChannelTxFilter() Returns the TX filter to be used at the sending end of a channel if dynamic class laoding is to be supported over that channel. |
Returns the RX filter to be used at the receiving end of a channel if dynamic class loading is to be supported over that channel. The filter returned is safe to use if there is no TX filter at the sending end.
Returns the TX filter to be used at the sending end of a channel if dynamic class laoding is to be supported over that channel. If there is a TX filter at the sending end, there must be a RX filter at the receiving end.