From d479253768d296a40b4f699e1de9b03c7146a97a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 3 Dec 2013 14:03:28 -0800 Subject: Adding javadocs and Carbonado User Guide --- apidocs/com/amazon/carbonado/TriggerFactory.html | 223 +++++++++++++++++++++++ 1 file changed, 223 insertions(+) create mode 100644 apidocs/com/amazon/carbonado/TriggerFactory.html (limited to 'apidocs/com/amazon/carbonado/TriggerFactory.html') diff --git a/apidocs/com/amazon/carbonado/TriggerFactory.html b/apidocs/com/amazon/carbonado/TriggerFactory.html new file mode 100644 index 0000000..c5511b5 --- /dev/null +++ b/apidocs/com/amazon/carbonado/TriggerFactory.html @@ -0,0 +1,223 @@ + + + + + + +TriggerFactory (Carbonado 1.2.3 API) + + + + + + + +
+ + + + + +
+ + + +
+
com.amazon.carbonado
+

Interface TriggerFactory

+
+
+
+
    +
  • +
    +
    +
    public interface TriggerFactory
    +
    Can be used with RepositoryBuilder to automatically register + triggers as Storable types become available.
    +
    Author:
    +
    Brian S O'Neill
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      <S extends Storable
      Trigger<? super S>
      triggerFor(java.lang.Class<S> type) +
      Return an appropriate trigger for the given type, or null if none.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        triggerFor

        +
        <S extends StorableTrigger<? super S> triggerFor(java.lang.Class<S> type)
        +                                               throws RepositoryException
        +
        Return an appropriate trigger for the given type, or null if none. This + method is expected to be called at most once per Storable type. As an + extra safeguard, trigger implementations are encouraged to implement the + equals method.
        +
        Parameters:
        type - Storable type requesting an automatic trigger
        +
        Returns:
        trigger instance or null if not applicable
        +
        Throws:
        +
        RepositoryException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + +

Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.

+ + -- cgit v1.2.3