Class EndpointDescriptionLocator.EndpointEventListenerHolder
- java.lang.Object
- 
- org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator.EndpointEventListenerHolder
 
- 
- Enclosing class:
- EndpointDescriptionLocator
 
 public class EndpointDescriptionLocator.EndpointEventListenerHolder extends Object - Since:
- 4.1
 
- 
- 
Constructor SummaryConstructors Constructor Description EndpointEventListenerHolder(EndpointEventListener l, EndpointDescription d, String f, int t)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointDescriptiongetDescription()EndpointEventListenergetListener()StringgetMatchingFilter()intgetType()
 
- 
- 
- 
Constructor Detail- 
EndpointEventListenerHolderpublic EndpointEventListenerHolder(EndpointEventListener l, EndpointDescription d, String f, int t) 
 
- 
 - 
Method Detail- 
getListenerpublic EndpointEventListener getListener() 
 - 
getDescriptionpublic EndpointDescription getDescription() 
 - 
getMatchingFilterpublic String getMatchingFilter() 
 - 
getTypepublic int getType() 
 
- 
 
-