| Package | Description |
|---|---|
| org.omg.PortableGroup |
| Modifier and Type | Field and Description |
|---|---|
Property[] |
InvalidCriteria.invalid_criteria |
Property[] |
FactoryInfo.the_criteria |
Property[] |
CannotMeetCriteria.unmet_criteria |
Property[] |
PropertiesHolder.value |
Property |
PropertyHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static Property[] |
PropertiesHelper.extract(Any any) |
static Property[] |
CriteriaHelper.extract(Any any) |
static Property |
PropertyHelper.extract(Any any) |
Property[] |
_PropertyManagerStub.get_default_properties() |
Property[] |
PropertyManagerOperations.get_default_properties() |
Property[] |
PropertyManagerPOATie.get_default_properties() |
Property[] |
_PropertyManagerStub.get_properties(Object object_group) |
Property[] |
PropertyManagerOperations.get_properties(Object object_group) |
Property[] |
PropertyManagerPOATie.get_properties(Object object_group) |
Property[] |
_PropertyManagerStub.get_type_properties(String type_id) |
Property[] |
PropertyManagerOperations.get_type_properties(String type_id) |
Property[] |
PropertyManagerPOATie.get_type_properties(String type_id) |
static Property[] |
PropertiesHelper.read(InputStream _in) |
static Property[] |
CriteriaHelper.read(InputStream _in) |
static Property |
PropertyHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ObjectGroupManagerPOATie.create_member(Object object_group,
NameComponent[] the_location,
String type_id,
Property[] the_criteria) |
Object |
ObjectGroupManagerOperations.create_member(Object object_group,
NameComponent[] the_location,
String type_id,
Property[] the_criteria) |
Object |
_ObjectGroupManagerStub.create_member(Object object_group,
NameComponent[] the_location,
String type_id,
Property[] the_criteria) |
Object |
_GenericFactoryStub.create_object(String type_id,
Property[] the_criteria,
AnyHolder factory_creation_id) |
Object |
GenericFactoryPOATie.create_object(String type_id,
Property[] the_criteria,
AnyHolder factory_creation_id) |
Object |
GenericFactoryOperations.create_object(String type_id,
Property[] the_criteria,
AnyHolder factory_creation_id) |
static void |
PropertyHelper.insert(Any any,
Property s) |
static void |
PropertiesHelper.insert(Any any,
Property[] s) |
static void |
CriteriaHelper.insert(Any any,
Property[] s) |
void |
_PropertyManagerStub.remove_default_properties(Property[] props) |
void |
PropertyManagerOperations.remove_default_properties(Property[] props) |
void |
PropertyManagerPOATie.remove_default_properties(Property[] props) |
void |
_PropertyManagerStub.remove_type_properties(String type_id,
Property[] props) |
void |
PropertyManagerOperations.remove_type_properties(String type_id,
Property[] props) |
void |
PropertyManagerPOATie.remove_type_properties(String type_id,
Property[] props) |
void |
_PropertyManagerStub.set_default_properties(Property[] props) |
void |
PropertyManagerOperations.set_default_properties(Property[] props) |
void |
PropertyManagerPOATie.set_default_properties(Property[] props) |
void |
_PropertyManagerStub.set_properties_dynamically(Object object_group,
Property[] overrides) |
void |
PropertyManagerOperations.set_properties_dynamically(Object object_group,
Property[] overrides) |
void |
PropertyManagerPOATie.set_properties_dynamically(Object object_group,
Property[] overrides) |
void |
_PropertyManagerStub.set_type_properties(String type_id,
Property[] overrides) |
void |
PropertyManagerOperations.set_type_properties(String type_id,
Property[] overrides) |
void |
PropertyManagerPOATie.set_type_properties(String type_id,
Property[] overrides) |
static void |
PropertyHelper.write(OutputStream out,
Property s) |
static void |
PropertiesHelper.write(OutputStream _out,
Property[] _s) |
static void |
CriteriaHelper.write(OutputStream _out,
Property[] _s) |
| Constructor and Description |
|---|
CannotMeetCriteria(Property[] unmet_criteria) |
CannotMeetCriteria(String _reason,
Property[] unmet_criteria) |
FactoryInfo(GenericFactory the_factory,
NameComponent[] the_location,
Property[] the_criteria) |
InvalidCriteria(Property[] invalid_criteria) |
InvalidCriteria(String _reason,
Property[] invalid_criteria) |
PropertiesHolder(Property[] initial) |
PropertyHolder(Property initial) |
Copyright © 2017 JacORB. All rights reserved.