org.eclipse.ecf.osgi.services.discovery.local
Class DiscoveredServiceNotificationImpl
java.lang.Object
org.eclipse.ecf.osgi.services.discovery.local.DiscoveredServiceNotificationImpl
- All Implemented Interfaces:
- org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification
public class DiscoveredServiceNotificationImpl
- extends java.lang.Object
- implements org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification
| Fields inherited from interface org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification |
AVAILABLE, MODIFIED, MODIFIED_ENDMATCH, UNAVAILABLE |
|
Constructor Summary |
DiscoveredServiceNotificationImpl(org.eclipse.ecf.osgi.services.discovery.ServiceEndpointDescription sed,
int notificationType,
java.util.Collection matchingFilters,
java.util.Collection matchingInterfaces)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiscoveredServiceNotificationImpl
public DiscoveredServiceNotificationImpl(org.eclipse.ecf.osgi.services.discovery.ServiceEndpointDescription sed,
int notificationType,
java.util.Collection matchingFilters,
java.util.Collection matchingInterfaces)
getServiceEndpointDescription
public org.eclipse.ecf.osgi.services.discovery.ServiceEndpointDescription getServiceEndpointDescription()
- Specified by:
getServiceEndpointDescription in interface org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification
- See Also:
DiscoveredServiceNotification.getServiceEndpointDescription()
getType
public int getType()
- Specified by:
getType in interface org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification
- See Also:
DiscoveredServiceNotification.getType()
getFilters
public java.util.Collection getFilters()
- Specified by:
getFilters in interface org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification
- See Also:
DiscoveredServiceNotification.getFilters()
getInterfaces
public java.util.Collection getInterfaces()
- Specified by:
getInterfaces in interface org.eclipse.ecf.osgi.services.discovery.DiscoveredServiceNotification
- See Also:
DiscoveredServiceNotification.getInterfaces()