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 6282918BE9 for ; Wed, 3 Feb 2016 20:20:21 +0000 (UTC) Received: (qmail 14930 invoked by uid 500); 3 Feb 2016 20:20:21 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 14889 invoked by uid 500); 3 Feb 2016 20:20:21 -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 14880 invoked by uid 99); 3 Feb 2016 20:20:21 -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:21 +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 B263D1800E7 for ; Wed, 3 Feb 2016 20:20:20 +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-us-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 03JmRTUvCOkE for ; Wed, 3 Feb 2016 20:20:00 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id A221A20D37 for ; Wed, 3 Feb 2016 20:20:00 +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 77B83E4888 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 770063A0C11 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 [17/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.770063A0C11@svn01-us-west.apache.org> Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceDict.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceDict.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceDict.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,259 @@ + + + + + +CbTypeServiceDict + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeServiceDict<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 CbTypeServiceDict<T,S>
    +extends SerializableLambda
    +
    Represents a callback(Component, 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,
        +            S service,
        +            java.util.Dictionary<java.lang.String,java.lang.Object> properties)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        service - first callback param
        +
        properties - second callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceMap.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceMap.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceMap.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,259 @@ + + + + + +CbTypeServiceMap + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeServiceMap<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 CbTypeServiceMap<T,S>
    +extends SerializableLambda
    +
    Represents a callback(Component, Map) 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,
        +            java.util.Map<java.lang.String,java.lang.Object> properties)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        service - first callback param
        +
        properties - second callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceService.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceService.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/CbTypeServiceService.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,259 @@ + + + + + +CbTypeServiceService + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface CbTypeServiceService<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 CbTypeServiceService<T,S>
    +extends SerializableLambda
    +
    Represents a callback(Service, 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 old,
        +            S replace)
        +
        Handles the given arguments.
        +
        +
        Parameters:
        +
        instance - the Component implementation instance on which the callback is invoked on.
        +
        old - first callback param
        +
        replace - second callback param
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/SerializableLambda.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/SerializableLambda.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/SerializableLambda.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,175 @@ + + + + + +SerializableLambda + + + + + + + + + + + + +
+
org.apache.felix.dm.lambda.callbacks
+

Interface SerializableLambda

+
+
+
+ +
+
+ + + + + + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/package-frame.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/package-frame.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/package-frame.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,59 @@ + + + + + +org.apache.felix.dm.lambda.callbacks + + + + + +

org.apache.felix.dm.lambda.callbacks

+ + + Added: websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/package-summary.html ============================================================================== --- websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/package-summary.html (added) +++ websites/staging/felix/trunk/content/apidocs/dependencymanager.lambda/r7/org/apache/felix/dm/lambda/callbacks/package-summary.html Wed Feb 3 20:19:56 2016 @@ -0,0 +1,376 @@ + + + + + +org.apache.felix.dm.lambda.callbacks + + + + + + + + + + + +
+

Package org.apache.felix.dm.lambda.callbacks

+
+
+
    +
  • + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Interface Summary 
    InterfaceDescription
    CbBundle +
    Represents a callback(Bundle) on an Object instance.
    +
    CbComponent +
    Represents a callback(Component) on an Object instance.
    +
    CbComponentBundle +
    Represents a callback(Component, Bundle) on an Object instance.
    +
    CbComponentDictionary +
    Represents a callback(Component, Dictionary) on an Object instance.
    +
    CbComponentRef<S> +
    Represents a callback(Component, ServiceReference) on an Object instance.
    +
    CbComponentRefService<S> +
    Represents a callback(Component, ServiceReference, Service) on an Object instance.
    +
    CbComponentRefServiceRefService<S> +
    Represents a callback(Component, ServiceReference, Service, ServiceReference, Service) on an Object instance.
    +
    CbComponentService<S> +
    Represents a callback(Component, Service) on an Object instance.
    +
    CbComponentServiceService<S> +
    Represents a callback(Component, Service, Service) on an Object instance.
    +
    CbConsumer<T> +
    Represents a callback(T param) on an Object instance.
    +
    CbDictionary +
    Represents a callback(Dictionary) on an Object instance.
    +
    CbFuture<F> +
    Represents a callback that accepts a the result of a CompletableFuture.
    +
    CbRef<S> +
    Represents a callback(ServiceReference) on an Object instance.
    +
    CbRefService<S> +
    Represents a callback(ServiceReference, Service) on an Object instance.
    +
    CbRefServiceRefService<S> +
    Represents a callback(ServiceReference, Service, ServiceReference, Service) on an Object instance.
    +
    CbService<S> +
    Represents a callback(Service) on an Object instance.
    +
    CbServiceDict<S> +
    Represents a callback(Service, Dictionary) on an Object instance.
    +
    CbServiceMap<S> +
    Represents a callback(Service, Map) on an Object instance.
    +
    CbServiceService<S> +
    Represents a callback(Service, Service) on an Object instance.
    +
    CbTypeBundle<T> +
    Represents a callback(Bundle) that is invoked on a Component implementation class.
    +
    CbTypeComponent<T> +
    Represents a callback(Component) that is invoked on a Component implementation class.
    +
    CbTypeComponentBundle<T> +
    Represents a callback(Component, Bundle) that is invoked on a Component implementation class.
    +
    CbTypeComponentDictionary<T> +
    Represents a callback(Component, Dictionary) that is invoked on a Component implementation class.
    +
    CbTypeComponentRef<T,S> +
    Represents a callback(Component, ServiceReference) that is invoked on a Component implementation class.
    +
    CbTypeComponentRefService<T,S> +
    Represents a callback(Component, ServiceReference, Service) that is invoked on a Component implementation class.
    +
    CbTypeComponentRefServiceRefService<T,S> +
    Represents a callback(Component, ServiceReference, Service, ServiceReference, Service) that is invoked on a Component implementation class.
    +
    CbTypeComponentService<T,S> +
    Represents a callback(Component, Service) that is invoked on a Component implementation class.
    +
    CbTypeComponentServiceDict<T,S> +
    Represents a callback(Component, ServiceReference, Dictionary) that is invoked on a Component implementation class.
    +
    CbTypeComponentServiceMap<T,S> +
    Represents a callback(Component, ServiceReference, Service, Service Reference, Service) that is invoked on a Component implementation class.
    +
    CbTypeComponentServiceService<T,S> +
    Represents a callback(Component, Service, Service) that is invoked on a Component implementation class.
    +
    CbTypeDictionary<T> +
    Represents a callback(Dictionary) that is invoked on a Component implementation class.
    +
    CbTypeFuture<T,F> +
    Represents a callback that accepts the result of a CompletableFuture operation.
    +
    CbTypeRef<T,S> +
    Represents a callback(ServiceReference) that is invoked on a Component implementation class.
    +
    CbTypeRefService<T,S> +
    Represents a callback(ServiceReference, Service) that is invoked on a Component implementation class.
    +
    CbTypeRefServiceRefService<T,S> +
    Represents a callback(ServiceReference, Service, ServiceReference, Service) that is invoked on a Component implementation class.
    +
    CbTypeService<T,S> +
    Represents a callback(Service) that is invoked on a Component implementation class.
    +
    CbTypeServiceDict<T,S> +
    Represents a callback(Component, Dictionary) that is invoked on a Component implementation class.
    +
    CbTypeServiceMap<T,S> +
    Represents a callback(Component, Map) that is invoked on a Component implementation class.
    +
    CbTypeServiceService<T,S> +
    Represents a callback(Service, Service) that is invoked on a Component implementation class.
    +
    SerializableLambda +
    Base interface for serializable lambdas.
    +
    +
  • +
+
+ + + + + +