com.starteam
Class Transaction.WebCacheTransaction

java.lang.Object
  extended by com.starteam.Transaction.WebCacheTransaction
Enclosing class:
Transaction

public static final class Transaction.WebCacheTransaction
extends java.lang.Object

Transaction accessor for cached SDK Transactions contained objects are obtained from the artifact cache


Method Summary
 int getID()
          The Transaction ID assigned by the server if this Transaction has been committed
 DateTime getTime()
          Time at which the transaction was committed
 User.WebCacheUser getUser()
          The user who committed the transaction
 java.lang.String toString()
          returns a String representation of this Transaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public int getID()
The Transaction ID assigned by the server if this Transaction has been committed

Returns:
the Transaction ID assigned by the server if this Transaction has been committed or -1 if this Transaction has not yet begun

getTime

public DateTime getTime()
Time at which the transaction was committed

Returns:
the DateTime at which this Transaction was committed or null if the Transaction has not yet been committed

getUser

public User.WebCacheUser getUser()
The user who committed the transaction

Returns:
the StarTeam user who committed this transaction or null if the Transaction has not yet been committed

toString

public java.lang.String toString()
returns a String representation of this Transaction

Overrides:
toString in class java.lang.Object
Returns:
a String representation of this Transaction


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.