Searched refs:satellite (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/
H A DDistributedPropertySet.java45 * all properties exposed from other "satellite" {@link PropertySet}s.
46 * (A satellite may itself be a {@link DistributedPropertySet}, so
70 * compared to {@link PropertySet} (such as get/set), while adding a satellite
81 public void addSatellite(@NotNull PropertySet satellite) { argument
82 satellites.add(satellite);
85 public void removeSatellite(@NotNull PropertySet satellite) { argument
86 satellites.remove(satellite);
100 T satellite = DistributedPropertySet.class.cast(child).getSatellite(satelliteClass);
101 if (satellite != null) {
102 return satellite;
[all...]

Completed in 29 milliseconds