public final class CacheAgent
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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
|
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.StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.