Package org.jcsp.net

Class LoopbackLink.LoopbackSerializationFilter

  • All Implemented Interfaces:
    Filter
    Enclosing class:
    LoopbackLink

    private class LoopbackLink.LoopbackSerializationFilter
    extends java.lang.Object
    implements Filter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object filter​(java.lang.Object obj)
      Applies the filter operation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoopbackSerializationFilter

        private LoopbackSerializationFilter()
    • Method Detail

      • filter

        public java.lang.Object filter​(java.lang.Object obj)
        Description copied from interface: Filter
        Applies the filter operation. The object given can be modified and returned or another object substituted in its place.
        Specified by:
        filter in interface Filter
        Parameters:
        obj - the original object in the channel communication.
        Returns:
        the modified/substituted object after filtration.