org.omg.CORBA
Class _RepositoryStub

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byorg.omg.CORBA._RepositoryStub
All Implemented Interfaces:
Container, ContainerOperations, IDLEntity, IRObject, IRObjectOperations, Object, Repository, RepositoryOperations, java.io.Serializable

public class _RepositoryStub
extends ObjectImpl
implements Repository

Generated from IDL interface "Repository"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004
See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_RepositoryStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 Contained[] contents(DefinitionKind limit_type, boolean exclude_inherited)
           
 AliasDef create_alias(java.lang.String id, java.lang.String name, java.lang.String version, IDLType original_type)
           
 ArrayDef create_array(int length, IDLType element_type)
           
 ConstantDef create_constant(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, Any value)
           
 EnumDef create_enum(java.lang.String id, java.lang.String name, java.lang.String version, java.lang.String[] members)
           
 ExceptionDef create_exception(java.lang.String id, java.lang.String name, java.lang.String version, StructMember[] members)
           
 FixedDef create_fixed(short digits, short scale)
           
 InterfaceDef create_interface(java.lang.String id, java.lang.String name, java.lang.String version, InterfaceDef[] base_interfaces, boolean is_abstract)
           
 ModuleDef create_module(java.lang.String id, java.lang.String name, java.lang.String version)
           
 NativeDef create_native(java.lang.String id, java.lang.String name, java.lang.String version)
           
 SequenceDef create_sequence(int bound, IDLType element_type)
           
 StringDef create_string(int bound)
           
 StructDef create_struct(java.lang.String id, java.lang.String name, java.lang.String version, StructMember[] members)
           
 UnionDef create_union(java.lang.String id, java.lang.String name, java.lang.String version, IDLType discriminator_type, UnionMember[] members)
           
 ValueBoxDef create_value_box(java.lang.String id, java.lang.String name, java.lang.String version, IDLType original_type_def)
           
 ValueDef create_value(java.lang.String id, java.lang.String name, java.lang.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(java.lang.String search_id)
           
 Contained[] lookup_name(java.lang.String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited)
           
 Contained lookup(java.lang.String search_name)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_RepositoryStub

public _RepositoryStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class ObjectImpl

create_struct

public StructDef create_struct(java.lang.String id,
                               java.lang.String name,
                               java.lang.String version,
                               StructMember[] members)
Specified by:
create_struct in interface ContainerOperations

create_constant

public ConstantDef create_constant(java.lang.String id,
                                   java.lang.String name,
                                   java.lang.String version,
                                   IDLType type,
                                   Any value)
Specified by:
create_constant in interface ContainerOperations

create_fixed

public FixedDef create_fixed(short digits,
                             short scale)
Specified by:
create_fixed in interface RepositoryOperations

def_kind

public DefinitionKind def_kind()
Specified by:
def_kind in interface IRObjectOperations

lookup_id

public Contained lookup_id(java.lang.String search_id)
Specified by:
lookup_id in interface RepositoryOperations

create_alias

public AliasDef create_alias(java.lang.String id,
                             java.lang.String name,
                             java.lang.String version,
                             IDLType original_type)
Specified by:
create_alias in interface ContainerOperations

create_wstring

public WstringDef create_wstring(int bound)
Specified by:
create_wstring in interface RepositoryOperations

create_union

public UnionDef create_union(java.lang.String id,
                             java.lang.String name,
                             java.lang.String version,
                             IDLType discriminator_type,
                             UnionMember[] members)
Specified by:
create_union in interface ContainerOperations

create_native

public NativeDef create_native(java.lang.String id,
                               java.lang.String name,
                               java.lang.String version)
Specified by:
create_native in interface ContainerOperations

lookup

public Contained lookup(java.lang.String search_name)
Specified by:
lookup in interface ContainerOperations

create_value_box

public ValueBoxDef create_value_box(java.lang.String id,
                                    java.lang.String name,
                                    java.lang.String version,
                                    IDLType original_type_def)
Specified by:
create_value_box in interface ContainerOperations

create_string

public StringDef create_string(int bound)
Specified by:
create_string in interface RepositoryOperations

lookup_name

public Contained[] lookup_name(java.lang.String search_name,
                               int levels_to_search,
                               DefinitionKind limit_type,
                               boolean exclude_inherited)
Specified by:
lookup_name in interface ContainerOperations

describe_contents

public Description[] describe_contents(DefinitionKind limit_type,
                                       boolean exclude_inherited,
                                       int max_returned_objs)
Specified by:
describe_contents in interface ContainerOperations

create_module

public ModuleDef create_module(java.lang.String id,
                               java.lang.String name,
                               java.lang.String version)
Specified by:
create_module in interface ContainerOperations

create_value

public ValueDef create_value(java.lang.String id,
                             java.lang.String name,
                             java.lang.String version,
                             boolean is_custom,
                             boolean is_abstract,
                             ValueDef base_value,
                             boolean is_truncatable,
                             ValueDef[] abstract_base_values,
                             InterfaceDef[] supported_interfaces,
                             Initializer[] initializers)
Specified by:
create_value in interface ContainerOperations

contents

public Contained[] contents(DefinitionKind limit_type,
                            boolean exclude_inherited)
Specified by:
contents in interface ContainerOperations

create_enum

public EnumDef create_enum(java.lang.String id,
                           java.lang.String name,
                           java.lang.String version,
                           java.lang.String[] members)
Specified by:
create_enum in interface ContainerOperations

create_sequence

public SequenceDef create_sequence(int bound,
                                   IDLType element_type)
Specified by:
create_sequence in interface RepositoryOperations

get_primitive

public PrimitiveDef get_primitive(PrimitiveKind kind)
Specified by:
get_primitive in interface RepositoryOperations

create_array

public ArrayDef create_array(int length,
                             IDLType element_type)
Specified by:
create_array in interface RepositoryOperations

create_exception

public ExceptionDef create_exception(java.lang.String id,
                                     java.lang.String name,
                                     java.lang.String version,
                                     StructMember[] members)
Specified by:
create_exception in interface ContainerOperations

destroy

public void destroy()
Specified by:
destroy in interface IRObjectOperations

get_canonical_typecode

public TypeCode get_canonical_typecode(TypeCode tc)
Specified by:
get_canonical_typecode in interface RepositoryOperations

create_interface

public InterfaceDef create_interface(java.lang.String id,
                                     java.lang.String name,
                                     java.lang.String version,
                                     InterfaceDef[] base_interfaces,
                                     boolean is_abstract)
Specified by:
create_interface in interface ContainerOperations