com.ibm.websphere.samples.beenthere
Class BeenThereEJBMemberEntry

java.lang.Object
  extended by com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
All Implemented Interfaces:
java.io.Serializable

public class BeenThereEJBMemberEntry
extends java.lang.Object
implements java.io.Serializable

This class represents the execution environment and configuration information for an application server member of the cluster executing the BeenThere EJB.

BeenThereServlet builds a list of these entries based on the number of members of the cluster, which is then used by BeenThere JSP to display the values for each entry.

See Also:
BeenThereServlet, Serialized Form

Constructor Summary
BeenThereEJBMemberEntry()
          Creates a new BeenThereEJBMemberEntry instance.
 
Method Summary
 java.lang.String getEJBServerName()
          Gets the name of the EJB server.
 java.lang.String getEJBServerNodeName()
          Gets the node name of the EJB server.
 java.lang.String getEJBServerWeight()
          Gets the workload management weight of the EJB server.
 void setEJBServerName(java.lang.String serverName)
          Sets the name of the EJB server.
 void setEJBServerNodeName(java.lang.String nodeName)
          Sets the node name of EJB Server.
 void setEJBServerWeight(java.lang.String weight)
          Sets the workload management weight of the EJB server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeenThereEJBMemberEntry

public BeenThereEJBMemberEntry()
Creates a new BeenThereEJBMemberEntry instance.

Method Detail

setEJBServerNodeName

public void setEJBServerNodeName(java.lang.String nodeName)
Sets the node name of EJB Server.

Parameters:
nodeName - the EJB server node name

getEJBServerNodeName

public java.lang.String getEJBServerNodeName()
Gets the node name of the EJB server.

Returns:
the EJB server node name

setEJBServerName

public void setEJBServerName(java.lang.String serverName)
Sets the name of the EJB server.

Parameters:
serverName - the EJB server name

getEJBServerName

public java.lang.String getEJBServerName()
Gets the name of the EJB server.

Returns:
the EJB server name

setEJBServerWeight

public void setEJBServerWeight(java.lang.String weight)
Sets the workload management weight of the EJB server.

Parameters:
weight - the EJB server workload management weight

getEJBServerWeight

public java.lang.String getEJBServerWeight()
Gets the workload management weight of the EJB server.

Returns:
the EJB server workload management weight