OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.Framework.Interfaces.IXMLRPC Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.IXMLRPC:
Inheritance graph
[legend]

Public Member Functions

UUID OpenXMLRPCChannel (uint localID, UUID itemID, UUID channelID)
 
void CloseXMLRPCChannel (UUID channelKey)
 
bool hasRequests ()
 
void RemoteDataReply (string channel, string message_id, string sdata, int idata)
 
bool IsEnabled ()
 
IXmlRpcRequestInfo GetNextCompletedRequest ()
 
void RemoveCompletedRequest (UUID id)
 
void DeleteChannels (UUID itemID)
 
UUID SendRemoteData (uint localID, UUID itemID, string channel, string dest, int idata, string sdata)
 
IServiceRequest GetNextCompletedSRDRequest ()
 
void RemoveCompletedSRDRequest (UUID id)
 
void CancelSRDRequests (UUID itemID)
 

Properties

int Port [get]
 

Detailed Description

Definition at line 48 of file IXMLRPC.cs.

Member Function Documentation

void OpenSim.Region.Framework.Interfaces.IXMLRPC.CancelSRDRequests ( UUID  itemID)
void OpenSim.Region.Framework.Interfaces.IXMLRPC.CloseXMLRPCChannel ( UUID  channelKey)
void OpenSim.Region.Framework.Interfaces.IXMLRPC.DeleteChannels ( UUID  itemID)
IXmlRpcRequestInfo OpenSim.Region.Framework.Interfaces.IXMLRPC.GetNextCompletedRequest ( )

Implemented in OpenSim.Region.CoreModules.Scripting.XMLRPC.XMLRPCModule.

Here is the caller graph for this function:

IServiceRequest OpenSim.Region.Framework.Interfaces.IXMLRPC.GetNextCompletedSRDRequest ( )

Implemented in OpenSim.Region.CoreModules.Scripting.XMLRPC.XMLRPCModule.

Here is the caller graph for this function:

bool OpenSim.Region.Framework.Interfaces.IXMLRPC.hasRequests ( )
bool OpenSim.Region.Framework.Interfaces.IXMLRPC.IsEnabled ( )
UUID OpenSim.Region.Framework.Interfaces.IXMLRPC.OpenXMLRPCChannel ( uint  localID,
UUID  itemID,
UUID  channelID 
)
void OpenSim.Region.Framework.Interfaces.IXMLRPC.RemoteDataReply ( string  channel,
string  message_id,
string  sdata,
int  idata 
)
void OpenSim.Region.Framework.Interfaces.IXMLRPC.RemoveCompletedRequest ( UUID  id)
void OpenSim.Region.Framework.Interfaces.IXMLRPC.RemoveCompletedSRDRequest ( UUID  id)
UUID OpenSim.Region.Framework.Interfaces.IXMLRPC.SendRemoteData ( uint  localID,
UUID  itemID,
string  channel,
string  dest,
int  idata,
string  sdata 
)

Property Documentation

int OpenSim.Region.Framework.Interfaces.IXMLRPC.Port
get

Definition at line 62 of file IXMLRPC.cs.


The documentation for this interface was generated from the following file: