public interface RegisterOperations extends TraderComponentsOperations, SupportAttributesOperations
| Modifier and Type | Method and Description |
|---|---|
OfferInfo |
describe(String id) |
String |
export(Object reference,
String type,
Property[] properties) |
void |
modify(String id,
String[] del_list,
Property[] modify_list) |
Register |
resolve(String[] name) |
void |
withdraw_using_constraint(String type,
String constr) |
void |
withdraw(String id) |
admin_if, link_if, lookup_if, proxy_if, register_ifsupports_dynamic_properties, supports_modifiable_properties, supports_proxy_offers, type_reposString export(Object reference, String type, Property[] properties) throws DuplicatePropertyName, MissingMandatoryProperty, IllegalServiceType, ReadonlyDynamicProperty, InterfaceTypeMismatch, PropertyTypeMismatch, IllegalPropertyName, InvalidObjectRef, UnknownServiceType
void withdraw(String id) throws IllegalOfferId, ProxyOfferId, UnknownOfferId
IllegalOfferIdProxyOfferIdUnknownOfferIdOfferInfo describe(String id) throws IllegalOfferId, ProxyOfferId, UnknownOfferId
IllegalOfferIdProxyOfferIdUnknownOfferIdvoid modify(String id, String[] del_list, Property[] modify_list) throws DuplicatePropertyName, ProxyOfferId, NotImplemented, ReadonlyDynamicProperty, UnknownOfferId, PropertyTypeMismatch, ReadonlyProperty, IllegalOfferId, UnknownPropertyName, IllegalPropertyName, MandatoryProperty
void withdraw_using_constraint(String type, String constr) throws NoMatchingOffers, UnknownServiceType, IllegalConstraint, IllegalServiceType
Register resolve(String[] name) throws UnknownTraderName, RegisterNotSupported, IllegalTraderName
Copyright © 2015 JacORB. All rights reserved.