Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] IContextContainerManager api.

+1

 


From: corona-dev-bounces@xxxxxxxxxxx [mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Jaworowski, Piotr
Sent: Tuesday, January 09, 2007 6:09 AM
To: Corona development
Subject: [corona-dev] IContextContainerManager api.

 

Hi all,

 

      I’ve noticed that api for IContextContainerManager could be enhanced.

 

Do you have something against changing method signature from:

      public List<String> listContainerUris() throws Exception;

 

      to

      public Collection<String> listContainerUris() throws Exception;

 

      Please note that the order of listed container uris doesn’t matter, so we should return as generic type as it’s possible.

 

Please let me know what you think about it.

 

Cheers,

Piotr

 

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top