org.omg.CORBA
Class _RepositoryStub

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

public class _RepositoryStub
extends ObjectImpl
implements Repository

See Also:
Serialized Form

Field Summary
static Class _ob_opsClass
           
 
Constructor Summary
_RepositoryStub()
           
 
Method Summary
 String[] _ids()
           
 Contained[] contents(DefinitionKind _ob_a0, boolean _ob_a1)
           
 AbstractInterfaceDef create_abstract_interface(String _ob_a0, String _ob_a1, String _ob_a2, AbstractInterfaceDef[] _ob_a3)
           
 AliasDef create_alias(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ArrayDef create_array(int _ob_a0, IDLType _ob_a1)
           
 ConstantDef create_constant(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, Any _ob_a4)
           
 EnumDef create_enum(String _ob_a0, String _ob_a1, String _ob_a2, String[] _ob_a3)
           
 ExceptionDef create_exception(String _ob_a0, String _ob_a1, String _ob_a2, StructMember[] _ob_a3)
           
 FixedDef create_fixed(short _ob_a0, short _ob_a1)
           
 InterfaceDef create_interface(String _ob_a0, String _ob_a1, String _ob_a2, InterfaceDef[] _ob_a3)
           
 LocalInterfaceDef create_local_interface(String _ob_a0, String _ob_a1, String _ob_a2, InterfaceDef[] _ob_a3)
           
 ModuleDef create_module(String _ob_a0, String _ob_a1, String _ob_a2)
           
 NativeDef create_native(String _ob_a0, String _ob_a1, String _ob_a2)
           
 SequenceDef create_sequence(int _ob_a0, IDLType _ob_a1)
           
 StringDef create_string(int _ob_a0)
           
 StructDef create_struct(String _ob_a0, String _ob_a1, String _ob_a2, StructMember[] _ob_a3)
           
 UnionDef create_union(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, UnionMember[] _ob_a4)
           
 ValueBoxDef create_value_box(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3)
           
 ValueDef create_value(String _ob_a0, String _ob_a1, String _ob_a2, boolean _ob_a3, boolean _ob_a4, ValueDef _ob_a5, boolean _ob_a6, ValueDef[] _ob_a7, InterfaceDef[] _ob_a8, Initializer[] _ob_a9)
           
 WstringDef create_wstring(int _ob_a0)
           
 DefinitionKind def_kind()
           
 Description[] describe_contents(DefinitionKind _ob_a0, boolean _ob_a1, int _ob_a2)
           
 void destroy()
           
 TypeCode get_canonical_typecode(TypeCode _ob_a0)
           
 PrimitiveDef get_primitive(PrimitiveKind _ob_a0)
           
 Contained lookup_id(String _ob_a0)
           
 Contained[] lookup_name(String _ob_a0, int _ob_a1, DefinitionKind _ob_a2, boolean _ob_a3)
           
 Contained lookup(String _ob_a0)
           
 
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

_ob_opsClass

public static final Class _ob_opsClass
Constructor Detail

_RepositoryStub

public _RepositoryStub()
Method Detail

_ids

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

def_kind

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

lookup_id

public Contained lookup_id(String _ob_a0)
Specified by:
lookup_id in interface RepositoryOperations

get_canonical_typecode

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

get_primitive

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

create_string

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

create_wstring

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

create_sequence

public SequenceDef create_sequence(int _ob_a0,
                                   IDLType _ob_a1)
Specified by:
create_sequence in interface RepositoryOperations

create_array

public ArrayDef create_array(int _ob_a0,
                             IDLType _ob_a1)
Specified by:
create_array in interface RepositoryOperations

create_fixed

public FixedDef create_fixed(short _ob_a0,
                             short _ob_a1)
Specified by:
create_fixed in interface RepositoryOperations

lookup

public Contained lookup(String _ob_a0)
Specified by:
lookup in interface ContainerOperations

contents

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

lookup_name

public Contained[] lookup_name(String _ob_a0,
                               int _ob_a1,
                               DefinitionKind _ob_a2,
                               boolean _ob_a3)
Specified by:
lookup_name in interface ContainerOperations

describe_contents

public Description[] describe_contents(DefinitionKind _ob_a0,
                                       boolean _ob_a1,
                                       int _ob_a2)
Specified by:
describe_contents in interface ContainerOperations

create_module

public ModuleDef create_module(String _ob_a0,
                               String _ob_a1,
                               String _ob_a2)
Specified by:
create_module in interface ContainerOperations

create_constant

public ConstantDef create_constant(String _ob_a0,
                                   String _ob_a1,
                                   String _ob_a2,
                                   IDLType _ob_a3,
                                   Any _ob_a4)
Specified by:
create_constant in interface ContainerOperations

create_struct

public StructDef create_struct(String _ob_a0,
                               String _ob_a1,
                               String _ob_a2,
                               StructMember[] _ob_a3)
Specified by:
create_struct in interface ContainerOperations

create_union

public UnionDef create_union(String _ob_a0,
                             String _ob_a1,
                             String _ob_a2,
                             IDLType _ob_a3,
                             UnionMember[] _ob_a4)
Specified by:
create_union in interface ContainerOperations

create_enum

public EnumDef create_enum(String _ob_a0,
                           String _ob_a1,
                           String _ob_a2,
                           String[] _ob_a3)
Specified by:
create_enum in interface ContainerOperations

create_alias

public AliasDef create_alias(String _ob_a0,
                             String _ob_a1,
                             String _ob_a2,
                             IDLType _ob_a3)
Specified by:
create_alias in interface ContainerOperations

create_interface

public InterfaceDef create_interface(String _ob_a0,
                                     String _ob_a1,
                                     String _ob_a2,
                                     InterfaceDef[] _ob_a3)
Specified by:
create_interface in interface ContainerOperations

create_abstract_interface

public AbstractInterfaceDef create_abstract_interface(String _ob_a0,
                                                      String _ob_a1,
                                                      String _ob_a2,
                                                      AbstractInterfaceDef[] _ob_a3)
Specified by:
create_abstract_interface in interface ContainerOperations

create_local_interface

public LocalInterfaceDef create_local_interface(String _ob_a0,
                                                String _ob_a1,
                                                String _ob_a2,
                                                InterfaceDef[] _ob_a3)
Specified by:
create_local_interface in interface ContainerOperations

create_exception

public ExceptionDef create_exception(String _ob_a0,
                                     String _ob_a1,
                                     String _ob_a2,
                                     StructMember[] _ob_a3)
Specified by:
create_exception in interface ContainerOperations

create_value

public ValueDef create_value(String _ob_a0,
                             String _ob_a1,
                             String _ob_a2,
                             boolean _ob_a3,
                             boolean _ob_a4,
                             ValueDef _ob_a5,
                             boolean _ob_a6,
                             ValueDef[] _ob_a7,
                             InterfaceDef[] _ob_a8,
                             Initializer[] _ob_a9)
Specified by:
create_value in interface ContainerOperations

create_value_box

public ValueBoxDef create_value_box(String _ob_a0,
                                    String _ob_a1,
                                    String _ob_a2,
                                    IDLType _ob_a3)
Specified by:
create_value_box in interface ContainerOperations

create_native

public NativeDef create_native(String _ob_a0,
                               String _ob_a1,
                               String _ob_a2)
Specified by:
create_native in interface ContainerOperations

destroy

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.