configure
public void configure(Configuration configuration)
throws ConfigurationException
create_abstract_interface_tc
public TypeCode create_abstract_interface_tc(String id,
String name)
- create_abstract_interface_tc in interface ORB
create_alias_tc
public TypeCode create_alias_tc(String id,
String name,
TypeCode original_type)
- create_alias_tc in interface ORB
create_any
public Any create_any()
- create_any in interface ORB
create_array_tc
public TypeCode create_array_tc(int length,
TypeCode element_type)
- create_array_tc in interface ORB
create_context_list
public ContextList create_context_list()
- create_context_list in interface ORB
create_enum_tc
public TypeCode create_enum_tc(String id,
String name,
String[] members)
create an enum TypeCode
- create_enum_tc in interface ORB
create_environment
public Environment create_environment()
- create_environment in interface ORB
create_exception_list
public ExceptionList create_exception_list()
- create_exception_list in interface ORB
create_exception_tc
public TypeCode create_exception_tc(String id,
String name,
StructMember members)
create an exception TypeCode
create_fixed_tc
public TypeCode create_fixed_tc(short digits,
short scale)
- create_fixed_tc in interface ORB
create_interface_tc
public TypeCode create_interface_tc(String id,
String name)
- create_interface_tc in interface ORB
create_list
public NVList create_list(int count)
- create_list in interface ORB
create_local_interface_tc
public TypeCode create_local_interface_tc(String id,
String name)
- create_local_interface_tc in interface ORB
create_named_value
public NamedValue create_named_value(String name,
Any value,
int flags)
- create_named_value in interface ORB
create_native_tc
public TypeCode create_native_tc(String id,
String name)
- create_native_tc in interface ORB
create_operation_list
public NVList create_operation_list(Object obj)
- create_operation_list in interface ORB
create_operation_list
public NVList create_operation_list(OperationDef oper)
- create_operation_list in interface ORB
create_output_stream
public OutputStream create_output_stream()
- create_output_stream in interface ORB
create_recursive_tc
public TypeCode create_recursive_tc(String id)
- create_recursive_tc in interface ORB
create_sequence_tc
public TypeCode create_sequence_tc(int bound,
TypeCode element_type)
- create_sequence_tc in interface ORB
create_string_tc
public TypeCode create_string_tc(int bound)
- create_string_tc in interface ORB
create_struct_tc
public TypeCode create_struct_tc(String id,
String name,
StructMember members)
create a struct TypeCode
create_union_tc
public TypeCode create_union_tc(String id,
String name,
TypeCode discriminator_type,
UnionMember members)
create a union TypeCode
create_value_box_tc
public TypeCode create_value_box_tc(String id,
String name,
TypeCode boxed_type)
- create_value_box_tc in interface ORB
create_value_tc
public TypeCode create_value_tc(String id,
String name,
short type_modifier,
TypeCode concrete_base,
ValueMember members)
create_wstring_tc
public TypeCode create_wstring_tc(int bound)
- create_wstring_tc in interface ORB
get_current
public Current get_current()
- get_current in interface ORB
get_default_context
public Context get_default_context()
- get_default_context in interface ORB
get_next_response
public Request get_next_response()
- get_next_response in interface ORB
get_primitive_tc
public TypeCode get_primitive_tc(TCKind tcKind)
- get_primitive_tc in interface ORB
legalNameChar
protected static final boolean legalNameChar(int ch)
Determine if a character is ok for the middle of an id.
ch
- the character in question.
legalStartChar
protected static final boolean legalStartChar(int ch)
Determine if a character is ok to start an id.
(Note that '_' is allowed here - it might have
been inserted by the IDL compiler to avoid clashes
with reserved Java identifiers )
ch
- the character in question.
list_initial_services
public String[] list_initial_services()
- list_initial_services in interface ORB
object_to_string
public String object_to_string(Object obj)
- object_to_string in interface ORB
perform_work
public void perform_work()
- perform_work in interface ORB
poll_next_response
public boolean poll_next_response()
- poll_next_response in interface ORB
resolve_initial_references
public Object resolve_initial_references(String identifier)
throws InvalidName
- resolve_initial_references in interface ORB
run
public void run()
- run in interface ORB
send_multiple_requests_deferred
public void send_multiple_requests_deferred(Request req)
- send_multiple_requests_deferred in interface ORB
send_multiple_requests_oneway
public void send_multiple_requests_oneway(Request req)
- send_multiple_requests_oneway in interface ORB
set_parameters
protected void set_parameters(String[] args,
java.util.Properties props)
- set_parameters in interface ORB
set_parameters
protected void set_parameters(java.applet.Applet app,
java.util.Properties props)
- set_parameters in interface ORB
shutdown
public void shutdown(boolean wait_for_completion)
- shutdown in interface ORB
string_to_object
public Object string_to_object(String str)
- string_to_object in interface ORB
work_pending
public boolean work_pending()
- work_pending in interface ORB