This content has been marked as final.
Show 2 replies
-
1. Re: Returning different type
spiritualmechanic Mar 7, 2005 1:39 AM (in response to spiritualmechanic)Actually, what I could do instead is just have a
public class DsDotXMLMetaData { ArrayList connectionPools; ArrayList noTxDataSources; ArrayList localTxDataSources; ArrayList XADataSources; }
That should be doable, I think. Time for me to read more docs.
Thanks, -
2. Re: Returning different type
spiritualmechanic Mar 7, 2005 1:58 AM (in response to spiritualmechanic)Yeah this should be fine.
addConnectionPool,
addNoTxDataSource etc.
Thanks,