Hi!

The scenario is like this:

Client -> BeanA -> BeanB

The client would call a method in beanA and beanA would call a method on
BeanB.

I have set the method permission for beanA to the client. However, I don't
want to give the direct access to the client for beanB.
Can I have beanA doing the job for the client?

A more concrete example would be like this:

Client -> Teller.transfer() -> Account.setBalance()

You won't want the client calling the Account.setBalance() directly, right?

Thanks

Arion


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to