|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.Transaction
public final class Transaction
a Transaction is a logical unit of work on the StarTeam Server. It may comprise of a series of operations to add, modify or delete data. If these operations are executed in a transaction, they are committed together, i.e. if one of them fails, then all of them are rolled back.
| Nested Class Summary | |
|---|---|
static class |
Transaction.WebCacheTransaction
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 |
Server |
getServer()
Server on which the transaction is running |
DateTime |
getTime()
Time at which the transaction was committed |
User |
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 |
|---|
public Server getServer()
public int getID()
public DateTime getTime()
public User getUser()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||