What are valid activities of the container when a request arrives for a method of a bean instance?
Acknowledge receipt of the request to the client
Start a transaction
Check security for the client
Discard the request.
Directly and immediately pass the request to the bean's methods.