C# 클래스 OMEconomy.OMBase.OMBaseModule

상속: ISharedRegionModule
파일 보기 프로젝트 열기: OpenMetaverseEconomy/OMEconomy-Modules 1 사용 예제들

공개 메소드들

메소드 설명
AddRegion ( Scene scene ) : void
Close ( ) : void
GenericNotify ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
Initialise ( IConfigSource config ) : void
OMBaseModule ( ) : System
PostInitialise ( ) : void
RegionLoaded ( Scene scene ) : void
RemoveRegion ( Scene scene ) : void

비공개 메소드들

메소드 설명
InitializeRegion ( string regionAdress, string regionName, UUID regionUUID ) : void
IsAlive ( Hashtable requestData ) : Hashtable
OnClientClosed ( UUID clientID, Scene scene ) : void
OnMakeRootAgent ( ScenePresence sp ) : void
RegisterModule ( string module, string args ) : void
ServiceNotAvailable ( UUID agentID ) : void
TestConnection ( string module, string args ) : void
UUIDToString ( UUID item ) : string
UserInteract ( Hashtable requestData ) : Hashtable
WriteLog ( Hashtable requestData ) : Hashtable
asynchronousClaimUser ( string>.Dictionary data ) : void

메소드 상세

AddRegion() 공개 메소드

public AddRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

GenericNotify() 공개 메소드

public GenericNotify ( Nwc.XmlRpc.XmlRpcRequest request, IPEndPoint ep ) : Nwc.XmlRpc.XmlRpcResponse
request Nwc.XmlRpc.XmlRpcRequest
ep System.Net.IPEndPoint
리턴 Nwc.XmlRpc.XmlRpcResponse

Initialise() 공개 메소드

public Initialise ( IConfigSource config ) : void
config IConfigSource
리턴 void

OMBaseModule() 공개 메소드

public OMBaseModule ( ) : System
리턴 System

PostInitialise() 공개 메소드

public PostInitialise ( ) : void
리턴 void

RegionLoaded() 공개 메소드

public RegionLoaded ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void

RemoveRegion() 공개 메소드

public RemoveRegion ( Scene scene ) : void
scene OpenSim.Region.Framework.Scenes.Scene
리턴 void