ist.palcom.contingency.manager.filters.decl
Class RemoteServiceDeclFilter

java.lang.Object
  extended by ist.palcom.contingency.manager.filters.decl.AbstractServiceDeclFilter
      extended by ist.palcom.contingency.manager.filters.decl.RemoteServiceDeclFilter
All Implemented Interfaces:
IServiceDeclFilter

public class RemoteServiceDeclFilter
extends AbstractServiceDeclFilter


Constructor Summary
RemoteServiceDeclFilter(Identifier deviceID)
           
 
Method Summary
 boolean satisfies(AbstractServiceDecl service)
           
 
Methods inherited from class ist.palcom.contingency.manager.filters.decl.AbstractServiceDeclFilter
filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteServiceDeclFilter

public RemoteServiceDeclFilter(Identifier deviceID)
Method Detail

satisfies

public boolean satisfies(AbstractServiceDecl service)
Specified by:
satisfies in interface IServiceDeclFilter
Overrides:
satisfies in class AbstractServiceDeclFilter