|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MasterService
The MasterService service presents an interface (accessible also in the
client) to the functions provided in the server by the StandardMasterService.
Supported API: true
Extendable: false
| 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. |
| Method Detail |
|---|
wt.fv.FvPolicyRule addRemotePolicyRule(wt.fv.FvPolicyRule rule)
throws WTException
rule -
WTException
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
vault - folder -
WTException
wt.fv.FvMount mountFolder(wt.fv.FvHost host,
wt.fv.master.ReplicaFolder folder,
String path)
throws WTPropertyVetoException,
WTException
host - folder - path -
WTPropertyVetoException
WTException
void broadcastConfig(wt.intersvrcom.Site site)
throws WTException
site -
WTException
Vector getAllContentReplSites()
throws WTException
WTException
wt.intersvrcom.Site getCurrentPreferredSite()
throws WTException
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||