Package org.jcsp.net

Class LoopbackLink.LoopbackSerializationFilter

java.lang.Object
org.jcsp.net.LoopbackLink.LoopbackSerializationFilter
All Implemented Interfaces:
Filter
Enclosing class:
LoopbackLink

private class LoopbackLink.LoopbackSerializationFilter extends Object implements Filter
  • Constructor Details

    • LoopbackSerializationFilter

      private LoopbackSerializationFilter()
  • Method Details

    • filter

      public Object filter(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.