Salome HOME
Windows compatibility
[modules/paravis.git] / src / Plugins / ParaMEDCorba / ParaMEDCorbaServerManager.xml
1 <ServerManagerConfiguration>
2
3   <ProxyGroup name="sources">
4
5     <SourceProxy name="ParaMEDCorbaSource" 
6                  class="vtkParaMEDCorbaSource"
7                  label="Para MED Corba Plugin Source">
8       <Documentation
9         short_help="Fetch Parallel Data from CORBA." 
10         long_help="Fetch Parallel Data from CORBA.">
11         Source of a remote ParaMED Corba reference.
12       </Documentation>
13       <StringVectorProperty
14          name="IORCorba"
15          animateable="0"
16          command="SetIORCorba"
17          number_of_elements="1"
18          default_values="">
19         <Documentation>
20           This property specifies the IOR of a ParaFIELD MED in memory.
21         </Documentation>
22      </StringVectorProperty>
23      <IntVectorProperty
24         name="BufferingPolicy"
25         command="SetBufferingPolicy"
26         number_of_elements="1"
27         default_values="10">
28        <IntRangeDomain name="range" min="0" max="10"/>
29        <Documentation>
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.
38        </Documentation>
39      </IntVectorProperty>
40
41      <DoubleVectorProperty
42         name="TimestepValues"
43         repeatable="1"
44         information_only="1">
45         <TimeStepsInformationHelper />
46         <Documentation>
47           Available timestep values.
48         </Documentation>
49       </DoubleVectorProperty>
50
51       <DoubleVectorProperty
52         name="TimeRange"
53         repeatable="1"
54         information_only="1">
55         <TimeRangeInformationHelper />
56         <Documentation>
57           Available time range.
58         </Documentation>
59       </DoubleVectorProperty>
60
61       <!-- End ParaMEDCorbaSource -->
62     </SourceProxy>
63
64   </ProxyGroup>
65
66 </ServerManagerConfiguration>
67