org.omg.CosTrading
Class _RegisterStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CosTrading._RegisterStub
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, Register, RegisterOperations, SupportAttributes, SupportAttributesOperations, TraderComponents, TraderComponentsOperations

public class _RegisterStub
extends org.omg.CORBA.portable.ObjectImpl
implements Register

Interface definition: Register.

Author:
OpenORB Compiler
See Also:
Serialized Form

Constructor Summary
_RegisterStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 Admin admin_if()
          Read accessor for admin_if attribute
 OfferInfo describe(java.lang.String id)
          Operation describe
 java.lang.String export(org.omg.CORBA.Object reference, java.lang.String type, Property[] properties)
          Operation export
 Link link_if()
          Read accessor for link_if attribute
 Lookup lookup_if()
          Read accessor for lookup_if attribute
 void modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
          Operation modify
 Proxy proxy_if()
          Read accessor for proxy_if attribute
 Register register_if()
          Read accessor for register_if attribute
 Register resolve(java.lang.String[] name)
          Operation resolve
 boolean supports_dynamic_properties()
          Read accessor for supports_dynamic_properties attribute
 boolean supports_modifiable_properties()
          Read accessor for supports_modifiable_properties attribute
 boolean supports_proxy_offers()
          Read accessor for supports_proxy_offers attribute
 org.omg.CORBA.Object type_repos()
          Read accessor for type_repos attribute
 void withdraw_using_constraint(java.lang.String type, java.lang.String constr)
          Operation withdraw_using_constraint
 void withdraw(java.lang.String id)
          Operation withdraw
 
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
 
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

_RegisterStub

public _RegisterStub()
Method Detail

_ids

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

export

public java.lang.String export(org.omg.CORBA.Object reference,
                               java.lang.String type,
                               Property[] properties)
                        throws InvalidObjectRef,
                               IllegalServiceType,
                               UnknownServiceType,
                               InterfaceTypeMismatch,
                               IllegalPropertyName,
                               PropertyTypeMismatch,
                               ReadonlyDynamicProperty,
                               MissingMandatoryProperty,
                               DuplicatePropertyName
Operation export

Specified by:
export in interface RegisterOperations
Throws:
InvalidObjectRef
IllegalServiceType
UnknownServiceType
InterfaceTypeMismatch
IllegalPropertyName
PropertyTypeMismatch
ReadonlyDynamicProperty
MissingMandatoryProperty
DuplicatePropertyName

withdraw

public void withdraw(java.lang.String id)
              throws IllegalOfferId,
                     UnknownOfferId,
                     ProxyOfferId
Operation withdraw

Specified by:
withdraw in interface RegisterOperations
Throws:
IllegalOfferId
UnknownOfferId
ProxyOfferId

describe

public OfferInfo describe(java.lang.String id)
                   throws IllegalOfferId,
                          UnknownOfferId,
                          ProxyOfferId
Operation describe

Specified by:
describe in interface RegisterOperations
Throws:
IllegalOfferId
UnknownOfferId
ProxyOfferId

modify

public void modify(java.lang.String id,
                   java.lang.String[] del_list,
                   Property[] modify_list)
            throws NotImplemented,
                   IllegalOfferId,
                   UnknownOfferId,
                   ProxyOfferId,
                   IllegalPropertyName,
                   UnknownPropertyName,
                   PropertyTypeMismatch,
                   ReadonlyDynamicProperty,
                   MandatoryProperty,
                   ReadonlyProperty,
                   DuplicatePropertyName
Operation modify

Specified by:
modify in interface RegisterOperations
Throws:
NotImplemented
IllegalOfferId
UnknownOfferId
ProxyOfferId
IllegalPropertyName
UnknownPropertyName
PropertyTypeMismatch
ReadonlyDynamicProperty
MandatoryProperty
ReadonlyProperty
DuplicatePropertyName

withdraw_using_constraint

public void withdraw_using_constraint(java.lang.String type,
                                      java.lang.String constr)
                               throws IllegalServiceType,
                                      UnknownServiceType,
                                      IllegalConstraint,
                                      NoMatchingOffers
Operation withdraw_using_constraint

Specified by:
withdraw_using_constraint in interface RegisterOperations
Throws:
IllegalServiceType
UnknownServiceType
IllegalConstraint
NoMatchingOffers

resolve

public Register resolve(java.lang.String[] name)
                 throws IllegalTraderName,
                        UnknownTraderName,
                        RegisterNotSupported
Operation resolve

Specified by:
resolve in interface RegisterOperations
Throws:
IllegalTraderName
UnknownTraderName
RegisterNotSupported

lookup_if

public Lookup lookup_if()
Read accessor for lookup_if attribute

Specified by:
lookup_if in interface TraderComponentsOperations
Returns:
the attribute value

register_if

public Register register_if()
Read accessor for register_if attribute

Specified by:
register_if in interface TraderComponentsOperations
Returns:
the attribute value

link_if

public Link link_if()
Read accessor for link_if attribute

Specified by:
link_if in interface TraderComponentsOperations
Returns:
the attribute value

proxy_if

public Proxy proxy_if()
Read accessor for proxy_if attribute

Specified by:
proxy_if in interface TraderComponentsOperations
Returns:
the attribute value

admin_if

public Admin admin_if()
Read accessor for admin_if attribute

Specified by:
admin_if in interface TraderComponentsOperations
Returns:
the attribute value

supports_modifiable_properties

public boolean supports_modifiable_properties()
Read accessor for supports_modifiable_properties attribute

Specified by:
supports_modifiable_properties in interface SupportAttributesOperations
Returns:
the attribute value

supports_dynamic_properties

public boolean supports_dynamic_properties()
Read accessor for supports_dynamic_properties attribute

Specified by:
supports_dynamic_properties in interface SupportAttributesOperations
Returns:
the attribute value

supports_proxy_offers

public boolean supports_proxy_offers()
Read accessor for supports_proxy_offers attribute

Specified by:
supports_proxy_offers in interface SupportAttributesOperations
Returns:
the attribute value

type_repos

public org.omg.CORBA.Object type_repos()
Read accessor for type_repos attribute

Specified by:
type_repos in interface SupportAttributesOperations
Returns:
the attribute value