Class RemoteCommitProviderValue

  • All Implemented Interfaces:
    Cloneable

    public class RemoteCommitProviderValue
    extends PluginValue
    Value type used to represent a RemoteCommitProvider. This plugin allows users to specify whether to transmit the ids of added objects in the remote commit events distributed.
    Author:
    Abe White
    • Constructor Detail

      • RemoteCommitProviderValue

        public RemoteCommitProviderValue()
    • Method Detail

      • getTransmitPersistedObjectIds

        public boolean getTransmitPersistedObjectIds()
        Whether to transmit persisted object ids in remote commit events.
      • setTransmitPersistedObjectIds

        public void setTransmitPersistedObjectIds​(boolean transmit)
        The cached decorators.
      • configureEventManager

        public void configureEventManager​(RemoteCommitEventManager mgr)
        Configure the remote event manager.