C# Class OpenSim.Region.OptionalModules.Avatar.Concierge.ConciergeModule

Inheritance: Aurora.Modules.Chat.AuroraChatModule, INonSharedRegionModule
Afficher le fichier Open project: aurora-sim/Aurora-Sim-Optional-Modules

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialise ( IConfigSource config ) : void
OnChatFromWorld ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void
OnClientLoggedOut ( IClientAPI client ) : void
OnMakeChildAgent ( IScenePresence agent, Aurora.Framework.Services.GridRegion destination ) : void
OnMakeRootAgent ( IScenePresence agent ) : void
OnNewClient ( IClientAPI client ) : void
RemoveRegion ( IScene scene ) : void
XmlRpcUpdateWelcomeMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse

Méthodes protégées

Méthode Description
AnnounceToAgent ( IScenePresence agent, string msg ) : void
AnnounceToAgentsRegion ( IScene scene, string msg ) : void
OnChatBroadcast ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void
OnChatFromClient ( IClientAPI sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void
UpdateBroker ( IScene scene ) : void
WelcomeAvatar ( IScenePresence agent, IScene scene ) : void

Private Methods

Méthode Description
UpdateBrokerDone ( IAsyncResult result ) : void
UpdateBrokerSend ( IAsyncResult result ) : void
checkStringParameters ( Nwc.XmlRpc.XmlRpcRequest request, string param ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

AnnounceToAgent() protected méthode

protected AnnounceToAgent ( IScenePresence agent, string msg ) : void
agent IScenePresence
msg string
Résultat void

AnnounceToAgentsRegion() protected méthode

protected AnnounceToAgentsRegion ( IScene scene, string msg ) : void
scene IScene
msg string
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( IConfigSource config ) : void
config IConfigSource
Résultat void

OnChatBroadcast() protected méthode

protected OnChatBroadcast ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void
sender Object
c Aurora.Framework.ClientInterfaces.OSChatMessage
Résultat void

OnChatFromClient() protected méthode

protected OnChatFromClient ( IClientAPI sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void
sender IClientAPI
c Aurora.Framework.ClientInterfaces.OSChatMessage
Résultat void

OnChatFromWorld() public méthode

public OnChatFromWorld ( Object sender, Aurora.Framework.ClientInterfaces.OSChatMessage c ) : void
sender Object
c Aurora.Framework.ClientInterfaces.OSChatMessage
Résultat void

OnClientLoggedOut() public méthode

public OnClientLoggedOut ( IClientAPI client ) : void
client IClientAPI
Résultat void

OnMakeChildAgent() public méthode

public OnMakeChildAgent ( IScenePresence agent, Aurora.Framework.Services.GridRegion destination ) : void
agent IScenePresence
destination Aurora.Framework.Services.GridRegion
Résultat void

OnMakeRootAgent() public méthode

public OnMakeRootAgent ( IScenePresence agent ) : void
agent IScenePresence
Résultat void

OnNewClient() public méthode

public OnNewClient ( IClientAPI client ) : void
client IClientAPI
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void

UpdateBroker() protected méthode

protected UpdateBroker ( IScene scene ) : void
scene IScene
Résultat void

WelcomeAvatar() protected méthode

protected WelcomeAvatar ( IScenePresence agent, IScene scene ) : void
agent IScenePresence
scene IScene
Résultat void

XmlRpcUpdateWelcomeMethod() public méthode

public XmlRpcUpdateWelcomeMethod ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint remoteClient ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
remoteClient System.Net.IPEndPoint
Résultat Nwc.XmlRpc.XmlRpcResponse