Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


oracle.search.query.webservice.client
Class ClusterTree

java.lang.Object
  extended by oracle.search.query.webservice.client.ClusterTree

All Implemented Interfaces:
Serializable

public class ClusterTree
extends Object
implements Serializable

ClusterTree contains simple cluster tree information.

See Also:
Serialized Form

Constructor Summary
ClusterTree()
           
ClusterTree(String treeName, String clusterString)
           

 

Method Summary
 String getClusterString()
          Returns the cluster tree string.
 String getTreeName()
          Return the name of this tree

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ClusterTree

public ClusterTree()

ClusterTree

public ClusterTree(String treeName,
                   String clusterString)
Parameters:
treeName - name of the tree
clusterString - cluster tree string

Method Detail

getTreeName

public String getTreeName()
Return the name of this tree

getClusterString

public String getClusterString()
Returns the cluster tree string.

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 2 (11.2.2.2.0)

E35072-02


Copyright © 2006, 2016, Oracle and/or its affiliates. All rights reserved.