Class Summary |
ExplicitGC |
ExplicitGC invokes System.gc(). |
PingBean |
Simple bean to get and set messages |
PingJDBCRead |
PingJDBCReadPrepStmt uses a prepared statement for database read access. |
PingJDBCWrite |
PingJDBCReadPrepStmt uses a prepared statement
for database update. |
PingServlet |
PingServlet tests fundamental dynamic HTML creation functionality through
server side servlet processing. |
PingServlet2EntityLocal |
Primitive designed to run within the TradeApplication and makes use of trade_client.TradeConfig
for config parameters and random stock symbols. |
PingServlet2EntityRemote |
Primitive designed to run within the TradeApplication and makes use of trade_client.TradeConfig
for config parameters and random stock symbols. |
PingServlet2Include |
PingServlet2Include tests servlet to servlet request dispatching. |
PingServlet2IncludeRcv |
PingServlet2Include tests servlet to servlet request dispatching. |
PingServlet2JNDI |
PingServlet2JNDI performs a basic JNDI lookup of a JDBC DataSource |
PingServlet2Jsp |
PingServlet2JSP tests a call from a servlet to a JavaServer Page providing server-side dynamic
HTML through JSP scripting. |
PingServlet2MDBQueue |
This primitive is designed to run inside the TradeApplication and relies upon
the TradeConfig class to set configuration parameters. |
PingServlet2MDBTopic |
This primitive is designed to run inside the TradeApplication and relies upon
the TradeConfig class to set configuration parameters. |
PingServlet2Servlet |
PingServlet2Servlet tests servlet to servlet request dispatching. |
PingServlet2ServletRcv |
PingServlet2Servlet tests servlet to servlet request dispatching. |
PingServlet2Session |
This primitive is designed to run inside the TradeApplication and relies upon
the trade_client.TradeConfig class to set configuration parameters. |
PingServlet2Session2CMROne2Many |
Primitive to test Entity Container Managed Relationshiop One to One
Servlet will generate a random userID and get the profile for that user using a trade.Account Entity EJB
This tests the common path of a Servlet calling a Session to Entity EJB to get CMR One to One data |
PingServlet2Session2CMROne2One |
Primitive to test Entity Container Managed Relationshiop One to One
Servlet will generate a random userID and get the profile for that user using a trade.Account Entity EJB
This tests the common path of a Servlet calling a Session to Entity EJB to get CMR One to One data |
PingServlet2Session2Entity |
PingServlet2Session2Entity tests key functionality of a servlet call to a
stateless SessionEJB, and then to a Entity EJB representing data in a database. |
PingServlet2Session2EntityCollection |
PingServlet2Session2Entity tests key functionality of a servlet call to a
stateless SessionEJB, and then to a Entity EJB representing data in a database. |
PingServlet2TwoPhase |
PingServlet2TwoPhase tests key functionality of a TwoPhase commit
In this primitive a servlet calls a Session EJB which begins a global txn
The Session EJB then reads a DB row and sends a message to JMS Queue
The txn is closed w/ a 2-phase commit |
PingServletWriter |
PingServlet extends PingServlet by using a PrintWriter for formatted
output vs. |
PingSession1 |
PingHTTPSession1 - SessionID tests fundamental HTTP session functionality
by creating a unique session ID for each individual user. |
PingSession2 |
PingHTTPSession2 session create/destroy further extends the previous test by
invalidating the HTTP Session on every 5th user access. |
PingSession3 |
PingHTTPSession3 tests the servers ability to manage
and persist large HTTPSession data objects. |
PingSession3Object |
An object that contains approximately 1024 bits of information. |