Undocumented
Method | proto_getCollection | Undocumented |
Method | getCollection | Undocumented |
Inherited from Broker:
Class Variable | version | Undocumented |
Class Variable | username | Undocumented |
Class Variable | factory | Undocumented |
Method | __init__ | Undocumented |
Instance Variable | disconnected | Undocumented |
Instance Variable | disconnects | Undocumented |
Instance Variable | failures | Undocumented |
Instance Variable | connects | Undocumented |
Instance Variable | localObjects | Undocumented |
Instance Variable | security | Undocumented |
Instance Variable | pageProducers | Undocumented |
Instance Variable | currentRequestID | Undocumented |
Instance Variable | currentLocalID | Undocumented |
Instance Variable | unserializingPerspective | Undocumented |
Instance Variable | luids | Undocumented |
Instance Variable | remotelyCachedObjects | Undocumented |
Instance Variable | remotelyCachedLUIDs | Undocumented |
Instance Variable | locallyCachedObjects | Undocumented |
Instance Variable | waitingForAnswers | Undocumented |
Method | resumeProducing | Called when the consumer attached to me runs out of buffer. |
Method | pauseProducing | Undocumented |
Method | stopProducing | Undocumented |
Method | registerPageProducer | Undocumented |
Method | expressionReceived | Evaluate an expression as it's received. |
Method | proto_version | Protocol message: (version version-number) |
Method | sendCall | Utility method to send an expression to the other side of the connection. |
Method | proto_didNotUnderstand | Respond to stock 'didNotUnderstand ' message. |
Method | connectionReady | Initialize. Called after Banana negotiation is done. |
Method | connectionFailed | Undocumented |
Method | connectionLost | The connection was lost. |
Instance Variable | localSecurity | Undocumented |
Instance Variable | remoteSecurity | Undocumented |
Method | notifyOnDisconnect | |
Method | notifyOnFail | |
Method | notifyOnConnect | |
Method | dontNotifyOnDisconnect | |
Method | localObjectForID | Get a local object for a locally unique ID. |
Instance Variable | maxBrokerRefsViolations | Undocumented |
Method | registerReference | Store a persistent reference to a local object and map its id() to a generated, session-unique ID. |
Method | setNameForLocal | Store a special (string) ID for this object. |
Method | remoteForName | Returns an object from the remote name mapping. |
Method | cachedRemotelyAs | No summary |
Method | remotelyCachedForLUID | |
Method | cacheRemotely | XXX |
Method | cacheLocally | (internal) |
Method | cachedLocallyAs | Undocumented |
Method | serialize | Jelly an object according to the remote security rules for this broker. |
Instance Variable | serializingPerspective | Undocumented |
Instance Variable | jellyMethod | Undocumented |
Instance Variable | jellyArgs | Undocumented |
Instance Variable | jellyKw | Undocumented |
Method | unserialize | Unjelly an sexp according to the local security rules for this broker. |
Method | newLocalID | |
Method | newRequestID | |
Method | proto_message | Undocumented |
Method | proto_cachemessage | Undocumented |
Method | proto_answer | (internal) Got an answer to a previously sent message. |
Method | proto_error | (internal) Deal with an error. |
Method | sendDecRef | (internal) Send a DECREF directive. |
Method | proto_decref | (internal) Decrement the reference count of an object. |
Method | decCacheRef | (internal) Send a DECACHE directive. |
Method | proto_decache | (internal) Decrement the reference count of a cached object. |
Method | proto_uncache | (internal) Tell the client it is now OK to uncache an object. |
Instance Variable | _localCleanup | Undocumented |
Method | _sendMessage | Undocumented |
Method | _recvMessage | Received a message-send. |
Method | _sendAnswer | (internal) Send an answer to a previously sent message. |
Method | _sendFailureOrError | Call _sendError or _sendFailure , depending on whether fail represents an Error subclass or not. |
Method | _sendFailure | Log error and then send it. |
Method | _sendError | (internal) Send an error for a previously sent message. |
Inherited from Banana (via Broker):
Instance Variable | knownDialects | These are the profiles supported by this Banana implementation. |
Instance Variable | prefixLimit | Undocumented |
Method | setPrefixLimit | Set the prefix limit for decoding done by this protocol instance. |
Instance Variable | currentDialect | Undocumented |
Method | callExpressionReceived | Undocumented |
Method | connectionMade | Called when a connection is made. |
Method | gotItem | Undocumented |
Instance Variable | buffer | Undocumented |
Method | dataReceived | Called whenever data is received. |
Class Variable | outgoingVocabulary | Undocumented |
Class Variable | incomingVocabulary | Undocumented |
Instance Variable | listStack | Undocumented |
Instance Variable | outgoingSymbols | Undocumented |
Instance Variable | outgoingSymbolCount | Undocumented |
Instance Variable | isClient | Undocumented |
Method | sendEncoded | Send the encoded representation of the given object: |
Instance Variable | _smallestLongInt | Undocumented |
Instance Variable | _smallestInt | Undocumented |
Instance Variable | _largestInt | Undocumented |
Instance Variable | _largestLongInt | Undocumented |
Method | _selectDialect | Undocumented |
Method | _encode | Undocumented |
Inherited from Protocol (via Broker, Banana):
Method | logPrefix | Return a prefix matching the class name, to identify log messages related to this protocol instance. |
Inherited from BaseProtocol (via Broker, Banana, Protocol):
Instance Variable | connected | Undocumented |
Instance Variable | transport | Undocumented |
Method | makeConnection | Make a connection to a transport and a server. |
Inherited from Ephemeral (via Broker, Banana):
Method | __reduce__ | Serialize any subclass of Ephemeral in a way which replaces it with Ephemeral itself. |
Method | __getstate__ | Undocumented |
Method | __setstate__ | Undocumented |
Instance Variable | __class__ | Undocumented |