org.eclipse.emf.cdo.spi.common.branch
Class InternalCDOBranchManager.BranchLoader.SubBranchInfo

java.lang.Object
  extended by org.eclipse.emf.cdo.spi.common.branch.InternalCDOBranchManager.BranchLoader.SubBranchInfo
Enclosing interface:
InternalCDOBranchManager.BranchLoader

public static final class InternalCDOBranchManager.BranchLoader.SubBranchInfo
extends Object

If the meaning of this type isn't clear, there really should be more of a description here...

Since:
3.0

Constructor Summary
InternalCDOBranchManager.BranchLoader.SubBranchInfo(CDODataInput in)
           
InternalCDOBranchManager.BranchLoader.SubBranchInfo(int id, String name, long baseTimeStamp)
           
 
Method Summary
 long getBaseTimeStamp()
           
 int getID()
           
 String getName()
           
 void write(CDODataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalCDOBranchManager.BranchLoader.SubBranchInfo

public InternalCDOBranchManager.BranchLoader.SubBranchInfo(int id,
                                                           String name,
                                                           long baseTimeStamp)

InternalCDOBranchManager.BranchLoader.SubBranchInfo

public InternalCDOBranchManager.BranchLoader.SubBranchInfo(CDODataInput in)
                                                    throws IOException
Throws:
IOException
Method Detail

write

public void write(CDODataOutput out)
           throws IOException
Throws:
IOException

getID

public int getID()

getName

public String getName()

getBaseTimeStamp

public long getBaseTimeStamp()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.