| java.lang.Object org.datashare.objects.HistoryCountObject
HistoryCountObject | public class HistoryCountObject implements java.io.Serializable(Code) | | This class is sent by the server to a client when a client has requested
a count of EJBs for a particular Channel by sending the server
a RequestHistoryCount object. The receiving Client must match this HistoryCountObject
to its RequestHistoryCount by matching the channelDatabaseKey values.
|
Field Summary | |
public String | channelDatabaseKey | public int | count contains the number of EJBs (DataShareObject instances) available for this channel, may not
agree with channelData.length if typeOfReply is COUNTONLY. | final static long | serialVersionUID this allows us to serialize this class without 'marshalling' errors. | public String | sessionName |
channelDatabaseKey | public String channelDatabaseKey(Code) | | contains the channel ADSKey for this channel
|
count | public int count(Code) | | contains the number of EJBs (DataShareObject instances) available for this channel, may not
agree with channelData.length if typeOfReply is COUNTONLY.
|
serialVersionUID | final static long serialVersionUID(Code) | | this allows us to serialize this class without 'marshalling' errors.
|
HistoryCountObject | public HistoryCountObject(String sessionName, String channelDatabaseKey, int count)(Code) | | Constructor
|
|
|