com.starteam
Class HiveManager

java.lang.Object
  extended by com.starteam.HiveManager

public final class HiveManager
extends java.lang.Object

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

HiveManager

public HiveManager(Server server)
Constructor a new HiveManager for this server

Parameters:
server - the StarTeam Server
Method Detail

getHiveInfo

public HiveInfo[] getHiveInfo()
Returns the current set of HiveInfo's from the server, or null if new vault format is not supported on this server.

Returns:
the current set of HiveInfo's from the server, or null if new vault format is not supported on this server.
See Also:
HiveInfo

setHiveInfo

public 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.

Parameters:
info - an array of hiveInfos supported on this server, including additions and modified HiveInfos.
Returns:
true if the changes require a server restart, otherwise false.
See Also:
HiveInfo


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.