public class DriftServerServiceImpl extends Object implements DriftServerService
| Constructor and Description |
|---|
DriftServerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.drift.DriftSnapshot |
getCurrentSnapshot(int driftDefinitionId) |
Map<Integer,List<org.rhq.core.domain.drift.DriftDefinition>> |
getDriftDefinitions(Set<Integer> resourceIds) |
org.rhq.core.domain.drift.DriftSnapshot |
getSnapshot(int driftDefinitionId,
int startVersion,
int endVersion) |
void |
repeatChangeSet(int resourceId,
String driftDefName,
int version) |
void |
sendChangesetZip(int resourceId,
long zipSize,
InputStream zipStream) |
void |
sendFilesZip(int resourceId,
String driftDefinitionName,
String token,
long zipSize,
InputStream zipStream) |
void |
updateCompliance(int resourceId,
String driftDefName,
org.rhq.core.domain.drift.DriftComplianceStatus complianceStatus) |
public void sendChangesetZip(int resourceId,
long zipSize,
InputStream zipStream)
sendChangesetZip in interface DriftServerServicepublic void sendFilesZip(int resourceId,
String driftDefinitionName,
String token,
long zipSize,
InputStream zipStream)
sendFilesZip in interface DriftServerServicepublic void repeatChangeSet(int resourceId,
String driftDefName,
int version)
repeatChangeSet in interface DriftServerServicepublic Map<Integer,List<org.rhq.core.domain.drift.DriftDefinition>> getDriftDefinitions(Set<Integer> resourceIds)
getDriftDefinitions in interface DriftServerServicepublic org.rhq.core.domain.drift.DriftSnapshot getCurrentSnapshot(int driftDefinitionId)
getCurrentSnapshot in interface DriftServerServicepublic org.rhq.core.domain.drift.DriftSnapshot getSnapshot(int driftDefinitionId,
int startVersion,
int endVersion)
getSnapshot in interface DriftServerServicepublic void updateCompliance(int resourceId,
String driftDefName,
org.rhq.core.domain.drift.DriftComplianceStatus complianceStatus)
updateCompliance in interface DriftServerServiceCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.