| Modifier and Type | Method and Description |
|---|---|
|
ConfigurationAdministrator.applyDiff(UserInformation userInformation,
java.util.Collection<DiffEntry> changeSet)
Applies a change set to an existing configuration manager.
|
| Modifier and Type | Method and Description |
|---|---|
|
Connection.applyDiff(java.util.List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
| Modifier and Type | Method and Description |
|---|---|
|
ConnectionImpl.applyDiff(java.util.List<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
| Modifier and Type | Method and Description |
|---|---|
|
AbstractConfigurationAdministrator.applyDiff(UserInformation userInformation,
java.util.Collection<DiffEntry> changeSet) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DiffEntry> |
ApplyDiffRequest.getDiffs() |
| Constructor and Description |
|---|
ApplyDiffRequest(Request request,
java.util.List<DiffEntry> diffs,
OperationParameters operationParameters,
java.lang.Long callbackHandlerId) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<DiffEntry>> |
Structures.decodeDiffEntryCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static DiffEntry |
Structures.decodeDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static DiffEntry |
Structures.inlindeDecodeDiffEntry(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DiffEntry> |
Structures.decodeListDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<DiffEntry> |
Structures.decodeSetDiffEntry(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeDiffEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
DiffEntry value) |
protected static void |
Structures.inlineEncodeDiffEntry(BinaryContext context,
IoBuffer data,
DiffEntry value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionDiffEntry(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<DiffEntry> values) |
protected static void |
Structures.fillDiffEntryCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<DiffEntry> values) |
| Modifier and Type | Method and Description |
|---|---|
|
Service.applyDiff(Session session,
java.util.Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
| Modifier and Type | Method and Description |
|---|---|
|
ServiceImpl.applyDiff(Session session,
java.util.Collection<DiffEntry> changeSet,
OperationParameters operationParameters,
CallbackHandler callbackHandler) |
protected |
ServiceImpl.processApplyDiff(UserInformation userInformation,
java.util.Collection<DiffEntry> changeSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationAdministratorService.applyDiff(java.util.Collection<DiffEntry> changeSet,
int timeout) |
void |
RemoteConfigurationAdministrator.applyDiff(java.util.Collection<DiffEntry> changeSet,
int timeout) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0