|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.services.StandardManager
wt.fv.master.StandardMasterService
public class StandardMasterService
Standard implementation of the file vault Master service. Contains implementation of the client and server APIs.These APIs can be accessed using following pattern: MasterHelper.service.API_Name()
Use the newStandardMasterService static factory method(s),
not the StandardMasterService constructor, to construct
instances of this class. Instances must be constructed using the static
factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
| Nested Class Summary | |
|---|---|
static class |
wt.fv.master.StandardMasterService.ReplicaOverflowListener
|
| Method Summary | |
|---|---|
wt.fv.master.ReplicaFolder |
addFolder(wt.fv.Vault vault,
wt.fv.master.ReplicaFolder folder)
Add a folder to a given vault. |
wt.fv.FvPolicyRule |
addRemotePolicyRule(wt.fv.FvPolicyRule rule)
Adds a policy rule. |
void |
broadcastConfig(wt.intersvrcom.Site site)
Broadcasts configuration to the replica site. |
Vector |
getAllContentReplSites()
Retrieves all sites which are able to participate in the Content Replication process. |
wt.intersvrcom.Site |
getCurrentPreferredSite()
Retrieves the current preferred site for the active principal. |
wt.fv.FvMount |
mountFolder(wt.fv.FvHost host,
wt.fv.master.ReplicaFolder folder,
String path)
Mounts a replica folder to a given host. |
| Methods inherited from class wt.services.StandardManager |
|---|
getManagerService, getManagerStatus, getName, getStartupType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public wt.fv.FvPolicyRule addRemotePolicyRule(wt.fv.FvPolicyRule rule)
throws WTException
addRemotePolicyRule in interface MasterServicerule -
WTException
public wt.fv.master.ReplicaFolder addFolder(wt.fv.Vault vault,
wt.fv.master.ReplicaFolder folder)
throws WTException
Specifying a number that already exists for a given vault results in shifting vaults to make a room for a new one.
Specifying -1 results in adding a folder to the end of the list.
Supported API: true
addFolder in interface MasterServicevault - folder -
WTException
public wt.fv.FvMount mountFolder(wt.fv.FvHost host,
wt.fv.master.ReplicaFolder folder,
String path)
throws WTPropertyVetoException,
WTException
mountFolder in interface MasterServicehost - folder - path -
WTPropertyVetoException
WTException
public void broadcastConfig(wt.intersvrcom.Site site)
throws WTException
broadcastConfig in interface MasterServicesite -
WTException
public Vector getAllContentReplSites()
throws WTException
getAllContentReplSites in interface MasterServiceWTException
public wt.intersvrcom.Site getCurrentPreferredSite()
throws WTException
getCurrentPreferredSite in interface MasterServiceWTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||