org.omg.CosTradingRepos

Class _ServiceTypeRepositoryStub

public class _ServiceTypeRepositoryStub extends ObjectImpl implements ServiceTypeRepository

Interface definition: ServiceTypeRepository.

Author: OpenORB Compiler

Method Summary
IncarnationNumberadd_type(String name, String if_name, PropStruct[] props, String[] super_types)
Operation add_type
TypeStructdescribe_type(String name)
Operation describe_type
TypeStructfully_describe_type(String name)
Operation fully_describe_type
IncarnationNumberincarnation()
Read accessor for incarnation attribute
String[]list_types(SpecifiedServiceTypes which_types)
Operation list_types
voidmask_type(String name)
Operation mask_type
voidremove_type(String name)
Operation remove_type
voidunmask_type(String name)
Operation unmask_type
String[]_ids()

Method Detail

add_type

public IncarnationNumber add_type(String name, String if_name, PropStruct[] props, String[] super_types)
Operation add_type

describe_type

public TypeStruct describe_type(String name)
Operation describe_type

fully_describe_type

public TypeStruct fully_describe_type(String name)
Operation fully_describe_type

incarnation

public IncarnationNumber incarnation()
Read accessor for incarnation attribute

Returns: the attribute value

list_types

public String[] list_types(SpecifiedServiceTypes which_types)
Operation list_types

mask_type

public void mask_type(String name)
Operation mask_type

remove_type

public void remove_type(String name)
Operation remove_type

unmask_type

public void unmask_type(String name)
Operation unmask_type

_ids

public String[] _ids()