Uses of Interface
es.iac.ing.iConfigSnapshot.ConfigSnapshotOperations

Packages that use ConfigSnapshotOperations
ConfigSnapshot   
es.iac.ing.iConfigSnapshot   
 

Uses of ConfigSnapshotOperations in ConfigSnapshot
 

Classes in ConfigSnapshot that implement ConfigSnapshotOperations
(package private)  class ConfigSnapshot
          This class will be used to take snap shots of the state of the current instrument configuration which is included in the observing system which is indicated by the environment variable INSTRUMENT which is initialised as part of the setup of the observing system.
 

Uses of ConfigSnapshotOperations in es.iac.ing.iConfigSnapshot
 

Subinterfaces of ConfigSnapshotOperations in es.iac.ing.iConfigSnapshot
 interface ConfigSnapshot
          Generated from IDL interface "ConfigSnapshot"
 

Classes in es.iac.ing.iConfigSnapshot that implement ConfigSnapshotOperations
 class _ConfigSnapshotStub
          Generated from IDL interface "ConfigSnapshot"
 class ConfigSnapshotPOA
          Generated from IDL interface "ConfigSnapshot"
 class ConfigSnapshotPOATie
          Generated from IDL interface "ConfigSnapshot"
 

Fields in es.iac.ing.iConfigSnapshot declared as ConfigSnapshotOperations
private  ConfigSnapshotOperations ConfigSnapshotPOATie._delegate
           
 

Methods in es.iac.ing.iConfigSnapshot that return ConfigSnapshotOperations
 ConfigSnapshotOperations ConfigSnapshotPOATie._delegate()
           
 

Methods in es.iac.ing.iConfigSnapshot with parameters of type ConfigSnapshotOperations
 void ConfigSnapshotPOATie._delegate(ConfigSnapshotOperations delegate)
           
 

Constructors in es.iac.ing.iConfigSnapshot with parameters of type ConfigSnapshotOperations
ConfigSnapshotPOATie(ConfigSnapshotOperations delegate)
           
ConfigSnapshotPOATie(ConfigSnapshotOperations delegate, org.omg.PortableServer.POA poa)