org.omg.CosTrading
Class _RegisterStub

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

public class _RegisterStub
extends ObjectImpl
implements Register

Generated from IDL interface "Register".

Version:
generated at 03-Nov-2015 12:23:58
Author:
JacORB IDL compiler V 3.7
See Also:
Serialized Form

Field Summary
static Class _opsClass
           
 
Constructor Summary
_RegisterStub()
           
 
Method Summary
 String[] _ids()
           
 Admin admin_if()
           
 OfferInfo describe(String id)
           
 String export(Object reference, String type, Property[] properties)
           
 Link link_if()
           
 Lookup lookup_if()
           
 void modify(String id, String[] del_list, Property[] modify_list)
           
 Proxy proxy_if()
           
 Register register_if()
           
 Register resolve(String[] name)
           
 boolean supports_dynamic_properties()
           
 boolean supports_modifiable_properties()
           
 boolean supports_proxy_offers()
           
 Object type_repos()
           
 void withdraw_using_constraint(String type, String constr)
           
 void withdraw(String id)
           
 
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
clone, finalize, 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
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_RegisterStub

public _RegisterStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

export

public String export(Object reference,
                     String type,
                     Property[] properties)
              throws DuplicatePropertyName,
                     MissingMandatoryProperty,
                     IllegalServiceType,
                     ReadonlyDynamicProperty,
                     InterfaceTypeMismatch,
                     PropertyTypeMismatch,
                     IllegalPropertyName,
                     InvalidObjectRef,
                     UnknownServiceType
Specified by:
export in interface RegisterOperations
Throws:
DuplicatePropertyName
MissingMandatoryProperty
IllegalServiceType
ReadonlyDynamicProperty
InterfaceTypeMismatch
PropertyTypeMismatch
IllegalPropertyName
InvalidObjectRef
UnknownServiceType

withdraw

public void withdraw(String id)
              throws IllegalOfferId,
                     ProxyOfferId,
                     UnknownOfferId
Specified by:
withdraw in interface RegisterOperations
Throws:
IllegalOfferId
ProxyOfferId
UnknownOfferId

admin_if

public Admin admin_if()
Specified by:
admin_if in interface TraderComponentsOperations

type_repos

public Object type_repos()
Specified by:
type_repos in interface SupportAttributesOperations

supports_proxy_offers

public boolean supports_proxy_offers()
Specified by:
supports_proxy_offers in interface SupportAttributesOperations

link_if

public Link link_if()
Specified by:
link_if in interface TraderComponentsOperations

supports_modifiable_properties

public boolean supports_modifiable_properties()
Specified by:
supports_modifiable_properties in interface SupportAttributesOperations

describe

public OfferInfo describe(String id)
                   throws IllegalOfferId,
                          ProxyOfferId,
                          UnknownOfferId
Specified by:
describe in interface RegisterOperations
Throws:
IllegalOfferId
ProxyOfferId
UnknownOfferId

proxy_if

public Proxy proxy_if()
Specified by:
proxy_if in interface TraderComponentsOperations

register_if

public Register register_if()
Specified by:
register_if in interface TraderComponentsOperations

modify

public void modify(String id,
                   String[] del_list,
                   Property[] modify_list)
            throws DuplicatePropertyName,
                   ProxyOfferId,
                   NotImplemented,
                   ReadonlyDynamicProperty,
                   UnknownOfferId,
                   PropertyTypeMismatch,
                   ReadonlyProperty,
                   IllegalOfferId,
                   UnknownPropertyName,
                   IllegalPropertyName,
                   MandatoryProperty
Specified by:
modify in interface RegisterOperations
Throws:
DuplicatePropertyName
ProxyOfferId
NotImplemented
ReadonlyDynamicProperty
UnknownOfferId
PropertyTypeMismatch
ReadonlyProperty
IllegalOfferId
UnknownPropertyName
IllegalPropertyName
MandatoryProperty

resolve

public Register resolve(String[] name)
                 throws UnknownTraderName,
                        RegisterNotSupported,
                        IllegalTraderName
Specified by:
resolve in interface RegisterOperations
Throws:
UnknownTraderName
RegisterNotSupported
IllegalTraderName

withdraw_using_constraint

public void withdraw_using_constraint(String type,
                                      String constr)
                               throws NoMatchingOffers,
                                      UnknownServiceType,
                                      IllegalConstraint,
                                      IllegalServiceType
Specified by:
withdraw_using_constraint in interface RegisterOperations
Throws:
NoMatchingOffers
UnknownServiceType
IllegalConstraint
IllegalServiceType

lookup_if

public Lookup lookup_if()
Specified by:
lookup_if in interface TraderComponentsOperations

supports_dynamic_properties

public boolean supports_dynamic_properties()
Specified by:
supports_dynamic_properties in interface SupportAttributesOperations


Copyright © 2015 JacORB. All rights reserved.