|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.starbase.starteam.CacheAgentEvent
An event triggered whenever content is received from a CacheAgent. Received content can consist of Object Property Values (for cache agents which cache object properties, or File Content)
#CacheAgentListener,
NetMonitorCore#addCacheAgentListener,
Serialized Form| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
long |
getBytesReceived()
the number of bytes received from the Cache Agent for this item |
java.lang.String |
getDebugString()
return a string representation of the event generally useful for application debugging |
int |
getExecutionTime()
returns the time (in msecs) taken to process the content for this item |
boolean |
getIsFileContent()
returns true if the content is file specific, false otherwise |
boolean |
getIsObjectPropertyContent()
returns true if the content describes properties of cached objects, false otherwise |
int |
getItemID()
returns the item id of the StarTeam item whose content has been received |
Property[] |
getMissingProperties()
returns the set of properties that were requested but not received from the Cache Agent NULL if file content was retrieved from the cache agent an empty property array if no properties were missed |
java.lang.Object |
getSource()
The object on which the Event initially occurred. |
Type |
getType()
returns the type of the StarTeam item whose content has been received |
int |
hashCode()
returns a unique hash for all instances of this type |
java.lang.String |
toString()
return a string representation of the event generally useful for application debugging |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
public boolean getIsObjectPropertyContent()
public boolean getIsFileContent()
public int getItemID()
public Type getType()
public long getBytesReceived()
#getItempublic int getExecutionTime()
#getItempublic Property[] getMissingProperties()
public java.lang.String getDebugString()
public java.lang.Object getSource()
getSource in class java.util.EventObjectpublic java.lang.String toString()
toString in class java.util.EventObjectpublic boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||