Package ch.ethz.iks.r_osgi

Examples of ch.ethz.iks.r_osgi.RemoteServiceListener


    final Filter filter = (Filter) ref
        .getProperty(RemoteServiceListener.FILTER);
    if (filter == null
        || filter.match(((RemoteServiceReferenceImpl) event
            .getRemoteReference()).getProperties())) {
      final RemoteServiceListener listener = (RemoteServiceListener) remoteServiceListenerTracker
          .getService(ref);
      if (listener != null) {
        listener.remoteServiceEvent(event);
      }
    }
  }
View Full Code Here

TOP

Related Classes of ch.ethz.iks.r_osgi.RemoteServiceListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.