Property | Type | Description | |
---|---|---|---|
m_ClientCapsServices | IClientCapsService>.Dictionary | ||
m_RegionCapsServices | IRegionCapsService>.Dictionary | ||
m_registry | IRegistryCore | ||
m_server | IHttpServer |
Method | Description | |
---|---|---|
AddCapsForRegion ( UUID regionID ) : void |
Create a caps handler for the given region
|
|
CreateCAPS ( UUID agentID, string capsBase, UUID regionID, bool isRootAgent, |
Create a Caps URL for the given user/region. Called normally by the EventQueueService or the LLLoginService on login
|
|
FinishedStartup ( ) : void | ||
GetCapsForRegion ( UUID regionID ) : IRegionCapsService |
Get a region handler for the given region
|
|
GetClientCapsService ( UUID agentID ) : IClientCapsService |
Get a Caps Service for the given client
|
|
GetClientsCapsServices ( ) : List |
||
GetOrCreateClientCapsService ( UUID agentID ) : IClientCapsService |
Get or create a new Caps Service for the given client Note: This does not add them to a region if one is created.
|
|
GetRegionsCapsServices ( ) : List |
||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
RemoveCAPS ( UUID agentID ) : void |
Remove the all of the user's CAPS from the system
|
|
RemoveCapsForRegion ( UUID regionID ) : void |
Remove the handler for the given region
|
|
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
ShowUsers ( IScene scene, string cmd ) : void |
public AddCapsForRegion ( UUID regionID ) : void | ||
regionID | UUID | |
return | void |
public CreateCAPS ( UUID agentID, string capsBase, UUID regionID, bool isRootAgent, |
||
agentID | UUID | |
capsBase | string | |
regionID | UUID | |
isRootAgent | bool | Will this child be a root agent |
circuitData | ||
port | uint | The port to use for the CAPS service |
return | string |
public GetCapsForRegion ( UUID regionID ) : IRegionCapsService | ||
regionID | UUID | |
return | IRegionCapsService |
public GetClientCapsService ( UUID agentID ) : IClientCapsService | ||
agentID | UUID | |
return | IClientCapsService |
public GetOrCreateClientCapsService ( UUID agentID ) : IClientCapsService | ||
agentID | UUID | |
return | IClientCapsService |
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
public RemoveCapsForRegion ( UUID regionID ) : void | ||
regionID | UUID | |
return | void |
protected ShowUsers ( IScene scene, string cmd ) : void | ||
scene | IScene | |
cmd | string | |
return | void |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected Dictionary |
||
return | IClientCapsService>.Dictionary |
protected Dictionary |
||
return | IRegionCapsService>.Dictionary |