Package gofer :: Package rmi :: Module dispatcher
[hide private]
[frames] | no frames]

Module dispatcher

source code

Provides RMI dispatcher classes.

Classes [hide private]
  DispatchError
  ClassNotFound
Target class not found.
  MethodNotFound
Target method not found.
  NotPermitted
Called method not decorated as remote.
  NotAuthorized
Not authorized.
  AuthMethod
Authentication method not supported.
  NotShared
Method not shared between UUIDs.
  SecretRequired
Shared secret required and not passed.
  UserRequired
User (name) required and not passed.
  PasswordRequired
Password required and not passed.
  NotAuthenticated
Not authenticated, user/password failed PAM authentication.
  UserNotAuthorized
The specified user is not authorized to invoke the RMI.
  SecretNotMatched
Specified secret, not matched.
  RemoteException
The re-raised (propagated) exception base class.
  Reply
Envelope for examining replies.
  Return
Return envelope.
  Request
An RMI request envelope.
  RMI
The RMI object performs the invocation.
  Security
Layered Security.
  Dispatcher
The remote invocation dispatcher.
Variables [hide private]
  log = getLogger(__name__)
  __package__ = 'gofer.rmi'