public interface GenericFactoryOperations
| Modifier and Type | Method and Description |
|---|---|
Object |
create_object(String type_id,
Property[] the_criteria,
AnyHolder factory_creation_id) |
void |
delete_object(Any factory_creation_id) |
Object create_object(String type_id, Property[] the_criteria, AnyHolder factory_creation_id) throws InvalidProperty, ObjectNotCreated, InvalidCriteria, CannotMeetCriteria, NoFactory
void delete_object(Any factory_creation_id) throws ObjectNotFound
ObjectNotFoundCopyright © 2017 JacORB. All rights reserved.