B C D E G H I J L M O P R S U

B

BasicCalculator - Interface in com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb
Remote interface for the BasicCalculator stateless session bean.
BasicCalculatorBean - Class in com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb
BasicCalculatorBean is the implementation class for the BasicCalculator stateless session EJB.
BasicCalculatorBean() - Constructor for class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
 
BasicCalculatorClient - Class in com.ibm.websphere.samples.technologysamples.basiccalcclient.common
 
BasicCalculatorClient() - Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient
 
BasicCalculatorClient.CalcException_DivideByZero - Exception in com.ibm.websphere.samples.technologysamples.basiccalcclient.common
 
BasicCalculatorClient.CalcException_DivideByZero() - Constructor for exception com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient.CalcException_DivideByZero
 
BasicCalculatorClient.CalcException_InvalidOperation - Exception in com.ibm.websphere.samples.technologysamples.basiccalcclient.common
 
BasicCalculatorClient.CalcException_InvalidOperation() - Constructor for exception com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient.CalcException_InvalidOperation
 
BasicCalculatorClient.CalcException_NotInitialized - Exception in com.ibm.websphere.samples.technologysamples.basiccalcclient.common
 
BasicCalculatorClient.CalcException_NotInitialized() - Constructor for exception com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient.CalcException_NotInitialized
 
BasicCalculatorClientJ2EE - Class in com.ibm.websphere.samples.technologysamples.basiccalcclient
 
BasicCalculatorClientJ2EE() - Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.BasicCalculatorClientJ2EE
 
BasicCalculatorClientJ2EEMain - Class in com.ibm.websphere.samples.technologysamples.basiccalcclient
 
BasicCalculatorClientJ2EEMain() - Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.BasicCalculatorClientJ2EEMain
 
BasicCalculatorClientResultBean - Class in com.ibm.websphere.samples.technologysamples.basiccalcclient.common
 
BasicCalculatorClientResultBean() - Constructor for class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
 
BasicCalculatorHome - Interface in com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb
Home interface for BasicCalculator stateless session bean.
BasicCalculatorJspBean - Class in com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar
Contains getter and setter methods that are used to get information back and forth between the servlet and JSP.
BasicCalculatorJspBean() - Constructor for class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
 
BasicCalculatorServlet - Class in com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar
Servlet that is used to process the incoming requests from the JSP, invoke an instance of the BasicCalculator EJB, and forward the response back to the JSP.
BasicCalculatorServlet() - Constructor for class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorServlet
 
bc - Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient
 
bcHome - Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient
 

C

calculate(String, double, double) - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClient
Main service method for BasicCalculatorClient.
com.ibm.websphere.samples.technologysamples.basiccalcclient - package com.ibm.websphere.samples.technologysamples.basiccalcclient
 
com.ibm.websphere.samples.technologysamples.basiccalcclient.common - package com.ibm.websphere.samples.technologysamples.basiccalcclient.common
 
com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb - package com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb
 
com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar - package com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar
 
com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb - package com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb
 
com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar - package com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar
 
com.ibm.websphere.samples.techsamp.security.login.formloginwar - package com.ibm.websphere.samples.techsamp.security.login.formloginwar
 
CONFIG_SEC - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 
create() - Method in interface com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorHome
Creates an instance of the BasicCalculator EJB object
create() - Method in interface com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanHome
Creates a default instance of Session Bean: SampleBean.
CREDENTIALS - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 

D

destroy() - Method in class com.ibm.websphere.samples.techsamp.security.login.formloginwar.LoginFilter
 
determineCause(Throwable) - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
Method used to drill down into the WSLoginFailedException to find the "root cause" exception from a JAAS login.
doCalculation(String[]) - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.BasicCalculatorClientJ2EEMain
Handles all of the user-interaction for the BasicCalculator EJB.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.ibm.websphere.samples.techsamp.security.login.formloginwar.LoginFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorServlet
Process incoming HTTP GET requests
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
Sends HTTP GET requests to processRequest to do the work.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.techsamp.security.login.formloginwar.HomeController
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorServlet
Process incoming HTTP POST requests
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
Sends HTTP POST requests to processRequest to do the work.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.techsamp.security.login.formloginwar.HomeController
 
DSP_CRED - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 

E

EJB_MSG - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 
ejbActivate() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
ejbActivate Session EJB lifecycle callback method.
ejbActivate() - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
The activate method is called when the instance is activated from its "passive" state.
ejbCreate() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
ejbCreate Session EJB lifecycle callback method.
ejbCreate() - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
Executed upon bean instance creation.
ejbPassivate() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
ejbPassivate Session EJB lifecycle callback method.
ejbPassivate() - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
The passivate method is called before the instance enters the "passive" state.
ejbRemove() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
ejbRemove Session EJB lifecycle callback method.
ejbRemove() - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
A container invokes this method before it ends the life of the session object.
ERR_MSG - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 

G

getCallerInfo() - Method in interface com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBean
Returns the caller's security identity.
getCallerInfo() - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
Returns the caller's security identity.
getMessage() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Returns the value of message
getOperand1() - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Returns the value of the first operand
getOperand1() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Returns the value of the first operand
getOperand2() - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Returns the value of the second operand
getOperand2() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Returns the value of the second operand
getOperation() - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Returns the value of the operation as a symbol +, -, *, /
getOperation() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Returns the value of the operation as a symbol +, -, *, /
getResult() - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Returns the value of result (from the mathematical operation performed)
getResult() - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Returns the value of result (from the mathematical operation performed)
getSessionContext() - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
Gets the associated session context.

H

HomeController - Class in com.ibm.websphere.samples.techsamp.security.login.formloginwar
This Servlet checks whether WebSphere global security is enabled.
HomeController() - Constructor for class com.ibm.websphere.samples.techsamp.security.login.formloginwar.HomeController
 

I

init() - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.BasicCalculatorClientJ2EE
Initializes the BasicCalculatorClient by establishing a connection to the remote EJB's using the java:comp namespace that the J2EE Appliation Client Container provides.
init() - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
Initializes the servlet.
init(FilterConfig) - Method in class com.ibm.websphere.samples.techsamp.security.login.formloginwar.LoginFilter
Method init.

J

JAAS_LOGIN_JNDI - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 
JAASLoginServlet - Class in com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar
This Servlet performs the server-side JAAS login.
JAASLoginServlet() - Constructor for class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 

L

LOGINERROR - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 
LoginFilter - Class in com.ibm.websphere.samples.techsamp.security.login.formloginwar
The LoginFilter has two very simple servlet filters, which are mapped to the j_security_check servlet.
LoginFilter() - Constructor for class com.ibm.websphere.samples.techsamp.security.login.formloginwar.LoginFilter
 

M

main(String[]) - Static method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.BasicCalculatorClientJ2EEMain
Entry point to the program used by the J2EE Application Client Container
makeDifference(double, double) - Method in interface com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculator
Perform the subtraction operation on the operands and return the result
makeDifference(double, double) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
Perform the subtraction operation on the operands and return the result
makeProduct(double, double) - Method in interface com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculator
Perform the multiplication operation on the operands and return the result
makeProduct(double, double) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
Perform the multiplication operation on the operands and return the result
makeQuotient(double, double) - Method in interface com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculator
Perform the division operation on the operands and return the result
makeQuotient(double, double) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
Perform the division operation on the operands and return the result
makeSum(double, double) - Method in interface com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculator
Perform the addition operation on the operands and return the result
makeSum(double, double) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
Perform the addition operation on the operands and return the result
message - Variable in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
The message informing users of the error condition encountered

O

operand1 - Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
A number to perform this mathematical operation on
operand1 - Variable in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
A number to perform this mathematical operation on
operand2 - Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Another number to perform this mathematical operation on
operand2 - Variable in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Another number to perform this mathematical operation on
operation - Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
The mathematical operation to be performed
operation - Variable in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
The mathematical operation to be performed

P

PASSWORD - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 
performTask(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorServlet
Main service method for BasicCalculatorServlet
PRINCIPALS - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 

R

result - Variable in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
The value of the mathematical operation performed
result - Variable in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
The value of the mathematical operation performed

S

SampleBean - Interface in com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb
Remote interface for Enterprise Bean: SampleBean
SampleBeanBean - Class in com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb
Bean implementation class for Enterprise Bean: SampleBean.
SampleBeanBean() - Constructor for class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
 
SampleBeanHome - Interface in com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb
Home interface for Enterprise Bean: SampleBean
setMessage(String) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Sets the value of message.
setOperand1(double) - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Sets the value of operand1.
setOperand1(String) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Sets the value of operand1.
setOperand2(double) - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Sets the value of operand2.
setOperand2(String) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Sets the value of operand2.
setOperation(String) - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Sets the value of operation by converting the name of the operation to its mathematical symbol.
setOperation(String) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Sets the value of operation by converting the name of the operation to its mathematical symbol.
setResult(double) - Method in class com.ibm.websphere.samples.technologysamples.basiccalcclient.common.BasicCalculatorClientResultBean
Sets the value of result.
setResult(String) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorwar.BasicCalculatorJspBean
Sets the value of result.
setSessionContext(SessionContext) - Method in class com.ibm.websphere.samples.technologysamples.ejb.stateless.basiccalculatorejb.BasicCalculatorBean
ejbCreate Session EJB lifecycle callback method to set the EJB sessionContext for this EJB.
setSessionContext(SessionContext) - Method in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginejb.SampleBeanBean
Sets the associated session context.

U

USERNAME - Static variable in class com.ibm.websphere.samples.techsamp.security.jaas.jaasloginwar.JAASLoginServlet
 

B C D E G H I J L M O P R S U