Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.configuration.beans
Interface WebModuleBean


public interface WebModuleBean

WebModule Bean.


Field Summary
static String DEFAULT_WebModulePolicy
          default WebModulePolicy.

 

Method Summary
 String getClusterName()
          The ClusterName that requests are spreaded over.
 String getContextRoot()
          Context root of this web module.
 String getName()
          A unique factory name that identifies this factory in the WebLogic domain.
 String getWebModuleId()
          Name identifying the WebModule.
 String getWebModulePolicy()
          Load-balancing policy to be used for this web module.
 void setClusterName(String value)
          Set the ClusterName.
 void setContextRoot(String value)
          Set the ContextRoot.
 void setName(String name)
          Sets the value of the Name attribute.
 void setWebModuleId(String webModuleId)
          Set WebModuleId.
 void setWebModulePolicy(String value)
          Set the WebModulePolicy.

 

Field Detail

DEFAULT_WebModulePolicy

static final String DEFAULT_WebModulePolicy
default WebModulePolicy.
See Also:
Constant Field Values

Method Detail

getWebModuleId

String getWebModuleId()
Name identifying the WebModule.
Returns:
WebModuleId

setWebModuleId

void setWebModuleId(String webModuleId)
Set WebModuleId.
Parameters:
webModuleId - WebModuleId

getClusterName

String getClusterName()
The ClusterName that requests are spreaded over.
Returns:
name

setClusterName

void setClusterName(String value)
Set the ClusterName.
Parameters:
value - ClusterName

getWebModulePolicy

String getWebModulePolicy()
Load-balancing policy to be used for this web module.
Returns:
webModulePolicy

setWebModulePolicy

void setWebModulePolicy(String value)
Set the WebModulePolicy.
Parameters:
value - WebModulePolicy

getContextRoot

String getContextRoot()
Context root of this web module.
Returns:
ContextRoot

setContextRoot

void setContextRoot(String value)
Set the ContextRoot.
Parameters:
value - ContextRoot

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 WebModule name.
Parameters:
name - WebModule name
See Also:
getName()

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.