Class ReferenceOriginalGlobalExporter

  • All Implemented Interfaces:
    Externalizable, Serializable, GlobalExporter

    public class ReferenceOriginalGlobalExporter
    extends Object
    implements GlobalExporter
    This implementation does nothing other than pass by reference the original GlobalResolver as used in the StatelessSession. Care should be taken if you use this strategy, as later executes may change those globals. The GlobalResolver of the StatelessSession may also not be serialisable friendly.
    See Also:
    Serialized Form