public class _RACollectionFactoriesStub extends ObjectImpl implements RACollectionFactories
| Constructor and Description |
|---|
_RACollectionFactoriesStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
boolean |
add_factory(String collection_interface,
String impl_category,
String impl_interface,
RACollectionFactory factory) |
Collection |
create(NVPair[] parameters) |
RestrictedAccessCollection |
generic_create(NVPair[] parameters) |
boolean |
remove_factory(String collection_interface,
String impl_category,
String impl_interface) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic RestrictedAccessCollection generic_create(NVPair[] parameters) throws ParameterInvalid
generic_create in interface RACollectionFactoryOperationsParameterInvalidpublic Collection create(NVPair[] parameters) throws ParameterInvalid
create in interface RACollectionFactoriesOperationsParameterInvalidpublic boolean remove_factory(String collection_interface, String impl_category, String impl_interface)
remove_factory in interface RACollectionFactoriesOperationspublic boolean add_factory(String collection_interface, String impl_category, String impl_interface, RACollectionFactory factory)
add_factory in interface RACollectionFactoriesOperationsCopyright © 2015 JacORB. All rights reserved.