Jakob, It currently is protected.
How would you suggest I get at the underlying collection of the CollectionProxy, if the getData() method is protected? I'm trying to get it from a class that isn't in the org.apache package structure, i.e. a class which doesn't have access to the protected methods of CollectionProxy. I would like to see it as public, or a different public method which I can call to get the underlying Collection class. Alan -----Original Message----- From: Jakob Braeuchi [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 23, 2003 10:52 AM To: OJB Users List Subject: Re: CollectionProxy.getData() hi alan, i'll make it protected. jakob Olmanson, Alan wrote: >Hello, > >I was wondering if the getData method on the CollectionProxy could be made >public? > >I've defined a custom Collection implementation on my >collection-descriptors, however when I'm making use of the CollectionProxy I >can't access my Collection. > >Alan > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
