org.omg.CosCollection
Class CollectionFactoriesPOATie
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.CollectionFactoriesPOA
org.omg.CosCollection.CollectionFactoriesPOATie
- All Implemented Interfaces:
- CollectionFactoriesOperations, CollectionFactoryOperations, InvokeHandler
- public class CollectionFactoriesPOATie
- extends CollectionFactoriesPOA
Generated from IDL interface "CollectionFactories"
- Author:
- JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004
Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFactoriesPOATie
public CollectionFactoriesPOATie(CollectionFactoriesOperations delegate)
CollectionFactoriesPOATie
public CollectionFactoriesPOATie(CollectionFactoriesOperations delegate,
POA poa)
_this
public CollectionFactories _this()
- Overrides:
_this
in class CollectionFactoriesPOA
_this
public CollectionFactories _this(ORB orb)
- Overrides:
_this
in class CollectionFactoriesPOA
_delegate
public CollectionFactoriesOperations _delegate()
_delegate
public void _delegate(CollectionFactoriesOperations delegate)
_default_POA
public POA _default_POA()
- Overrides:
_default_POA
in class Servant
add_factory
public boolean add_factory(java.lang.String collection_interface,
java.lang.String impl_category,
java.lang.String impl_interface,
CollectionFactory factory)
generic_create
public Collection generic_create(NVPair[] parameters)
throws ParameterInvalid
- Throws:
ParameterInvalid
create
public Collection create(NVPair[] parameters)
throws ParameterInvalid
- Throws:
ParameterInvalid
remove_factory
public boolean remove_factory(java.lang.String collection_interface,
java.lang.String impl_category,
java.lang.String impl_interface)