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_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public static final Class _opsClass
public String[] _ids()
_ids
in class ObjectImpl
public RestrictedAccessCollection generic_create(NVPair[] parameters) throws ParameterInvalid
generic_create
in interface RACollectionFactoryOperations
ParameterInvalid
public Collection create(NVPair[] parameters) throws ParameterInvalid
create
in interface RACollectionFactoriesOperations
ParameterInvalid
public boolean remove_factory(String collection_interface, String impl_category, String impl_interface)
remove_factory
in interface RACollectionFactoriesOperations
public boolean add_factory(String collection_interface, String impl_category, String impl_interface, RACollectionFactory factory)
add_factory
in interface RACollectionFactoriesOperations
Copyright © 2016 JacORB. All rights reserved.