api: Enforce InternalIdentity interface on AsyncJobVO

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-12-26 15:06:35 -08:00
parent 7e52f2c48c
commit b75d92419e

View File

@ -32,10 +32,11 @@ import javax.persistence.TemporalType;
import javax.persistence.Transient;
import com.cloud.utils.db.GenericDao;
import org.apache.cloudstack.api.InternalIdentity;
@Entity
@Table(name="async_job")
public class AsyncJobVO implements AsyncJob {
public class AsyncJobVO implements AsyncJob, InternalIdentity {
public static final int CALLBACK_POLLING = 0;
public static final int CALLBACK_EMAIL = 1;