Uses of Class
es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage.UnableToTakeSnapShot

Packages that use UnableToTakeSnapShot
ConfigSnapshot   
es.iac.ing.iConfigSnapshot   
es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage   
 

Uses of UnableToTakeSnapShot in ConfigSnapshot
 

Methods in ConfigSnapshot that throw UnableToTakeSnapShot
 void ConfigSnapshot.performConfigurationSnapshot()
          Takes a snapshot of the current configuration for the instrumentation which is configured on the current machine.
 

Uses of UnableToTakeSnapShot in es.iac.ing.iConfigSnapshot
 

Methods in es.iac.ing.iConfigSnapshot that throw UnableToTakeSnapShot
 void ConfigSnapshotOperations.performConfigurationSnapshot()
           
 void ConfigSnapshotPOATie.performConfigurationSnapshot()
           
 void _ConfigSnapshotStub.performConfigurationSnapshot()
           
 

Uses of UnableToTakeSnapShot in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage
 

Fields in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage declared as UnableToTakeSnapShot
 UnableToTakeSnapShot UnableToTakeSnapShotHolder.value
           
 

Methods in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage that return UnableToTakeSnapShot
static UnableToTakeSnapShot UnableToTakeSnapShotHelper.extract(org.omg.CORBA.Any any)
           
static UnableToTakeSnapShot UnableToTakeSnapShotHelper.read(org.omg.CORBA.portable.InputStream in)
           
 

Methods in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage with parameters of type UnableToTakeSnapShot
static void UnableToTakeSnapShotHelper.insert(org.omg.CORBA.Any any, UnableToTakeSnapShot s)
           
static void UnableToTakeSnapShotHelper.write(org.omg.CORBA.portable.OutputStream out, UnableToTakeSnapShot s)
           
 

Constructors in es.iac.ing.iConfigSnapshot.ConfigSnapshotPackage with parameters of type UnableToTakeSnapShot
UnableToTakeSnapShotHolder(UnableToTakeSnapShot initial)