public static final class CDOProtocol.CommitData
extends java.lang.Object
Constructor and Description |
---|
CommitData(CDODataInput in) |
CommitData(InternalCDORevision[] newObjects,
InternalCDORevisionDelta[] dirtyObjectDeltas,
CDOID[] detachedObjects) |
Modifier and Type | Method and Description |
---|---|
CDOID[] |
getDetachedObjects() |
InternalCDORevisionDelta[] |
getDirtyObjectDeltas() |
InternalCDORevision[] |
getNewObjects() |
void |
write(CDODataOutput out) |
public CommitData(InternalCDORevision[] newObjects, InternalCDORevisionDelta[] dirtyObjectDeltas, CDOID[] detachedObjects)
public CommitData(CDODataInput in) throws java.io.IOException
java.io.IOException
public void write(CDODataOutput out) throws java.io.IOException
java.io.IOException
public InternalCDORevision[] getNewObjects()
public InternalCDORevisionDelta[] getDirtyObjectDeltas()
public CDOID[] getDetachedObjects()
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html