com.atlassian.confluence.schedule
Class ScheduledJobKey

java.lang.Object
  extended by com.atlassian.confluence.schedule.ScheduledJobKey
All Implemented Interfaces:
Serializable

public class ScheduledJobKey
extends Object
implements Serializable

Identifier for a scheduled job. Immutable.

See Also:
Serialized Form

Constructor Summary
ScheduledJobKey(String jobId)
           
ScheduledJobKey(String group, String jobId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getGroup()
           
 String getJobId()
           
 int hashCode()
           
 String toString()
           
static ScheduledJobKey valueOf(org.quartz.JobDetail jobDetail)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScheduledJobKey

public ScheduledJobKey(String jobId)

ScheduledJobKey

public ScheduledJobKey(String group,
                       String jobId)
Method Detail

getGroup

public String getGroup()

getJobId

public String getJobId()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

valueOf

public static ScheduledJobKey valueOf(org.quartz.JobDetail jobDetail)


Copyright © 2003-2011 Atlassian. All Rights Reserved.