Constructor and Description |
---|
ORB() |
public String id()
public abstract NVList create_list(int count)
public abstract NamedValue create_named_value(String s, Any any, int flags)
public abstract ExceptionList create_exception_list()
public abstract ContextList create_context_list()
public abstract Context get_default_context()
public abstract Environment create_environment()
public abstract void send_multiple_requests_oneway(Request[] req)
public abstract void send_multiple_requests_deferred(Request[] req)
public abstract boolean poll_next_response()
public abstract Request get_next_response() throws WrongTransaction
WrongTransaction
public boolean get_service_information(short service_type, ServiceInformationHolder service_info)
public abstract String[] list_initial_services()
public void register_initial_reference(String object_name, Object object) throws InvalidName
InvalidName
public abstract Object resolve_initial_references(String object_name) throws InvalidName
InvalidName
public abstract TypeCode create_struct_tc(String id, String name, StructMember[] members)
public abstract TypeCode create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)
public abstract TypeCode create_alias_tc(String id, String name, TypeCode original_type)
public abstract TypeCode create_exception_tc(String id, String name, StructMember[] members)
public abstract TypeCode create_string_tc(int bound)
public abstract TypeCode create_wstring_tc(int bound)
public TypeCode create_fixed_tc(short digits, short scale)
public abstract TypeCode create_recursive_sequence_tc(int bound, int offset)
public TypeCode create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
public TypeCode create_value_box_tc(String id, String name, TypeCode boxed_type)
public Current get_current()
public void connect(Object obj)
public void disconnect(Object obj)
public boolean work_pending()
public void perform_work()
public void run()
public void shutdown(boolean wait_for_completion)
public Policy create_policy(int type, Any val) throws PolicyError
PolicyError
public abstract Any create_any()
public abstract OutputStream create_output_stream()
public static ORB init(String[] args, Properties props)
public static ORB init(Applet app, Properties props)
public static ORB init()
protected abstract void set_parameters(String[] args, Properties props)
protected abstract void set_parameters(Applet app, Properties props)
public ValueFactory register_value_factory(String id, ValueFactory factory)
public void unregister_value_factory(String id)
public ValueFactory lookup_value_factory(String id)
public void set_delegate(Object wrapper)
Copyright © 2017 JacORB. All rights reserved.