org.eclipse.emf.cdo.core.protocol
Class ResourceChangeInfo
java.lang.Object
org.eclipse.emf.cdo.core.protocol.ResourceChangeInfo
public final class ResourceChangeInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final byte NONE
- See Also:
- Constant Field Values
ADDED
public static final byte ADDED
- See Also:
- Constant Field Values
REMOVED
public static final byte REMOVED
- See Also:
- Constant Field Values
ResourceChangeInfo
public ResourceChangeInfo(byte changeKind,
int rid,
java.lang.String path)
ResourceChangeInfo
public ResourceChangeInfo(org.eclipse.net4j.core.Channel channel)
throws NoMoreResourceChangesException
- Throws:
NoMoreResourceChangesException
getChangeKind
public byte getChangeKind()
getPath
public java.lang.String getPath()
getRID
public int getRID()
transmit
public void transmit(org.eclipse.net4j.core.Channel channel)