| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |
| Const Summary | |
Private |
mDEFAULT_PORT
|
| Event Summary | |
Public |
OnAddressChange()
|
| Field Summary | |
Private(IDispatcher) |
mDispatcher
|
Private(CRemoteHost) |
mHostData
|
Private(Collection) |
mManagers
|
Private(CSocket) |
mServerSocket
|
Private(String) |
mstrLastError
|
| Properties Summary | |
Get Public(IDispatcher) |
Property Get Dispatcher()Codice |
Get Private(IDispatcher) |
Property Get IMsgManager_Dispatcher()Codice |
Get Public(String) |
Property Get LastError()Codice |
| Method Summary | |
Private |
Class_Initialize()Codice |
Private |
Class_Terminate()Codice |
Public |
Destroy()Codice |
Private(CTcpManagerSlave) |
FindPeerServer( MngAddress As String)Codice |
Private |
GenerateError( Description As String, Optional l As Long)Codice |
Private |
GenerateErrorGenerico( Procedure As String)Codice |
Public(String) |
getAddress()Codice |
Public(Long) |
getKnownManagerNumber()Codice |
Public(String) |
getLocalIpAddress()Codice |
Public(Long) |
getPort()Codice |
Private(String) |
IMsgManager_getAddress()Codice |
Private(Boolean) |
IMsgManager_Send( Env As CEnvelope, MngAddress As String)Codice |
Private |
mServerSocket_OnConnectionRequest( ByVal requestID As Long)Codice |
Public(Boolean) |
Send( Env As CEnvelope, ByVal l As String)Codice |
Public(Variant) |
setLocalIpAddress( newValue As String)Codice |
Public(Variant) |
setPort( newValue As Long)Codice |
Public(Boolean) |
StartListenForMessages()Codice |
Public |
StopListenForMessages()Codice |
| Details |
Private Const mDEFAULT_PORT As Long = 5230
Public Event OnAddressChange()
Private mDispatcher As IDispatcher
Private mHostData As CRemoteHost
Private mManagers As Collection
Private WithEvents mServerSocket As CSocket
Private mstrLastError As String
Public Property Get Dispatcher() As IDispatcher
Public Property Set Dispatcher(dsptchr As IDispatcher)
Private Property Get IMsgManager_Dispatcher() As IDispatcher
Private Property Set IMsgManager_Dispatcher(RHS As IDispatcher)
Public Property Get LastError() As String
Private Property Let LastError(newValue As String)
Private Sub Class_Initialize()
Private Sub Class_Terminate()
Public Sub Destroy()
Private Function FindPeerServer(MngAddress As String) As CTcpManagerSlave
Private Sub GenerateError(Description As String, Optional Number As Long = vbObjectError)
Private Sub GenerateErrorGenerico(Procedure As String)
Public Function getAddress() As String
Public Function getKnownManagerNumber() As Long
Public Function getLocalIpAddress() As String
Public Function getPort() As Long
Private Function IMsgManager_getAddress() As String
Private Function IMsgManager_Send(Env As CEnvelope, MngAddress As String) As Boolean
Private Sub mServerSocket_OnConnectionRequest(ByVal requestID As Long)
Public Function Send(Env As CEnvelope, ByVal MngAddress As String) As Boolean
Public Function setLocalIpAddress(newValue As String)
Public Function setPort(newValue As Long)
Public Function StartListenForMessages() As Boolean
Public Sub StopListenForMessages()
| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |