org.omg.CosTrading

Class _RegisterStub

Implemented Interfaces:
IDLEntity, Object, Register, RegisterOperations, java.io.Serializable, SupportAttributes, SupportAttributesOperations, TraderComponents, TraderComponentsOperations

public class _RegisterStub
extends ObjectImpl
implements Register

Generated from IDL interface "Register"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Field Summary

static java.lang.Class
_opsClass

Method Summary

String[]
_ids()
Admin
admin_if()
OfferInfo
describe(java.lang.String id)
java.lang.String
export(Object reference, java.lang.String type, Property[] properties)
Link
link_if()
Lookup
lookup_if()
void
modify(java.lang.String id, java.lang.String[] del_list, Property[] modify_list)
Proxy
proxy_if()
Register
register_if()
Register
resolve(java.lang.String[] name)
boolean
supports_dynamic_properties()
boolean
supports_modifiable_properties()
boolean
supports_proxy_offers()
Object
type_repos()
void
withdraw(java.lang.String id)
void
withdraw_using_constraint(java.lang.String type, java.lang.String constr)

Methods inherited from class org.omg.CORBA.portable.ObjectImpl

_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface, _get_interface_def, _get_policy, _hash, _ids, _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

Field Details

_opsClass

public static final java.lang.Class _opsClass

Method Details

_ids

public String[] _ids()
Overrides:
_ids in interface ObjectImpl


admin_if

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


describe

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


export

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


link_if

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


lookup_if

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


modify

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


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


resolve

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


supports_dynamic_properties

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


supports_modifiable_properties

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


supports_proxy_offers

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


type_repos

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


withdraw

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


withdraw_using_constraint

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