Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AOP in RMI example

Hi,

I am trying apply the AOP to a simple RMI example CreditBank-Shopper. I
create an ASPECT that trace public calls and constructors. After startup and
execution, I am obtaining information over calls in client part: Shopper and
calls to interfaces STUBs by the client application, and calls in CreditBank
class, that instance and registry the CreditManager class doing it accesible
by remote calls. But i can't obtain information over the calls in remote
classes, CreditManager and CrecitCards.

Somebody can give me an idea how to do it? This is possible to do?

Josep Lluís



Back to the top