public class JobToken
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
static JobToken |
create(BeanRegistry registry,
java.lang.Object job)
Create a job token for the given job using the given registry.
|
static java.lang.Object |
retrieve(BeanDirectory registry,
JobToken token)
Retrieve a job from a ComponentRegistry from it's token.
|
java.lang.String |
toString() |
public static JobToken create(BeanRegistry registry, java.lang.Object job)
registry - The component registry.job - The job.public static java.lang.Object retrieve(BeanDirectory registry, JobToken token) throws ArooaPropertyException
registry - The component registry.token - The job token.ArooaPropertyExceptionpublic java.lang.String toString()
toString in class java.lang.Object