org.eclipse.ecf.osgi.services.remoteserviceadmin
Class EndpointDescriptionLocator.EndpointEventListenerHolder

java.lang.Object
  extended by org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator.EndpointEventListenerHolder
Enclosing class:
EndpointDescriptionLocator

public class EndpointDescriptionLocator.EndpointEventListenerHolder
extends java.lang.Object

Since:
4.1

Constructor Summary
EndpointDescriptionLocator.EndpointEventListenerHolder(EndpointEventListener l, EndpointDescription d, java.lang.String f, int t)
           
 
Method Summary
 EndpointDescription getDescription()
           
 EndpointEventListener getListener()
           
 java.lang.String getMatchingFilter()
           
 int getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointDescriptionLocator.EndpointEventListenerHolder

public EndpointDescriptionLocator.EndpointEventListenerHolder(EndpointEventListener l,
                                                              EndpointDescription d,
                                                              java.lang.String f,
                                                              int t)
Method Detail

getListener

public EndpointEventListener getListener()

getDescription

public EndpointDescription getDescription()

getMatchingFilter

public java.lang.String getMatchingFilter()

getType

public int getType()