|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.CacheAgent
public final class CacheAgent
Describes the features of a Cache Agent, including the type of content it caches, the projects supported, and whether or not it caches object property content.
| Method Summary | |
|---|---|
boolean |
cachesFileContent()
returns true if this cache agent caches file content |
boolean |
cachesObjectPropertyContent()
returns true if this cache agent caches object property content |
boolean |
cachesProject(Project project)
Indicate if the Cache Agent is caching content for the given StarTeam server project. |
boolean |
cachesType(Item.Type type)
Indicate if the object type is cached by the Cache Agent. |
java.lang.String |
getHostName()
Gets the host address of this cache agent. |
int |
getPort()
returns the port number at which this cache agent is located |
java.lang.String |
getVersion()
returns version information for this Cache Agent |
boolean |
isRoot()
returns true if this a a Root Cache Agent |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getPort()
public java.lang.String getHostName()
public java.lang.String getVersion()
public boolean cachesFileContent()
public boolean cachesObjectPropertyContent()
public boolean isRoot()
public boolean cachesType(Item.Type type)
type - Object type (e.g., ChangeRequest).
public boolean cachesProject(Project project)
project - A project.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||