|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.basedb.core.log.TransactionDetails
public class TransactionDetails
Holds information about the curren transaction, such as the logged in user, the active project, the plug-in that is executing, etc.
Field Summary | |
---|---|
private int |
clientId
|
private int |
jobId
|
private int |
pluginId
|
private int |
projectId
|
private int |
sessionId
|
private int |
userId
|
Constructor Summary | |
---|---|
TransactionDetails(SessionControl sc)
Creates a new transaction details object with information from given session control |
Method Summary | |
---|---|
int |
getClientId()
Get the ID of the client appliction that is used, or 0 if not known. |
int |
getJobId()
Get the ID of the currently running job or 0 if no job is running. |
int |
getPluginId()
Get the ID of the currently running plug-in or 0 if no plug-in is running. |
int |
getProjectId()
Get the ID of the currently active project, or 0 if no project is active. |
int |
getSessionId()
Get the ID of the session or 0 if no user is logged in. |
int |
getUserId()
Get the ID of the currently logged in user, or 0 if no user is logged in. |
ChangeHistoryData |
toChangeHistoryData()
Convert the information about the transaction to a ChangeHistoryData object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int userId
private final int sessionId
private final int clientId
private final int projectId
private final int pluginId
private final int jobId
Constructor Detail |
---|
public TransactionDetails(SessionControl sc)
Method Detail |
---|
public int getUserId()
public int getSessionId()
public int getClientId()
public int getProjectId()
public int getPluginId()
public int getJobId()
public ChangeHistoryData toChangeHistoryData()
ChangeHistoryData
object.
|
2.17.2: 2011-06-17 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |