org.omg.CosPropertyService
Class _PropertySetFactoryStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CosPropertyService._PropertySetFactoryStub
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, PropertySetFactory, PropertySetFactoryOperations, java.io.Serializable

public class _PropertySetFactoryStub
extends org.omg.CORBA.portable.ObjectImpl
implements PropertySetFactory

Interface definition : PropertySetFactory

Author:
OpenORB Compiler
See Also:
Serialized Form

Constructor Summary
_PropertySetFactoryStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 PropertySet create_constrained_propertyset(org.omg.CORBA.TypeCode[] allowed_property_types, Property[] allowed_properties)
          Operation create_constrained_propertyset
 PropertySet create_initial_propertyset(Property[] initial_properties)
          Operation create_initial_propertyset
 PropertySet create_propertyset()
          Operation create_propertyset
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_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, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_PropertySetFactoryStub

public _PropertySetFactoryStub()
Method Detail

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class org.omg.CORBA.portable.ObjectImpl

create_propertyset

public PropertySet create_propertyset()
Operation create_propertyset
Specified by:
create_propertyset in interface PropertySetFactoryOperations

create_constrained_propertyset

public PropertySet create_constrained_propertyset(org.omg.CORBA.TypeCode[] allowed_property_types,
                                                  Property[] allowed_properties)
                                           throws ConstraintNotSupported
Operation create_constrained_propertyset
Specified by:
create_constrained_propertyset in interface PropertySetFactoryOperations

create_initial_propertyset

public PropertySet create_initial_propertyset(Property[] initial_properties)
                                       throws MultipleExceptions
Operation create_initial_propertyset
Specified by:
create_initial_propertyset in interface PropertySetFactoryOperations