25 #ifdef PARAVIEW_USE_PYTHON 50 #ifdef PARAVIEW_USE_PYTHON 74 cout <<
"Connecting to client (reverse connection requested)..." << endl;
78 cout <<
"Waiting for client..." << endl;
99 cout <<
"Exiting..." << endl;
void LoadPluginConfigurationXMLs(const char *appname)
Called to load application-specific configuration xml.
virtual bool Connect(const char *url)
Connects a remote server.
static bool RealMain(int argc, char *argv[], vtkProcessModule::ProcessTypes type)
int ProcessRMIs(int reportErrors, int dont_loop=0)
void SetDisableFurtherConnections(bool disable)
Enable or Disable further connections in multiple connection mode.
static vtkPVSessionServer * New()
static void Finalize()
Finalizes the server manager.
virtual int GetReverseConnection()
static vtkSmartPointer< T > New()
static vtkProcessModule * GetProcessModule()
Provides access to the global ProcessModule.
void ParaView_paraview_plugins_initialize()
virtual int ProcessEvents(unsigned long timeout_msecs)=0
Process any network activity.
virtual int GetHelpSelected()
Was help selected?
static vtkPVPluginTracker * GetInstance()
Provides access to the singleton.
virtual int GetPrintMonitors()
Should this process just print monitor information and exit?
virtual int GetDisableFurtherConnections()
Returns if this server does not allow connection after the first client.
vtkMultiProcessController * GetGlobalController()
Provides access to the global MPI controller, if any.
static void Initialize(const char *executable, int type)
Initializes the server manager.
vtkIdType RegisterSession(vtkSession *)
Registers a new session.
virtual int GetMultiClientMode()
Is this server was started for collaboration meaning that it allow several clients to connect to the ...
virtual void SetMultipleConnection(bool)
Enable or Disable multi-connection support.
vtkSMSessionServer is a session used on data and/or render servers.
virtual int GetTellVersion()
Should this run print the version numbers and exit.
virtual vtkNetworkAccessManager * GetNetworkAccessManager()
Get/Set the network access manager.
void vtkPVInitializePythonModules()
process initialization and management core for ParaView processes.
bool UnRegisterSession(vtkIdType sessionID)
Unregister a session given its ID.