Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface ClusterBean


public interface ClusterBean

Cluster Bean.


Field Summary
static boolean DEFAULT_Enabled
          default ClusterStarted.
static String DEFAULT_Update
          default update.

 

Method Summary
 ClusterInstanceBean createClusterInstance(String name)
          Create a ClusterInstanceBean by a given bean name.
 void destroyClusterInstance(ClusterInstanceBean instance)
          destroy the specific ClusterInstanceBean from the MBean tree.
 ClusterInstanceBean[] getClusterInstances()
          Get All ClusterInstances.
 String getClusterName()
          Name of the cluster.
 boolean getEnabled()
          Boolean indicating whether this cluster is enabled for load distribution.
 String getName()
          A unique factory name that identifies this factory in the WebLogic domain.
 String getProperties()
          Property defined for the managed cluster.
 String getUpdate()
          Get Update.
 ClusterInstanceBean lookupClusterInstance(String name)
          Get a ClusterInstanceBean by a given bean name.
 void setClusterName(String name)
          Set Cluster Name.
 void setEnabled(boolean value)
          Set Enabled property.
 void setName(String name)
          Sets the value of the Name attribute.
 void setProperties(String value)
          Set the Properties.
 void setUpdate(String value)
          Set the Update.

 

Field Detail

DEFAULT_Enabled

static final boolean DEFAULT_Enabled
default ClusterStarted.
See Also:
Constant Field Values

DEFAULT_Update

static final String DEFAULT_Update
default update.
See Also:
Constant Field Values

Method Detail

getClusterName

String getClusterName()
Name of the cluster.
Returns:
Cluster Name

setClusterName

void setClusterName(String name)
Set Cluster Name.
Parameters:
name - ClusterName

getEnabled

boolean getEnabled()
Boolean indicating whether this cluster is enabled for load distribution.
Returns:
is Enabled

setEnabled

void setEnabled(boolean value)
Set Enabled property.
Parameters:
value - is Enabled

getProperties

String getProperties()
Property defined for the managed cluster.
Returns:
Properties

setProperties

void setProperties(String value)
Set the Properties.
Parameters:
value - Properties

getUpdate

String getUpdate()
Get Update.
Returns:
Update

setUpdate

void setUpdate(String value)
Set the Update.
Parameters:
value - Update

getName

String getName()
A unique factory name that identifies this factory in the WebLogic domain.
Returns:
name

setName

void setName(String name)

Sets the value of the Name attribute.

Set the Cluster name.
Parameters:
name - Cluster name
See Also:
getName()

getClusterInstances

ClusterInstanceBean[] getClusterInstances()
Get All ClusterInstances.
Returns:
ClusterInstanceBean

createClusterInstance

ClusterInstanceBean createClusterInstance(String name)
Create a ClusterInstanceBean by a given bean name.
Parameters:
name - ClusterInstance name
Returns:
ClusterInstanceBean

lookupClusterInstance

ClusterInstanceBean lookupClusterInstance(String name)
Get a ClusterInstanceBean by a given bean name.
Parameters:
name - ClusterInstance name
Returns:
ClusterInstanceBean

destroyClusterInstance

void destroyClusterInstance(ClusterInstanceBean instance)
destroy the specific ClusterInstanceBean from the MBean tree.
Parameters:
instance - ClusterInstanceBean

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.