Hello Nico.

are the methods getCloudNode getCloudProp getCloudClass
called directely?

I was thinking of creating a class with only a few methods. a propety
file should point to the implementation (node,properties,class)

    /**
     * This method should return a cloud that has the role of an
anonymous cloud
     * @return an anonymous MMBase cloud 
     */
    public static Cloud getAnonymousCloud(optional servletrequest?) {

    /**
     * This is the default method to get an MMBase cloud instance.
What type of cloud instance is returned depends on the configuration
     * of the CloudProvider. It should be assumed that the returned
cloud instance is suited for the task is will be used.
     * @return a cloud 
     */
    public static Cloud getCloud( optional servletrequest?) {

    /**
     * This method should return a cloud that can be used for
administration purposes. Possible tasks that could be done with the
returned instance
     * are changing the context of a node or creating system nodes.
     * @return a cloud with administrator role
     */
    public static Cloud getAdminCloud(optional servletrequest?) 



thanks
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to