eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

org.exoplatform.services.scheduler
Class JobKey

java.lang.Object
  extended by org.exoplatform.services.scheduler.JobKey

public class JobKey
extends Object

The JavaBean allowing to identify a Job

Version:
$Id$
Author:
Nicolas Filotto

Constructor Summary
JobKey()
           
JobKey(String name, String group)
           
 
Method Summary
 String getGroup()
           
 String getName()
           
 void setGroup(String group)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobKey

public JobKey()

JobKey

public JobKey(String name,
              String group)
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getGroup

public String getGroup()
Returns:
the group

setGroup

public void setGroup(String group)
Parameters:
group - the group to set

eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

Copyright © 2013 eXo Platform SAS. All Rights Reserved.