Class EndpointDescriptionLocator.EndpointListenerHolder
- java.lang.Object
- 
- org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator.EndpointListenerHolder
 
- 
- Enclosing class:
- EndpointDescriptionLocator
 
 public class EndpointDescriptionLocator.EndpointListenerHolder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description EndpointListenerHolder(EndpointListener l, EndpointDescription d, String f)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointDescriptiongetDescription()EndpointListenergetListener()StringgetMatchingFilter()
 
- 
- 
- 
Constructor Detail- 
EndpointListenerHolderpublic EndpointListenerHolder(EndpointListener l, EndpointDescription d, String f) 
 
- 
 - 
Method Detail- 
getListenerpublic EndpointListener getListener() 
 - 
getDescriptionpublic EndpointDescription getDescription() 
 - 
getMatchingFilterpublic String getMatchingFilter() 
 
- 
 
-