A B C D E G I S

A

addEJBEntry(BeenThereEJBEntry) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Adds a BeenThereEJBEntry object to the servlet bean.
addEJBMemberEntry(BeenThereEJBMemberEntry) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Adds a BeenThereEJBMemberEntry object to the servlet bean.
addMessage(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Adds a message issued during the execution of the servlet.

B

BeenThere - Interface in com.ibm.websphere.samples.beenthere
The remote interface for the BeenThere stateless session EJB.
BeenThereBean - Class in com.ibm.websphere.samples.beenthere
The implementation class for the BeenThere stateless session EJB.
BeenThereBean() - Constructor for class com.ibm.websphere.samples.beenthere.BeenThereBean
Creates a new BeenThereBean instance.
BeenThereEJBEntry - Class in com.ibm.websphere.samples.beenthere
This class represents the execution environment information for a single execution instance of the BeenThere EJB.
BeenThereEJBEntry() - Constructor for class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Creates a new BeenThereEJBEntry instance.
BeenThereEJBMemberEntry - Class in com.ibm.websphere.samples.beenthere
This class represents the execution environment and configuration information for an application server member of the cluster executing the BeenThere EJB.
BeenThereEJBMemberEntry() - Constructor for class com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
Creates a new BeenThereEJBMemberEntry instance.
BeenThereException - Exception in com.ibm.websphere.samples.beenthere
Thrown to indicate a BeenThere application error has occurred.
BeenThereException(String) - Constructor for exception com.ibm.websphere.samples.beenthere.BeenThereException
Creates a new BeenThereException instance.
BeenThereHome - Interface in com.ibm.websphere.samples.beenthere
The home interface for the BeenThere stateless session EJB.
BeenThereServlet - Class in com.ibm.websphere.samples.beenthere
This servlet obtains and displays application execution environment information.
BeenThereServlet() - Constructor for class com.ibm.websphere.samples.beenthere.BeenThereServlet
 
BeenThereServletBean - Class in com.ibm.websphere.samples.beenthere
This class represents the execution environment information for the servlet and all execution instances of the BeenThere EJB.
BeenThereServletBean() - Constructor for class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Creates a new BeenThereServletBean instance.

C

com.ibm.websphere.samples.beenthere - package com.ibm.websphere.samples.beenthere
 
create() - Method in interface com.ibm.websphere.samples.beenthere.BeenThereHome
Creates a new instance of the BeenThere EJB.

D

destroy() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServlet
Cleans up objects created by the servlet.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServlet
Processes incoming HTTP GET requests.

E

EJB_SERVER_NAME - Static variable in class com.ibm.websphere.samples.beenthere.BeenThereBean
 
EJB_SERVER_NODE_NAME - Static variable in class com.ibm.websphere.samples.beenthere.BeenThereBean
 
EJB_SERVER_PROCESS_ID - Static variable in class com.ibm.websphere.samples.beenthere.BeenThereBean
 
ejbActivate() - Method in class com.ibm.websphere.samples.beenthere.BeenThereBean
The activate method is called when the instance is activated from its "passive" state.
ejbCreate() - Method in class com.ibm.websphere.samples.beenthere.BeenThereBean
Executed upon bean instance creation.
ejbPassivate() - Method in class com.ibm.websphere.samples.beenthere.BeenThereBean
The passivate method is called before the instance enters the "passive" state.
ejbPostCreate() - Method in class com.ibm.websphere.samples.beenthere.BeenThereBean
Executed after initial bean instance creation.
ejbRemove() - Method in class com.ibm.websphere.samples.beenthere.BeenThereBean
A container invokes this method before it ends the life of the session object.

G

getClusterName() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the name of the cluster executing the BeenThere EJB.
getEJBAverageExecutionTime() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the average execution time of the BeenThere EJB.
getEJBEntries() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the BeenThereEJBEntry objects.
getEJBExecutionTime() - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Gets the execution time of the BeenThere EJB.
getEJBMemberEntries() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the BeenThereEJBMemberEntry objects.
getEJBServerName() - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Gets the name of the EJB server that executed the BeenThere EJB.
getEJBServerName() - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
Gets the name of the EJB server.
getEJBServerNodeName() - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Gets the node name of the EJB server that executed the BeenThere EJB.
getEJBServerNodeName() - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
Gets the node name of the EJB server.
getEJBServerProcessId() - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Gets the JVM process ID of the EJB server that executed the BeenThere EJB.
getEJBServerWeight() - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
Gets the workload management weight of the EJB server.
getEJBTotalExecutionTime() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the total execution time of the BeenThere EJB.
getMessages() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the messages issued during the execution of the servlet.
getRuntimeEnvInfo() - Method in interface com.ibm.websphere.samples.beenthere.BeenThere
Obtains a table that contains the node name, application server name and process ID, of where this EJB is executing.
getRuntimeEnvInfo() - Method in class com.ibm.websphere.samples.beenthere.BeenThereBean
Obtains a table that contains the node name, application server name and process ID, of where this EJB is executing.
getServletServerName() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the name of the servlet server that executed the BeenThere servlet.
getServletServerNodeName() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the node name of the servlet server that executed the BeenThere servlet.
getServletServerProcessId() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the JVM process ID of the servlet server that executed the BeenThere servlet.
getStatisticsFlag() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Gets the statistics flag.

I

init(ServletConfig) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServlet
Initializes the servlet.
isWebSphereND() - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Determines if the environment is distributed.

S

setClusterName(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the name of the cluster executing the BeenThere EJB.
setEJBAverageExecutionTime(long) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the average execution time of the BeenThere EJB.
setEJBExecutionTime(long) - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Sets the execution time of the BeenThere EJB.
setEJBServerName(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Sets the name of the EJB server that executed the BeenThere EJB.
setEJBServerName(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
Sets the name of the EJB server.
setEJBServerNodeName(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Sets the node name of EJB server that executed the BeenThere EJB.
setEJBServerNodeName(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
Sets the node name of EJB Server.
setEJBServerProcessId(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBEntry
Sets the JVM process ID of the EJB server that executed the BeenThere EJB.
setEJBServerWeight(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereEJBMemberEntry
Sets the workload management weight of the EJB server.
setEJBTotalExecutionTime(long) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the total execution time of the BeenThere EJB.
setServletServerName(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the name of the servlet server that executed the BeenThere servlet.
setServletServerNodeName(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the node name of servlet server that executed the BeenThere servlet.
setServletServerProcessId(String) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the JVM process ID of the servlet server that executed the BeenThere servlet.
setSessionContext(SessionContext) - Method in class com.ibm.websphere.samples.beenthere.BeenThereBean
Sets the associated session context.
setStatisticsFlag(boolean) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the flag indicating whether statistics should be displayed.
setWebSphereND(boolean) - Method in class com.ibm.websphere.samples.beenthere.BeenThereServletBean
Sets the WebSphereND flag indicating whether the environment is distributed.

A B C D E G I S