in reply to Object Access Issue
In order to access the contained objects, I suggest that you have a look at the containing class (LocalLB::ObjectStatus[]) to determine the name(s) of the accessor methods - which will, I would guess, follow the form of the GoF Iterator pattern e.g. get_next(), has_next() etc.
HTH ,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Object Access Issue
by Darren123 (Initiate) on Mar 19, 2014 at 14:22 UTC |