1 <ServerManagerConfiguration>
3 <ProxyGroup name="sources">
5 <SourceProxy name="ParaMEDCorbaSource"
6 class="vtkParaMEDCorbaSource"
7 label="Para MED Corba Plugin Source">
9 short_help="Fetch Parallel Data from CORBA."
10 long_help="Fetch Parallel Data from CORBA.">
11 Source of a remote ParaMED Corba reference.
17 number_of_elements="1"
20 This property specifies the IOR of a ParaFIELD MED in memory.
22 </StringVectorProperty>
24 name="BufferingPolicy"
25 command="SetBufferingPolicy"
26 number_of_elements="1"
28 <IntRangeDomain name="range" min="0" max="10"/>
30 This property specifies the buffering policy.
31 0 means no buffering, that is to say Corba fetching is done
32 every times needed to get field at a time step. Remote Corba
33 object is NOT Released.
34 10 means full buffering, that is to say a full Corba fetching
35 is performed on begin and remote Corba object is
36 released. But memory consumtion could be huge.
37 Between 0,and 10 a partial buffering is done.
45 <TimeStepsInformationHelper />
47 Available timestep values.
49 </DoubleVectorProperty>
55 <TimeRangeInformationHelper />
59 </DoubleVectorProperty>
61 <!-- End ParaMEDCorbaSource -->
66 </ServerManagerConfiguration>