I delegate most functionality to a identity.Identity.
Methods
|
|
__init__
_attached
remote_attach
|
|
__init__
|
__init__ (
self,
broker,
identity,
)
Initialize, specifying an identity to wrap.
|
|
_attached
|
_attached (
self,
perspective,
remoteRef,
)
|
|
remote_attach
|
remote_attach (
self,
serviceName,
perspectiveName,
remoteRef,
)
Attach the remote reference to a requested perspective.
|
|