| Modifier | Constructor and Description |
|---|---|
|
ORBSingleton() |
protected |
ORBSingleton(boolean isSingleton)
in case a singleton orb is created the c'tor will access the JacORB configuration
to configure the orb.
|
id, register_initial_referenceget_value_def, lookup_value_factory, register_value_factory, set_delegate, unregister_value_factoryconnect, create_policy, create_recursive_sequence_tc, disconnect, get_service_information, init, init, initprotected ORBSingleton(boolean isSingleton)
isSingleton - determine if a singleton orb is created.public ORBSingleton()
protected void configure(Configuration configuration) throws ConfigurationException
ConfigurationExceptionpublic org.slf4j.Logger getLogger()
public Any create_any()
create_any in class ORBprotected static final boolean legalStartChar(int character)
character - the character in question.protected static final boolean legalNameChar(int ch)
ch - the character in question.public TypeCode create_alias_tc(String id, String name, TypeCode original_type)
create_alias_tc in class ORBpublic TypeCode create_array_tc(int length, TypeCode element_type)
create_array_tc in class ORBpublic TypeCode create_enum_tc(String id, String name, String[] members)
create_enum_tc in class ORBpublic TypeCode create_exception_tc(String id, String name, StructMember[] members)
create_exception_tc in class ORBpublic TypeCode create_interface_tc(String id, String name)
create_interface_tc in class ORBpublic TypeCode create_fixed_tc(short digits, short scale)
create_fixed_tc in class ORBpublic TypeCode create_recursive_tc(String id)
create_recursive_tc in class ORBpublic TypeCode create_sequence_tc(int bound, TypeCode element_type)
create_sequence_tc in class ORBpublic TypeCode create_string_tc(int bound)
create_string_tc in class ORBpublic TypeCode create_wstring_tc(int bound)
create_wstring_tc in class ORBpublic TypeCode create_struct_tc(String id, String name, StructMember[] members)
create_struct_tc in class ORBpublic TypeCode create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)
create_union_tc in class ORBpublic TypeCode get_primitive_tc(TCKind tcKind)
get_primitive_tc in class ORBpublic TypeCode create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
create_value_tc in class ORBpublic TypeCode create_value_box_tc(String id, String name, TypeCode boxed_type)
create_value_box_tc in class ORBpublic TypeCode create_abstract_interface_tc(String id, String name)
create_abstract_interface_tc in class ORBpublic TypeCode create_local_interface_tc(String id, String name)
create_local_interface_tc in class ORBpublic TypeCode create_native_tc(String id, String name)
create_native_tc in class ORBpublic ExceptionList create_exception_list()
create_exception_list in class ORBpublic NVList create_list(int count)
create_list in class ORBpublic NamedValue create_named_value(String name, Any value, int flags)
create_named_value in class ORBpublic NVList create_operation_list(OperationDef oper)
public NVList create_operation_list(Object obj)
create_operation_list in class ORBpublic Object string_to_object(String str)
string_to_object in class ORBpublic Environment create_environment()
create_environment in class ORBpublic ContextList create_context_list()
create_context_list in class ORBpublic OutputStream create_output_stream()
create_output_stream in class ORBpublic Current get_current()
get_current in class ORBpublic Context get_default_context()
get_default_context in class ORBpublic Request get_next_response()
get_next_response in class ORBpublic String[] list_initial_services()
list_initial_services in class ORBpublic String object_to_string(Object obj)
object_to_string in class ORBpublic boolean poll_next_response()
poll_next_response in class ORBpublic Object resolve_initial_references(String identifier) throws InvalidName
resolve_initial_references in class ORBInvalidNamepublic void send_multiple_requests_deferred(Request[] req)
send_multiple_requests_deferred in class ORBpublic void send_multiple_requests_oneway(Request[] req)
send_multiple_requests_oneway in class ORBprotected void set_parameters(String[] args, Properties props)
set_parameters in class ORBprotected void set_parameters(Applet app, Properties props)
set_parameters in class ORBpublic boolean work_pending()
work_pending in class ORBpublic void perform_work()
perform_work in class ORBCopyright © 2017 JacORB. All rights reserved.