| Method Summary |
| |
__init__(self,
profile,
pnode,
port,
progressCB,
app)
This client class is used on shared and personal nodes. |
| |
AddApplicationEvent(self,
event)
|
| |
AddConnectionEvent(self,
event)
|
| |
AddDataEvent(self,
event)
|
| |
AddObserver(self,
observer)
|
| |
AddService(self,
serviceDescription)
|
| |
AddServiceEvent(self,
event)
|
| |
AddStreamEvent(self,
event)
|
| |
AddTextEvent(self,
name,
text)
|
| |
AddUserEvent(self,
event)
|
| |
CreateApplication(self,
appName,
appDescription,
appMimeType)
|
| |
DestroyApplication(self,
appId)
|
| |
EnterVenue(self,
URL)
EnterVenue puts this client into the specified venue. |
| |
ExitVenue(self)
ExitVenue removes this client from the specified venue. |
| |
GetApplications(self)
|
| |
GetConnections(self)
|
| |
GetDataStoreInformation(self)
Retrieve an upload descriptor and a URL to personal DataStore |
| |
GetDataStoreUploadUrl(self)
|
| |
GetEventChannelId(self)
|
| |
GetNetworkLocationProviders(self)
GetNetworkLocationProviders returns a list of entities providing
network locations to the current venue. |
| |
GetNodeServiceUri(self)
|
| |
GetNodeServiceURL(self)
|
| |
GetPersonalData(self,
clientProfile)
Get personal data from client... |
| |
GetProfile(self)
|
| |
GetProvider(self)
|
| |
GetServices(self)
|
| |
GetStreams(self)
|
| |
GetTransport(self)
|
| |
GetTransportList(self)
|
| |
GetUsers(self)
|
| |
GetVenue(self)
GetVenue gets the venue the client is currently in. |
| |
GetVenueData(self)
|
| |
GetVenueDescription(self)
|
| |
GetVenueName(self)
|
| |
GetVenueState(self)
|
| |
GetVenueStreams(self)
|
| |
GetVenueURL(self)
|
| |
GetWebServiceUrl(self)
|
| |
IsInVenue(self)
|
| |
IsVenueAdministrator(self)
|
| |
ModifyStreamEvent(self,
event)
|
| |
ModifyUserEvent(self,
event)
|
| |
OpenAppEvent(self,
event)
|
| |
RemoveApplicationEvent(self,
event)
|
| |
RemoveConnectionEvent(self,
event)
|
| |
RemoveData(self,
data)
This method removes a data from the venue. |
| |
RemoveDataEvent(self,
event)
|
| |
RemoveService(self,
serviceDescription)
|
| |
RemoveServiceEvent(self,
event)
|
| |
RemoveStreamEvent(self,
event)
|
| |
RemoveUserEvent(self,
event)
|
| |
SaveProfile(self)
|
| |
SendEvent(self,
event)
|
| |
SendText(self,
text)
|
| |
SetAudioEnabled(self,
enableFlag)
|
| |
SetConnectionsEvent(self,
event)
|
| |
SetNodeUrl(self,
url)
This method sets the node service url |
| |
SetProfile(self,
profile)
|
| |
SetProvider(self,
provider)
|
| |
SetTransport(self,
transport)
|
| |
SetVideoEnabled(self,
enableFlag)
|
| |
Shutdown(self)
|
| |
SOAPFaultHandler(self,
proxy,
ex)
Handle a fault raised by an invocation through the venue server
proxy. |
| |
UpdateApplication(self,
appDescription)
|
| |
UpdateApplicationEvent(self,
event)
|
| |
UpdateClientProfile(self,
profile)
|
| |
UpdateData(self,
data)
|
| |
UpdateDataEvent(self,
event)
|
| |
UpdateNodeService(self)
Send venue streams to the node service |
| |
UpdateProfileCache(self,
profile)
|
| |
UpdateService(self,
serviceDescription)
|
| |
UpdateServiceEvent(self,
event)
|
| |
UpdateStream(self,
stream)
Apply selections of transport and netloc provider to the given
stream. |
| |
__CheckForInvalidClock(self)
Check to see if the local clock is out of synch, a common reason for a
failed authentication. |
| |
__CreatePersonalDataStore(self)
Creates the personal data storage and loads personal data from file to
a dictionary of DataDescriptions. |
| |
__EnterVenue(self,
URL)
|
| |
__ExitVenue(self)
|
| |
__Heartbeat(self)
|
| |
__InitVenueData(self)
|
| |
__Reconnect(self)
Reconnect to venue |
| |
__StartWebService(self,
pnode,
port)
|
| |
__StopWebService(self)
|