org.openorb.trader.kernel
public class Register extends RegisterPOA
Constructor Summary | |
---|---|
Register(Kernel kernel) |
Method Summary | |
---|---|
Admin | admin_if() |
OfferInfo | describe(String id)
Describes a service offer |
String | export(Object reference, String type, Property[] properties)
This operation is used to export an service offer |
Link | link_if() |
Lookup | lookup_if() |
void | modify(String id, String[] del_list, Property[] modify_list)
Modifies an offer |
Proxy | proxy_if() |
Register | register_if() |
Register | resolve(String[] name)
Get a resolve interface for a linked trader |
boolean | supports_dynamic_properties() |
boolean | supports_modifiable_properties() |
boolean | supports_proxy_offers() |
Object | type_repos() |
void | withdraw(String id)
This operation is used to withdraw a service offer. |
void | withdraw_using_constraint(String type, String constr)
This operation withdraws several offers thanks to a constraint |