public class RegisterPOATie extends RegisterPOA
| Constructor and Description |
|---|
RegisterPOATie(RegisterOperations delegate) |
RegisterPOATie(RegisterOperations delegate,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
POA |
_default_POA() |
RegisterOperations |
_delegate() |
void |
_delegate(RegisterOperations delegate) |
Register |
_this() |
Register |
_this(ORB orb) |
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) |
_all_interfaces, _invoke_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic RegisterPOATie(RegisterOperations delegate)
public RegisterPOATie(RegisterOperations delegate, POA poa)
public Register _this()
_this in class RegisterPOApublic Register _this(ORB orb)
_this in class RegisterPOApublic RegisterOperations _delegate()
public void _delegate(RegisterOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic String export(Object reference, String type, Property[] properties) throws DuplicatePropertyName, MissingMandatoryProperty, IllegalServiceType, ReadonlyDynamicProperty, InterfaceTypeMismatch, PropertyTypeMismatch, IllegalPropertyName, InvalidObjectRef, UnknownServiceType
public void withdraw(String id) throws IllegalOfferId, ProxyOfferId, UnknownOfferId
IllegalOfferIdProxyOfferIdUnknownOfferIdpublic Admin admin_if()
public Object type_repos()
public boolean supports_proxy_offers()
public Link link_if()
public boolean supports_modifiable_properties()
public OfferInfo describe(String id) throws IllegalOfferId, ProxyOfferId, UnknownOfferId
IllegalOfferIdProxyOfferIdUnknownOfferIdpublic Proxy proxy_if()
public Register register_if()
public void modify(String id, String[] del_list, Property[] modify_list) throws DuplicatePropertyName, ProxyOfferId, NotImplemented, ReadonlyDynamicProperty, UnknownOfferId, PropertyTypeMismatch, ReadonlyProperty, IllegalOfferId, UnknownPropertyName, IllegalPropertyName, MandatoryProperty
public Register resolve(String[] name) throws UnknownTraderName, RegisterNotSupported, IllegalTraderName
public void withdraw_using_constraint(String type, String constr) throws NoMatchingOffers, UnknownServiceType, IllegalConstraint, IllegalServiceType
public Lookup lookup_if()
public boolean supports_dynamic_properties()
Copyright © 2015 JacORB. All rights reserved.