当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
ORBSingleton (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档
org.jboss.iiop.jacorb
Class ORBSingleton
java.lang.Object
org.omg.CORBA.ORB
org.omg.CORBA_2_3.ORB
org.jboss.iiop.jacorb.ORBSingleton
- public class ORBSingleton
- extends ORB
Thin wrapper class that fulfills the contract of an ORB singleton and
forwards every invocation to an instance of org.jacorb.orb.ORBSingleton
and initializes the ORBInitialContextFactory ORB attribute.
- Version:
- $Revision: 1.1 $
- Author:
- Francisco Reverbel
Method Summary |
TypeCode |
create_abstract_interface_tc(String id,
String name)
|
TypeCode |
create_alias_tc(String id,
String name,
TypeCode original_type)
|
Any |
create_any()
|
TypeCode |
create_array_tc(int length,
TypeCode element_type)
|
ContextList |
create_context_list()
|
TypeCode |
create_enum_tc(String id,
String name,
String[] members)
|
Environment |
create_environment()
|
ExceptionList |
create_exception_list()
|
TypeCode |
create_exception_tc(String id,
String name,
StructMember[] members)
|
TypeCode |
create_fixed_tc(short digits,
short scale)
|
TypeCode |
create_interface_tc(String id,
String name)
|
NVList |
create_list(int count)
|
NamedValue |
create_named_value(String name,
Any value,
int flags)
|
TypeCode |
create_native_tc(String id,
String name)
|
NVList |
create_operation_list(Object obj)
|
NVList |
create_operation_list(OperationDef oper)
|
OutputStream |
create_output_stream()
|
TypeCode |
create_recursive_sequence_tc(int bound,
int offset)
Deprecated. Deprecated by CORBA 2.3. |
TypeCode |
create_recursive_tc(String id)
|
TypeCode |
create_sequence_tc(int bound,
TypeCode element_type)
|
TypeCode |
create_string_tc(int bound)
|
TypeCode |
create_struct_tc(String id,
String name,
StructMember[] members)
|
TypeCode |
create_union_tc(String id,
String name,
TypeCode discriminator_type,
UnionMember[] members)
|
TypeCode |
create_value_box_tc(String id,
String name,
TypeCode boxed_type)
|
TypeCode |
create_value_tc(String id,
String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members)
|
TypeCode |
create_wstring_tc(int bound)
|
Current |
get_current()
Deprecated. Deprecated by CORBA 2.3. |
Context |
get_default_context()
|
Request |
get_next_response()
|
TypeCode |
get_primitive_tc(TCKind tcKind)
|
String[] |
list_initial_services()
|
String |
object_to_string(Object obj)
|
void |
perform_work()
|
boolean |
poll_next_response()
|
Object |
resolve_initial_references(String identifier)
|
void |
run()
|
void |
send_multiple_requests_deferred(Request[] req)
|
void |
send_multiple_requests_oneway(Request[] req)
|
protected void |
set_parameters(Applet app,
Properties props)
|
protected void |
set_parameters(String[] args,
Properties props)
|
void |
shutdown(boolean wait_for_completion)
|
Object |
string_to_object(String str)
|
boolean |
work_pending()
|
Methods inherited from class org.omg.CORBA.ORB |
connect, create_basic_dyn_any, create_dyn_any, create_dyn_array, create_dyn_enum, create_dyn_sequence, create_dyn_struct, create_dyn_union, create_policy, destroy, disconnect, get_service_information, init, init, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ORBSingleton
public ORBSingleton()
create_any
public Any create_any()
create_alias_tc
public TypeCode create_alias_tc(String id,
String name,
TypeCode original_type)
create_array_tc
public TypeCode create_array_tc(int length,
TypeCode element_type)
create_enum_tc
public TypeCode create_enum_tc(String id,
String name,
String[] members)
create_exception_tc
public TypeCode create_exception_tc(String id,
String name,
StructMember[] members)
create_interface_tc
public TypeCode create_interface_tc(String id,
String name)
create_fixed_tc
public TypeCode create_fixed_tc(short digits,
short scale)
create_recursive_tc
public TypeCode create_recursive_tc(String id)
create_recursive_sequence_tc
public TypeCode create_recursive_sequence_tc(int bound,
int offset)
- Deprecated. Deprecated by CORBA 2.3.
create_sequence_tc
public TypeCode create_sequence_tc(int bound,
TypeCode element_type)
create_string_tc
public TypeCode create_string_tc(int bound)
create_wstring_tc
public TypeCode create_wstring_tc(int bound)
create_struct_tc
public TypeCode create_struct_tc(String id,
String name,
StructMember[] members)
create_union_tc
public TypeCode create_union_tc(String id,
String name,
TypeCode discriminator_type,
UnionMember[] members)
get_primitive_tc
public TypeCode get_primitive_tc(TCKind tcKind)
create_value_tc
public TypeCode create_value_tc(String id,
String name,
short type_modifier,
TypeCode concrete_base,
ValueMember[] members)
create_value_box_tc
public TypeCode create_value_box_tc(String id,
String name,
TypeCode boxed_type)
create_abstract_interface_tc
public TypeCode create_abstract_interface_tc(String id,
String name)
create_native_tc
public TypeCode create_native_tc(String id,
String name)
create_exception_list
public ExceptionList create_exception_list()
create_list
public NVList create_list(int count)
create_named_value
public NamedValue create_named_value(String name,
Any value,
int flags)
create_operation_list
public NVList create_operation_list(Object obj)
create_operation_list
public NVList create_operation_list(OperationDef oper)
string_to_object
public Object string_to_object(String str)
create_environment
public Environment create_environment()
create_context_list
public ContextList create_context_list()
create_output_stream
public OutputStream create_output_stream()
get_current
public Current get_current()
- Deprecated. Deprecated by CORBA 2.3.
get_default_context
public Context get_default_context()
get_next_response
public Request get_next_response()
list_initial_services
public String[] list_initial_services()
object_to_string
public String object_to_string(Object obj)
poll_next_response
public boolean poll_next_response()
resolve_initial_references
public Object resolve_initial_references(String identifier)
throws InvalidName
- Throws:
InvalidName
send_multiple_requests_deferred
public void send_multiple_requests_deferred(Request[] req)
send_multiple_requests_oneway
public void send_multiple_requests_oneway(Request[] req)
set_parameters
protected void set_parameters(String[] args,
Properties props)
set_parameters
protected void set_parameters(Applet app,
Properties props)
run
public void run()
shutdown
public void shutdown(boolean wait_for_completion)
work_pending
public boolean work_pending()
perform_work
public void perform_work()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.