Class DistributedPropertySet

  • All Implemented Interfaces:
    DistributedPropertySet, PropertySet

    public abstract class DistributedPropertySet
    extends BaseDistributedPropertySet
    Deprecated.
    Use com.oracle.webservices.api.message.DistributedPropertySet instead.
    Placeholder for backwards compatibility.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • DistributedPropertySet

        public DistributedPropertySet()
        Deprecated.
    • Method Detail

      • addSatellite

        public void addSatellite​(@NotNull
                                 PropertySet satellite)
        Deprecated.
      • addSatellite

        public void addSatellite​(@NotNull
                                 Class keyClass,
                                 @NotNull
                                 PropertySet satellite)
        Deprecated.
      • removeSatellite

        public void removeSatellite​(PropertySet satellite)
        Deprecated.