Class DistributedPropertySet

All Implemented Interfaces:
DistributedPropertySet, PropertySet
Direct Known Subclasses:
TCPClientTransport, TCPServiceChannelWSAdapter.ServiceChannelWSSatellite

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

    • DistributedPropertySet

      public DistributedPropertySet()
      Deprecated.
  • Method Details

    • addSatellite

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

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

      public void copySatelliteInto(@NotNull DistributedPropertySet r)
      Deprecated.
    • removeSatellite

      public void removeSatellite(PropertySet satellite)
      Deprecated.