| Home | Trees | Index | Help |
|---|
| Package twisted :: Package mail :: Module pb :: Class MaildirBroker |
|
BaseProtocol--+ |Protocol--+ |Ephemeral--+ |Pynana--+ |Canana--+ |Broker--+ | MaildirBroker
| Method Summary | |
|---|---|
__init__(self,
isClient,
security)
(inherited from Broker)
| |
__getstate__(self)
(inherited from Ephemeral)
| |
__setstate__(self,
state)
(inherited from Ephemeral)
| |
cachedLocallyAs(self,
cid)
(inherited from Broker)
| |
Returns an ID that says what this instance is cached as remotely, or Noneif it's not. (inherited from Broker)
| |
(internal) (inherited from Broker)
| |
XXX (inherited from Broker)
| |
callExpressionReceived(self,
obj)
(inherited from Pynana)
| |
(Deprecated) (inherited from Broker)
| |
The connection was lost. (inherited from Broker)
| |
Called when a connection is made. (inherited from Canana)
| |
Initialize. (inherited from Broker)
| |
dataReceived(self,
chunk)
(inherited from Canana)
| |
(internal) Send a DECACHE directive. (inherited from Broker)
| |
Remove a callback from list of disconnect callbacks. (inherited from Broker)
| |
Evaluate an expression as it's received. (inherited from Broker)
| |
getCollection(self,
name,
domain,
password)
| |
gotItem(self,
item)
(inherited from Pynana)
| |
Get a local object for a locally unique ID. (inherited from Broker)
| |
Generate a new LUID. (inherited from Broker)
| |
Generate a new request ID. (inherited from Broker)
| |
Call the given callback when the Broker connects. (inherited from Broker)
| |
Call the given callback when the Broker disconnects. (inherited from Broker)
| |
Call the given callback if the Broker fails to connect. (inherited from Broker)
| |
pauseProducing(self)
(inherited from Broker)
| |
(internal) Got an answer to a previously sent message. (inherited from Broker)
| |
proto_cachemessage(self,
requestID,
objectID,
message,
answerRequired,
netArgs,
netKw)
(inherited from Broker)
| |
(internal) Decrement the reference count of a cached object. (inherited from Broker)
| |
(internal) Decrement the reference count of an object. (inherited from Broker)
| |
Respond to stock ' didNotUnderstand' message. (inherited from Broker)
| |
(internal) Deal with an error. (inherited from Broker)
| |
proto_getCollection(self,
requestID,
name,
domain,
password)
| |
proto_message(self,
requestID,
objectID,
message,
answerRequired,
netArgs,
netKw)
(inherited from Broker)
| |
(internal) Tell the client it is now OK to uncache an object. (inherited from Broker)
| |
Protocol message: (version version-number) (inherited from Broker)
| |
registerPageProducer(self,
pager)
(inherited from Broker)
| |
Get an ID for a local object. (inherited from Broker)
| |
Returns an object from the remote name mapping. (inherited from Broker)
| |
Returns an instance which is cached remotely, with this LUID. (inherited from Broker)
| |
Called when the consumer attached to me runs out of buffer. (inherited from Broker)
| |
Utility method to send an expression to the other side of the connection. (inherited from Broker)
| |
(internal) Send a DECREF directive. (inherited from Broker)
| |
sendEncoded(self,
obj)
(inherited from Canana)
| |
Jelly an object according to the remote security rules for this broker. (inherited from Broker)
| |
Store a special (string) ID for this object. (inherited from Broker)
| |
stopProducing(self)
(inherited from Broker)
| |
Unjelly an sexp according to the local security rules for this broker. (inherited from Broker)
| |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 1.1 on Fri Jun 27 03:45:35 2003 | http://epydoc.sf.net |