|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.HiveManager
Manages vault hives on the server.
| Constructor Summary | |
HiveManager(Server server)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
HiveInfo[] |
getHiveInfo()
Returns the current set of HiveInfos from the server, or null if new vault format is not supported on this server. |
int |
hashCode()
returns a unique hash for all instances of this type |
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 |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HiveManager(Server 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.
HiveInfopublic boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||