|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClusterBean
Cluster Bean.
| Field Summary | |
|---|---|
static boolean |
DEFAULT_Enableddefault ClusterStarted. |
static String |
DEFAULT_Updatedefault 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 |
|---|
static final boolean DEFAULT_Enabled
static final String DEFAULT_Update
| Method Detail |
|---|
String getClusterName()
void setClusterName(String name)
name - ClusterNameboolean getEnabled()
void setEnabled(boolean value)
value - is EnabledString getProperties()
void setProperties(String value)
value - PropertiesString getUpdate()
void setUpdate(String value)
value - UpdateString getName()
void setName(String name)
Sets the value of the Name attribute.
Set the Cluster name.name - Cluster namegetName()ClusterInstanceBean[] getClusterInstances()
ClusterInstanceBean createClusterInstance(String name)
name - ClusterInstance nameClusterInstanceBean lookupClusterInstance(String name)
name - ClusterInstance namevoid destroyClusterInstance(ClusterInstanceBean instance)
instance - ClusterInstanceBean
|
Oracle Communications Converged Application Server Java API Reference 5.1 E36938-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Oracle Corporation. All Rights Reserved.