org.eclipse.ecf.osgi.services.discovery.local
Class DiscoveredServiceNotificationImpl

java.lang.Object
  extended by 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


Field Summary
 
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)
           
 
Method Summary
 java.util.Collection getFilters()
           
 java.util.Collection getInterfaces()
           
 org.eclipse.ecf.osgi.services.discovery.ServiceEndpointDescription getServiceEndpointDescription()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveredServiceNotificationImpl

public DiscoveredServiceNotificationImpl(org.eclipse.ecf.osgi.services.discovery.ServiceEndpointDescription sed,
                                         int notificationType,
                                         java.util.Collection matchingFilters,
                                         java.util.Collection matchingInterfaces)
Method Detail

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()