|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.beenthere.BeenThereEJBEntry
public class BeenThereEJBEntry
This class represents the execution environment information for a single execution instance of the BeenThere EJB.
BeenThereServlet
creates a list of these entries, based on the number of
EJB interations there were specified upon servlet execution, which is then
passed to the BeenThere JSP to display the values for each entry.
BeenThereServlet
,
Serialized FormConstructor Summary | |
---|---|
BeenThereEJBEntry()
Creates a new BeenThereEJBEntry instance. |
Method Summary | |
---|---|
long |
getEJBExecutionTime()
Gets the execution time of the BeenThere EJB. |
java.lang.String |
getEJBServerName()
Gets the name of the EJB server that executed the BeenThere EJB. |
java.lang.String |
getEJBServerNodeName()
Gets the node name of the EJB server that executed the BeenThere EJB. |
java.lang.String |
getEJBServerProcessId()
Gets the JVM process ID of the EJB server that executed the BeenThere EJB. |
void |
setEJBExecutionTime(long time)
Sets the execution time of the BeenThere EJB. |
void |
setEJBServerName(java.lang.String serverName)
Sets the name of the EJB server that executed the BeenThere EJB. |
void |
setEJBServerNodeName(java.lang.String nodeName)
Sets the node name of EJB server that executed the BeenThere EJB. |
void |
setEJBServerProcessId(java.lang.String processId)
Sets the JVM process ID of the EJB server that executed the BeenThere EJB. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeenThereEJBEntry()
BeenThereEJBEntry
instance.
Method Detail |
---|
public void setEJBServerNodeName(java.lang.String nodeName)
nodeName
- the EJB server node namepublic java.lang.String getEJBServerNodeName()
public void setEJBServerName(java.lang.String serverName)
serverName
- the EJB server namepublic java.lang.String getEJBServerName()
public void setEJBServerProcessId(java.lang.String processId)
processId
- the EJB server JVM process IDpublic java.lang.String getEJBServerProcessId()
public void setEJBExecutionTime(long time)
time
- the EJB execution time, measured in millisecondspublic long getEJBExecutionTime()
long
value representing the EJB execution time, measured in milliseconds
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |