org.rhq.core.domain.drift
Class JPADriftFile
java.lang.Object
org.rhq.core.domain.drift.AbstractJPADriftFile
org.rhq.core.domain.drift.JPADriftFile
- All Implemented Interfaces:
- Serializable, DriftFile
public class JPADriftFile
- extends AbstractJPADriftFile
- implements Serializable, DriftFile
The JPA Drift Server plugin (the RHQ default) implementation of DriftFile. Note that JPADriftFile does not
include the actual bits, and therefore can be used freely client-side (gwt). The bits are stored via the
JPADriftFileBits class, which is like this one but adds the Blob field.
- See Also:
- Serialized Form
NATIVE_DELETE_ORPHANED_DRIFT_FILES
public static final String NATIVE_DELETE_ORPHANED_DRIFT_FILES
- See Also:
- Constant Field Values
JPADriftFile
protected JPADriftFile()
JPADriftFile
public JPADriftFile(String hashId)
getHashId
public String getHashId()
- Specified by:
getHashId
in interface DriftFile
setHashId
public void setHashId(String hashId)
- Specified by:
setHashId
in interface DriftFile
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.