|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nitidus.wt.javaspaces.tasks.cCPResultCounterEntry
Field Summary | |
Integer |
fCounter
|
String |
fMachineName
|
String |
fTableName
|
String |
fTimeStamp
|
String |
fUserID
|
Constructor Summary | |
cCPResultCounterEntry()
Constructor |
|
cCPResultCounterEntry(String tableName)
Constructor |
|
cCPResultCounterEntry(String machineName,
String tableName,
String userID)
Constructor |
|
cCPResultCounterEntry(String timeStamp,
String machineName,
String tableName,
String userID)
Constructor |
|
cCPResultCounterEntry(String timeStamp,
String machineName,
String tableName,
String userID,
int numOfTasks)
Constructor |
Method Summary | |
int |
decrement()
|
int |
increment()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String fTimeStamp
public String fMachineName
public String fUserID
public String fTableName
public Integer fCounter
Constructor Detail |
public cCPResultCounterEntry()
public cCPResultCounterEntry(String tableName)
public cCPResultCounterEntry(String machineName, String tableName, String userID)
public cCPResultCounterEntry(String timeStamp, String machineName, String tableName, String userID)
public cCPResultCounterEntry(String timeStamp, String machineName, String tableName, String userID, int numOfTasks)
Method Detail |
public int decrement()
public int increment()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |