Package org.eclipse.ecf.remoteservice
Interface IExtendedRemoteServiceRegistration
- 
- All Superinterfaces:
- IRemoteServiceRegistration
 - All Known Implementing Classes:
- RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration
 
 public interface IExtendedRemoteServiceRegistration extends IRemoteServiceRegistration - Since:
- 8.3
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getExtraProperties()- 
Methods inherited from interface org.eclipse.ecf.remoteservice.IRemoteServiceRegistrationgetClassLoader, getContainerID, getID, getProperty, getPropertyKeys, getReference, setProperties, unregister
 
- 
 
- 
- 
- 
Method Detail- 
getExtraPropertiesMap<String,Object> getExtraProperties() - Returns:
- A Dictionaryof properties not intended to be used for service advertisement.
 
 
- 
 
-