org.omg.CORBA
インタフェース RepositoryOperations

すべてのスーパーインタフェース:
ContainerOperations, IRObjectOperations
既知のサブインタフェースの一覧:
Repository

public interface RepositoryOperations
extends ContainerOperations


メソッドの概要
 ArrayDef create_array(int length, IDLType element_type)
           
 FixedDef create_fixed(short digits, short scale)
           
 SequenceDef create_sequence(int bound, IDLType element_type)
           
 StringDef create_string(int bound)
           
 WstringDef create_wstring(int bound)
           
 PrimitiveDef get_primitive(PrimitiveKind kind)
           
 void lock()
           
 Contained lookup_id(java.lang.String search_id)
           
 void stop(java.lang.String message)
           
 void unlock()
           
 
インタフェース org.omg.CORBA.ContainerOperations から継承したメソッド
contents, create_alias, create_constant, create_enum, create_exception, create_interface, create_module, create_struct, create_union, create_value_box, create_value, describe_contents, lookup_name, lookup
 
インタフェース org.omg.CORBA.IRObjectOperations から継承したメソッド
def_kind, destroy
 

メソッドの詳細

lookup_id

public Contained lookup_id(java.lang.String search_id)

get_primitive

public PrimitiveDef get_primitive(PrimitiveKind kind)

create_string

public StringDef create_string(int bound)

create_wstring

public WstringDef create_wstring(int bound)

create_sequence

public SequenceDef create_sequence(int bound,
                                   IDLType element_type)

create_array

public ArrayDef create_array(int length,
                             IDLType element_type)

create_fixed

public FixedDef create_fixed(short digits,
                             short scale)

stop

public void stop(java.lang.String message)

lock

public void lock()
          throws AnotherLocked

unlock

public void unlock()