|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.CacheAgentEvent
public final class 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,
NetMonitor.addCacheAgentListener(CacheAgentListener),
Serialized Form| Method Summary | |
|---|---|
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 |
PropertyCollection |
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 |
Type |
getType()
returns the type of the StarTeam item whose content has been received |
java.lang.String |
toString()
return a string representation of the event generally useful for application debugging |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean getIsObjectPropertyContent()
public boolean getIsFileContent()
public int getItemID()
public Type getType()
public long getBytesReceived()
public int getExecutionTime()
public PropertyCollection getMissingProperties()
public java.lang.String getDebugString()
public java.lang.String toString()
toString in class java.util.EventObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||