CORBAservices
Module CosLicensingManager
IDL source Global index
module CosLicensingManager
- LicenseServiceManager
- ProducerSpecificLicenseService
- Action
- ActionRequired
- Answer
- Challenge
- ChallengeData
- ChallengeProtocol
- LicenseHandle
- ProducerSpecificNotification
- ComponentNotRegistered
- InvalidParameter
- InvalidProducer
struct Action {
ActionRequired action;
Answer notification_required;
Answer wait_for_user_confirmation_after_notification;
unsigned long notification_duration;
ProducerSpecificNotification producer_notification;
string notification_text;
};
-
enum ActionRequired {
continue,
terminate
};
-
enum Answer {
yes,
no
};
-
struct Challenge {
ChallengeProtocol challenge_protocol;
unsigned long challenge_data_size;
any challenge_data;
};
-
struct ChallengeData {
unsigned long challenge_index;
unsigned long random_number;
string digest;
};
-
enum ChallengeProtocol {
default_protocol,
producer_defined
};
-
typedef any LicenseHandle;
-
typedef Object ProducerSpecificNotification;
-
exception ComponentNotRegistered {
};
-
exception InvalidParameter {
};
-
exception InvalidProducer {
};
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.