Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] Partial API freeze coming; API audits requested.

On Sun, Sep 15, 2002 at 02:06:52PM +0000, Mark C. Chu-Carroll wrote:
> 
> We're going to be trying to partially freeze some of the Stellation APIs
> over the next two weeks. It would be very helpful to us if anyone with
> I'm in the process of changing it to a set of methods (leaving out
> exceptions for brevity):
> 	void createResource(Integer id);
> 	OutputStream getOutputStream(Integer id);
> 	void writeProperties(Integer id, PropertyMap properties);
> 	void setResourceTime(long time);
> 

createResource is pretty vague - what kind of resource?

By the way, in the process of updating the user guide, I realized the
API for properties needs some work. I hope to have new version shortly.

dave

-- 
Dave Shields, IBM Research, shields@xxxxxxxxxxxxxx. 


Back to the top