5 Replies Latest reply on Jul 9, 2006 12:14 AM by ben.wang

    Pluggable state transfer factory

      During the creation of the new package name for PojoCache, I have noticed that currently the state transfer code has direct coupling to PojoCache class. This is needed such that PojoCache needs to treat the state transfer differently (becuase of _JOBSS_INTERNAL_ region, e.g.).

      I have discussed with Brian. We think the best way is to create a pluggable state transfer factory exposed from the new SPI. Any thought?