Class e.p.s.s.SmbWin32Resource(ResourceProvider):

Part of elisa.plugins.smbwin32.smbwin32_resource View In Hierarchy

No class docstring
Line # Kind Name Docs
52 Method __init__ Undocumented
55 Method initialize Initialize the component.
71 Method get Simple method to retrieve smb shares. You can access it with smb:// to

Inherited from ResourceProvider:

Line # Kind Name Docs
94 Method post Update the resource pointed by uri with parameters.
107 Method put Put one resource into another. Both resources are identified with URIs.
129 Method delete Delete a Resource represented by a URI.

Inherited from Component (via ResourceProvider):

Line # Kind Name Docs
85 Class PathDescriptor Undocumented
97 Class Method create Create and initialize the component.
142 Method clean Clean the component.
def __init__(self):
Undocumented
def initialize(self):

Initialize the component.

This method is called by Component.create to finish the initialization of a component.
Returnsa deferred called when a component is fully initialized (type: twisted.internet.defer.Deferred )
def get(self, uri, model):

Simple method to retrieve smb shares. You can access it with smb:// to get all servers that have shares or with smb://servername to get all shares of the specified server.

In return you get a *new* elisa.plugins.smbwin32.models.ServicesContainer
API Documentation for Elisa Media Center, generated by pydoctor at 2008-09-29 19:14:29.