public class RepositoryPOATie extends RepositoryPOA
Constructor and Description |
---|
RepositoryPOATie(RepositoryOperations delegate) |
RepositoryPOATie(RepositoryOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
RepositoryOperations |
_delegate() |
void |
_delegate(RepositoryOperations delegate) |
Contained[] |
contents(DefinitionKind limit_type,
boolean exclude_inherited) |
AliasDef |
create_alias(String id,
String name,
String version,
IDLType original_type) |
ArrayDef |
create_array(int length,
IDLType element_type) |
ComponentDef |
create_component(String id,
String name,
String version,
ComponentDef base_component,
InterfaceDef[] supports_interfaces) |
ConstantDef |
create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
EnumDef |
create_enum(String id,
String name,
String version,
String[] members) |
EventDef |
create_event(String id,
String name,
String version,
boolean is_custom,
boolean is_abstract,
ValueDef base_value,
boolean is_truncatable,
ValueDef[] abstract_base_values,
InterfaceDef[] supported_interfaces,
ExtInitializer[] initializers) |
ExceptionDef |
create_exception(String id,
String name,
String version,
StructMember[] members) |
FixedDef |
create_fixed(short digits,
short scale) |
HomeDef |
create_home(String id,
String name,
String version,
HomeDef base_home,
ComponentDef managed_component,
InterfaceDef[] supports_interfaces,
ValueDef primary_key) |
InterfaceDef |
create_interface(String id,
String name,
String version,
InterfaceDef[] base_interfaces,
boolean is_abstract) |
ModuleDef |
create_module(String id,
String name,
String version) |
NativeDef |
create_native(String id,
String name,
String version) |
SequenceDef |
create_sequence(int bound,
IDLType element_type) |
StringDef |
create_string(int bound) |
StructDef |
create_struct(String id,
String name,
String version,
StructMember[] members) |
UnionDef |
create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
ValueBoxDef |
create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
ValueDef |
create_value(String id,
String name,
String version,
boolean is_custom,
boolean is_abstract,
ValueDef base_value,
boolean is_truncatable,
ValueDef[] abstract_base_values,
InterfaceDef[] supported_interfaces,
Initializer[] initializers) |
WstringDef |
create_wstring(int bound) |
DefinitionKind |
def_kind() |
Description[] |
describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
void |
destroy() |
TypeCode |
get_canonical_typecode(TypeCode tc) |
PrimitiveDef |
get_primitive(PrimitiveKind kind) |
Contained |
lookup_id(String search_id) |
Contained[] |
lookup_name(String search_name,
int levels_to_search,
DefinitionKind limit_type,
boolean exclude_inherited) |
Contained |
lookup(String search_name) |
_all_interfaces, _invoke, _this, _this
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public RepositoryPOATie(RepositoryOperations delegate)
public RepositoryPOATie(RepositoryOperations delegate, POA poa)
public RepositoryOperations _delegate()
public void _delegate(RepositoryOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public PrimitiveDef get_primitive(PrimitiveKind kind)
public StringDef create_string(int bound)
public WstringDef create_wstring(int bound)
public SequenceDef create_sequence(int bound, IDLType element_type)
public FixedDef create_fixed(short digits, short scale)
public Contained[] contents(DefinitionKind limit_type, boolean exclude_inherited)
public Contained[] lookup_name(String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
public Description[] describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
public ConstantDef create_constant(String id, String name, String version, IDLType type, Any value)
public StructDef create_struct(String id, String name, String version, StructMember[] members)
public UnionDef create_union(String id, String name, String version, IDLType discriminator_type, UnionMember[] members)
public AliasDef create_alias(String id, String name, String version, IDLType original_type)
public InterfaceDef create_interface(String id, String name, String version, InterfaceDef[] base_interfaces, boolean is_abstract)
public ValueDef create_value(String id, String name, String version, boolean is_custom, boolean is_abstract, ValueDef base_value, boolean is_truncatable, ValueDef[] abstract_base_values, InterfaceDef[] supported_interfaces, Initializer[] initializers)
public ValueBoxDef create_value_box(String id, String name, String version, IDLType original_type_def)
public ExceptionDef create_exception(String id, String name, String version, StructMember[] members)
public DefinitionKind def_kind()
public void destroy()
public ComponentDef create_component(String id, String name, String version, ComponentDef base_component, InterfaceDef[] supports_interfaces)
public HomeDef create_home(String id, String name, String version, HomeDef base_home, ComponentDef managed_component, InterfaceDef[] supports_interfaces, ValueDef primary_key)
public EventDef create_event(String id, String name, String version, boolean is_custom, boolean is_abstract, ValueDef base_value, boolean is_truncatable, ValueDef[] abstract_base_values, InterfaceDef[] supported_interfaces, ExtInitializer[] initializers)
Copyright © 2021 JBoss by Red Hat. All rights reserved.