OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Data.IPresenceData Interface Reference

An interface for connecting to the presence datastore More...

Inheritance diagram for OpenSim.Data.IPresenceData:
Inheritance graph
[legend]

Public Member Functions

bool Store (PresenceData data)
 
PresenceData Get (UUID sessionID)
 
void LogoutRegionAgents (UUID regionID)
 
bool ReportAgent (UUID sessionID, UUID regionID)
 
PresenceData[] Get (string field, string data)
 
bool Delete (string field, string val)
 
bool VerifyAgent (UUID agentId, UUID secureSessionID)
 

Detailed Description

An interface for connecting to the presence datastore

Definition at line 47 of file IPresenceData.cs.

Member Function Documentation

bool OpenSim.Data.IPresenceData.Delete ( string  field,
string  val 
)
PresenceData OpenSim.Data.IPresenceData.Get ( UUID  sessionID)
PresenceData [] OpenSim.Data.IPresenceData.Get ( string  field,
string  data 
)
void OpenSim.Data.IPresenceData.LogoutRegionAgents ( UUID  regionID)
bool OpenSim.Data.IPresenceData.ReportAgent ( UUID  sessionID,
UUID  regionID 
)
bool OpenSim.Data.IPresenceData.Store ( PresenceData  data)
bool OpenSim.Data.IPresenceData.VerifyAgent ( UUID  agentId,
UUID  secureSessionID 
)

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