Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DF7E18BEB for ; Wed, 3 Feb 2016 20:20:25 +0000 (UTC) Received: (qmail 15538 invoked by uid 500); 3 Feb 2016 20:20:25 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 15496 invoked by uid 500); 3 Feb 2016 20:20:25 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 15487 invoked by uid 99); 3 Feb 2016 20:20:24 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 20:20:24 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 6FEFC1800E7 for ; Wed, 3 Feb 2016 20:20:24 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.571 X-Spam-Level: ** X-Spam-Status: No, score=2.571 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYCOMMENTS=1.2, RP_MATCHES_RCVD=-0.429] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id XFoH5zd8ja-V for ; Wed, 3 Feb 2016 20:20:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 513DA31AFA for ; Wed, 3 Feb 2016 20:20:01 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 7537DE1BCD for ; Wed, 3 Feb 2016 20:19:59 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6B0643A0EBD for ; Wed, 3 Feb 2016 20:19:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r979416 [16/19] - in /websites/staging/felix/trunk/content: ./ apidocs/ apidocs/dependencymanager.lambda/ apidocs/dependencymanager.lambda/r7/ apidocs/dependencymanager.lambda/r7/org/ apidocs/dependencymanager.lambda/r7/org/apache/ apidocs/... Date: Wed, 03 Feb 2016 20:19:58 -0000 To: commits@felix.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160203201959.6B0643A0EBD@svn01-us-west.apache.org> Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeDictionary.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeDictionary.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeDictionary.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,256 @@ + + + + + +CbTypeDictionary + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeDictionary<T>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable, SerializableLambda
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface CbTypeDictionary<T>
    +extends SerializableLambda
    +
    Represents a callback(Dictionary) that is invoked on a Component implementation class. + The type of the class on which the callback is invoked on is represented by the T generic parameter.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        void accept(T instance,
        +            java.util.Dictionary<java.lang.String,java.lang.Object> conf)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        conf - first callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeFuture.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeFuture.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeFuture.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,257 @@ + + + + + +CbTypeFuture + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeFuture<T,F>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable, SerializableLambda
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface CbTypeFuture<T,F>
    +extends SerializableLambda
    +
    Represents a callback that accepts the result of a CompletableFuture operation. The callback is invoked on a Component implementation class. + The type of the class on which the callback is invoked on is represented by the T generic parameter. + The type of the result of the CompletableFuture is represented by the F generic parameter.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        void accept(T instance,
        +            F future)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        future - the result of a CompletableFuture operation.
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRef.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRef.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRef.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,256 @@ + + + + + +CbTypeRef + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeRef<T,S>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable, SerializableLambda
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface CbTypeRef<T,S>
    +extends SerializableLambda
    +
    Represents a callback(ServiceReference) that is invoked on a Component implementation class. + The type of the class on which the callback is invoked on is represented by the T generic parameter.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        void accept(T instance,
        +            org.osgi.framework.ServiceReference<S> service)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        service - first callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRefService.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRefService.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRefService.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,259 @@ + + + + + +CbTypeRefService + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeRefService<T,S>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable, SerializableLambda
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface CbTypeRefService<T,S>
    +extends SerializableLambda
    +
    Represents a callback(ServiceReference, Service) that is invoked on a Component implementation class. + The type of the class on which the callback is invoked on is represented by the T generic parameter.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        void accept(T instance,
        +            org.osgi.framework.ServiceReference<S> ref,
        +            S service)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        ref - first callback param
        +
        service - second callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRefServiceRefService.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRefServiceRefService.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeRefServiceRefService.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,265 @@ + + + + + +CbTypeRefServiceRefService + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeRefServiceRefService<T,S>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable, SerializableLambda
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface CbTypeRefServiceRefService<T,S>
    +extends SerializableLambda
    +
    Represents a callback(ServiceReference, Service, ServiceReference, Service) that is invoked on a Component implementation class. + The type of the class on which the callback is invoked on is represented by the T generic parameter.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        void accept(T instance,
        +            org.osgi.framework.ServiceReference<S> oldRef,
        +            S old,
        +            org.osgi.framework.ServiceReference<S> replaceRef,
        +            S replace)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        oldRef - first callback param
        +
        old - second callback param
        +
        replaceRef - third callback param
        +
        replace - fourth callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeService.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeService.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeService.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,256 @@ + + + + + +CbTypeService + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeService<T,S>

+
+
+
+
    +
  • +
    +
    All Superinterfaces:
    +
    java.io.Serializable, SerializableLambda
    +
    +
    +
    Functional Interface:
    +
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
    +
    +
    +
    +
    @FunctionalInterface
    +public interface CbTypeService<T,S>
    +extends SerializableLambda
    +
    Represents a callback(Service) that is invoked on a Component implementation class. + The type of the class on which the callback is invoked on is represented by the T generic parameter.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + + + +
        +
      • +

        accept

        +
        void accept(T instance,
        +            S service)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        service - first callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + +