org.ow2.petals.se.quartz.utils
Class QuartzUtils

java.lang.Object
  extended by org.ow2.petals.se.quartz.utils.QuartzUtils

public class QuartzUtils
extends java.lang.Object

Author:
Adrien LOUIS - EBM WebSourcing, Vincent Zurczak - EBM WebSourcing

Constructor Summary
QuartzUtils()
           
 
Method Summary
static java.lang.String buildTargetServiceIdentifier(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consume)
          Builds the identifier of the consumed service.
static java.lang.String generateJobName(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consume)
           
static java.lang.String generateTriggerName(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consume)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuartzUtils

public QuartzUtils()
Method Detail

generateJobName

public static java.lang.String generateJobName(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consume)
Parameters:
consume - a consume section
Returns:
a job name to invoke the target service

generateTriggerName

public static java.lang.String generateTriggerName(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consume)
Parameters:
consume - a consume section
Returns:
a trigger name for the target service

buildTargetServiceIdentifier

public static java.lang.String buildTargetServiceIdentifier(org.ow2.petals.component.framework.jbidescriptor.generated.Consumes consume)
Builds the identifier of the consumed service.

This method is mainly intended for a logging usage.

Parameters:
consume - a consumes section
Returns:
the service


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.