|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClusterManagerOperations
Creates, finds and lists Clusters. Please see the Developers Guide for details.
| Method Summary | |
|---|---|
Cluster[] |
clusters()
Returns the list of Clusters associated with the ClusterManager. |
Cluster |
create_cluster(java.lang.String algo)
Creates a cluster object with the specified criterion. |
Cluster |
find_cluster_str(NamingContext ctx,
java.lang.String n)
Finds the cluster from a context that was previously bound to the context by the given name in the stringified form. |
Cluster |
find_cluster(NamingContext ctx,
NameComponent[] n)
Finds the cluster from a context that was previously bound to the context by the given name. |
| Method Detail |
|---|
Cluster[] clusters()
Cluster find_cluster_str(NamingContext ctx,
java.lang.String n)
throws ClusterNotFound,
CannotProceed,
InvalidName
ctx - the NamingContext to be searchedn - the name of the cluster in stringified form
ClusterNotFound
CannotProceed
InvalidName
Cluster find_cluster(NamingContext ctx,
NameComponent[] n)
throws ClusterNotFound,
CannotProceed,
InvalidName
ctx - the NamingContext to be searchedn - the name of the cluster
ClusterNotFound
CannotProceed
InvalidNameCluster create_cluster(java.lang.String algo)
algo - the criterion to be used for the cluster.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||