Uses of Interface
org.rhq.core.domain.drift.Drift

Packages that use Drift
org.rhq.core.domain.drift   
org.rhq.core.domain.drift.dto   
 

Uses of Drift in org.rhq.core.domain.drift
 

Classes in org.rhq.core.domain.drift with type parameters of type Drift
 interface DriftChangeSet<D extends Drift<?,?>>
          A DriftChangeSet is somewhat similar to a commit in version control systems.
 

Classes in org.rhq.core.domain.drift that implement Drift
 class JPADrift
          The JPA Drift Server plugin (the RHQ default) implementation of Drift.
 

Methods in org.rhq.core.domain.drift that return Drift
 Drift<?,?> DriftDetails.getDrift()
           
 Drift<?,?> DriftComposite.getDrift()
           
 

Methods in org.rhq.core.domain.drift that return types with arguments of type Drift
 Collection<Drift<?,?>> DriftSnapshot.getDriftInstances()
           
 

Methods in org.rhq.core.domain.drift with parameters of type Drift
 void DriftDetails.setDrift(Drift<?,?> drift)
           
 void DriftComposite.setDrift(Drift<?,?> drift)
           
 

Method parameters in org.rhq.core.domain.drift with type arguments of type Drift
 DriftSnapshot DriftSnapshot.addChangeSet(DriftChangeSet<? extends Drift<?,?>> changeSet)
           
 

Constructors in org.rhq.core.domain.drift with parameters of type Drift
DriftComposite(Drift<?,?> drift, Resource resource, String driftDefName)
           
 

Uses of Drift in org.rhq.core.domain.drift.dto
 

Classes in org.rhq.core.domain.drift.dto that implement Drift
 class DriftDTO
           
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.