Uses of Class
org.apache.camel.bam.ActivityLifecycle

Packages that use ActivityLifecycle
org.apache.camel.bam   
 

Uses of ActivityLifecycle in org.apache.camel.bam
 

Methods in org.apache.camel.bam that return ActivityLifecycle
 ActivityLifecycle TimeExpression.getLifecycle()
           
static ActivityLifecycle ActivityLifecycle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ActivityLifecycle[] ActivityLifecycle.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.camel.bam with parameters of type ActivityLifecycle
 boolean TimeExpression.isActivityLifecycle(ActivityRules activityRules, ActivityLifecycle lifecycle)
           
 

Constructors in org.apache.camel.bam with parameters of type ActivityLifecycle
TimeExpression(ActivityBuilder builder, ActivityLifecycle lifecycle)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.