Package empro :: Module empro :: Module core :: Class CommunicationWithParent
[frames] | no frames]

Class CommunicationWithParent

Provides ipc and rpc interfaces to the parent when used as a child process.

Class Hierarchy for CommunicationWithParent
Class Hierarchy for CommunicationWithParent

Instance Methods
 
activate(...)
CommunicationWithParent.activate
 
communicationParent(...)
CommunicationWithParent.communicationParent
 
communicationParentTag(...)
CommunicationWithParent.communicationParentTag
EmSubprocessIpc
ipc()
Returns the EmSubprocessIpc singleton.
EmSubprocessRpcMeta
rpc()
Returns the EmSubprocessRpcMeta singleton.
 
wasActivated(...)
CommunicationWithParent.wasActivated
Class Variables
  ADS = 1
  ALLEGRO = 3
  UNAVAILABLE = -1
  UNKNOWN = 0
  VIRTUOSO = 2
Method Details

ipc()

 

Returns the EmSubprocessIpc singleton. Can be used even before activate().

Returns: EmSubprocessIpc

rpc()

 

Returns the EmSubprocessRpcMeta singleton. Can be used even before activate().

Returns: EmSubprocessRpcMeta