|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.HiveManager
public final class HiveManager
Manages vault hives on the server.
| Constructor Summary | |
|---|---|
HiveManager(Server server)
Constructor a new HiveManager for this server |
|
| Method Summary | |
|---|---|
HiveInfo[] |
getHiveInfo()
Returns the current set of HiveInfo's from the server, or null if new vault format is not supported on this server. |
boolean |
setHiveInfo(HiveInfo[] info)
Updates the set of HiveInfos at the server, and returns true if the changes require the server to be restarted before they fully take effect. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HiveManager(Server server)
server - the StarTeam Server| Method Detail |
|---|
public HiveInfo[] getHiveInfo()
HiveInfopublic boolean setHiveInfo(HiveInfo[] info)
info - an array of hiveInfos supported on this server, including
additions and modified HiveInfos.
HiveInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||