|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CloudProvider
CloudProvider is a configurable MMBase cloud provider that does not required client to to provide credentials. An
instance of a cloud provider is acquired by calling
CloudProviderFactory.getCloudProvider()
CloudProvider defines
a few methods to get a cloud.
getAnonymousCloud()
getAdminCloud()
getCloud()
Method Summary | |
---|---|
org.mmbase.bridge.Cloud |
getAdminCloud()
This method should return a cloud that can be used for administration purposes. |
org.mmbase.bridge.Cloud |
getAnonymousCloud()
This method should return a cloud that has the role of an anonymous cloud |
org.mmbase.bridge.Cloud |
getCloud()
This is the default method to get an MMBase cloud instance. |
Method Detail |
---|
org.mmbase.bridge.Cloud getAnonymousCloud()
org.mmbase.bridge.Cloud getAdminCloud()
org.mmbase.bridge.Cloud getCloud()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |