com.nitidus.wt.javaspaces.tasks
Class cCPResultCounterEntry

java.lang.Object
  extended bycom.nitidus.wt.javaspaces.tasks.cCPResultCounterEntry
All Implemented Interfaces:
net.jini.core.entry.Entry, Serializable

public class cCPResultCounterEntry
extends Object
implements net.jini.core.entry.Entry

See Also:
Serialized Form

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

fTimeStamp

public String fTimeStamp

fMachineName

public String fMachineName

fUserID

public String fUserID

fTableName

public String fTableName

fCounter

public Integer fCounter
Constructor Detail

cCPResultCounterEntry

public cCPResultCounterEntry()
Constructor


cCPResultCounterEntry

public cCPResultCounterEntry(String tableName)
Constructor


cCPResultCounterEntry

public cCPResultCounterEntry(String machineName,
                             String tableName,
                             String userID)
Constructor


cCPResultCounterEntry

public cCPResultCounterEntry(String timeStamp,
                             String machineName,
                             String tableName,
                             String userID)
Constructor


cCPResultCounterEntry

public cCPResultCounterEntry(String timeStamp,
                             String machineName,
                             String tableName,
                             String userID,
                             int numOfTasks)
Constructor

Method Detail

decrement

public int decrement()

increment

public int increment()