Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] possible to advise java.lang.Vector?

 
Is it possible to advise java.lang.Vector? I would like to put a hook in:
 
    private void ensureCapacityHelper(int minCapacity)
so that I can count the number of times a Vector goes through a growth regime.
 
Thanks in advance,

---
Mike Norman
Senior Software Designer
TopLink Product
Oracle Canada Inc., 50 O’Connor, Suite 1301
Ottawa, Ontario K1P 6L2 Canada
(613) 288-4638

 

Back to the top