Package org.jumpmind.db.model
Class Transaction
java.lang.Object
org.jumpmind.db.model.Transaction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
int
getReads()
getText()
int
void
setBlockingId
(String blockingId) void
void
setReads
(int reads) void
setRemoteHost
(String remoteHost) void
setRemoteIp
(String remoteIp) void
setStartTime
(Date startTime) void
void
void
setUsername
(String username) void
setWrites
(int writes)
-
Constructor Details
-
Transaction
-
-
Method Details
-
getId
-
setId
-
getUsername
-
setUsername
-
getRemoteIp
-
setRemoteIp
-
getRemoteHost
-
setRemoteHost
-
getStatus
-
setStatus
-
getReads
public int getReads() -
setReads
public void setReads(int reads) -
getWrites
public int getWrites() -
setWrites
public void setWrites(int writes) -
getBlockingId
-
setBlockingId
-
getStartTime
-
setStartTime
-
getDuration
public long getDuration() -
getText
-
setText
-