public class RepositoryPOATie extends RepositoryPOA
Constructor and Description |
---|
RepositoryPOATie(RepositoryOperations delegate) |
RepositoryPOATie(RepositoryOperations delegate,
POA poa) |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _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 Repository _this()
_this
in class RepositoryPOA
public Repository _this(ORB orb)
_this
in class RepositoryPOA
public RepositoryOperations _delegate()
public void _delegate(RepositoryOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public StructDef create_struct(String id, String name, String version, StructMember[] members)
public ConstantDef create_constant(String id, String name, String version, IDLType type, Any value)
public FixedDef create_fixed(short digits, short scale)
public DefinitionKind def_kind()
public AliasDef create_alias(String id, String name, String version, IDLType original_type)
public WstringDef create_wstring(int bound)
public UnionDef create_union(String id, String name, String version, IDLType discriminator_type, UnionMember[] members)
public ValueBoxDef create_value_box(String id, String name, String version, IDLType original_type_def)
public StringDef create_string(int bound)
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 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 Contained[] contents(DefinitionKind limit_type, boolean exclude_inherited)
public SequenceDef create_sequence(int bound, IDLType element_type)
public PrimitiveDef get_primitive(PrimitiveKind kind)
public ExceptionDef create_exception(String id, String name, String version, StructMember[] members)
public void destroy()
public InterfaceDef create_interface(String id, String name, String version, InterfaceDef[] base_interfaces, boolean is_abstract)
Copyright © 2017 JacORB. All rights reserved.