public abstract class DefaultJob<T> extends java.lang.Object implements Job<T>
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultJob(org.osgi.framework.Bundle bundle,
java.lang.String jobType)
Creates the ReferenceableCallable instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.osgi.framework.Bundle |
getBundle()
Gets the bundle object.
|
java.lang.String |
getJobType()
The
jobType is used to describe what is this job about. |
protected DefaultJob(org.osgi.framework.Bundle bundle,
java.lang.String jobType)
bundle - the associated bundlejobType - job type identifierpublic org.osgi.framework.Bundle getBundle()
getBundle in interface org.osgi.framework.BundleReferencepublic java.lang.String getJobType()
JobjobType is used to describe what is this job about.getJobType in interface Job<T>Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.