Term
When the Remote Home interface is called upon, what happens?
(Hint: 2) |
|
Definition
- Creates remote object & returns a reference to the object.
- Creates an instance of bean class. |
|
|
Term
What does the Remote object do?
(not interface) |
|
Definition
| Checks to see if the client is authorized. |
|
|
Term
| From Client to JNDI, what happens? |
|
Definition
|
|
Term
| From JNDI to Client, what happens? |
|
Definition
| the Remote Home Interface reference is returned. |
|
|
Term
| From Client to Remote Home Interface, what happens? |
|
Definition
| The Remote Home Interface's create() methods is called. |
|
|
Term
| From Remote Home Interface to Bean class, what happens? |
|
Definition
| It creates an instance of the bean class. |
|
|
Term
| From Remote Home Interface to Remote object, what happens? |
|
Definition
| The Remote Object is created, and a reference to it is returned. |
|
|
Term
| From Remote Home Interface to Client, what happens? |
|
Definition
| The reference of the the Remote Object is returned. |
|
|
Term
| From Client to Remote Interface, what happens? |
|
Definition
| It calls the business methods. |
|
|
Term
| From Remote Interface to Bean class, what happens? |
|
Definition
| After authorization through the Remote Object is confirmed, middleware services & the call method are provided. |
|
|