public class _ModuleDefStub extends ObjectImpl implements ModuleDef
Constructor and Description |
---|
_ModuleDefStub() |
Modifier and Type | Method and Description |
---|---|
String[] |
_ids()
Retrieves a string array containing the repository identifiers
supported by this
ObjectImpl object. |
String |
absolute_name() |
Repository |
containing_repository() |
Contained[] |
contents(DefinitionKind limit_type,
boolean exclude_inherited) |
AliasDef |
create_alias(String id,
String name,
String version,
IDLType original_type) |
ComponentDef |
create_component(String id,
String name,
String version,
ComponentDef base_component,
InterfaceDef[] supports_interfaces) |
ConstantDef |
create_constant(String id,
String name,
String version,
IDLType type,
Any value) |
EnumDef |
create_enum(String id,
String name,
String version,
String[] members) |
EventDef |
create_event(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,
ExtInitializer[] initializers) |
ExceptionDef |
create_exception(String id,
String name,
String version,
StructMember[] members) |
HomeDef |
create_home(String id,
String name,
String version,
HomeDef base_home,
ComponentDef managed_component,
InterfaceDef[] supports_interfaces,
ValueDef primary_key) |
InterfaceDef |
create_interface(String id,
String name,
String version,
InterfaceDef[] base_interfaces,
boolean is_abstract) |
ModuleDef |
create_module(String id,
String name,
String version) |
NativeDef |
create_native(String id,
String name,
String version) |
StructDef |
create_struct(String id,
String name,
String version,
StructMember[] members) |
UnionDef |
create_union(String id,
String name,
String version,
IDLType discriminator_type,
UnionMember[] members) |
ValueBoxDef |
create_value_box(String id,
String name,
String version,
IDLType original_type_def) |
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) |
DefinitionKind |
def_kind() |
Container |
defined_in() |
Description[] |
describe_contents(DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs) |
Description |
describe() |
void |
destroy() |
String |
id() |
void |
id(String newId) |
Contained[] |
lookup_name(String search_name,
int levels_to_search,
DefinitionKind limit_type,
boolean exclude_inherited) |
Contained |
lookup(String search_name) |
void |
move(Container new_container,
String new_name,
String new_version) |
String |
name() |
void |
name(String newName) |
String |
version() |
void |
version(String newVersion) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public Contained[] contents(DefinitionKind limit_type, boolean exclude_inherited)
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 ConstantDef create_constant(String id, String name, String version, IDLType type, Any value)
public StructDef create_struct(String id, String name, String version, StructMember[] members)
public UnionDef create_union(String id, String name, String version, IDLType discriminator_type, UnionMember[] members)
public AliasDef create_alias(String id, String name, String version, IDLType original_type)
public InterfaceDef create_interface(String id, String name, String version, InterfaceDef[] base_interfaces, boolean is_abstract)
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 ValueBoxDef create_value_box(String id, String name, String version, IDLType original_type_def)
public ExceptionDef create_exception(String id, String name, String version, StructMember[] members)
public DefinitionKind def_kind()
def_kind
in interface IRObjectOperations
public void destroy()
destroy
in interface IRObjectOperations
public String id()
id
in interface ContainedOperations
public void id(String newId)
id
in interface ContainedOperations
public String name()
name
in interface ContainedOperations
public void name(String newName)
name
in interface ContainedOperations
public String version()
version
in interface ContainedOperations
public void version(String newVersion)
version
in interface ContainedOperations
public Container defined_in()
defined_in
in interface ContainedOperations
public String absolute_name()
absolute_name
in interface ContainedOperations
public Repository containing_repository()
containing_repository
in interface ContainedOperations
public Description describe()
describe
in interface ContainedOperations
public void move(Container new_container, String new_name, String new_version)
move
in interface ContainedOperations
public ComponentDef create_component(String id, String name, String version, ComponentDef base_component, InterfaceDef[] supports_interfaces)
create_component
in interface ContainerOperations
public HomeDef create_home(String id, String name, String version, HomeDef base_home, ComponentDef managed_component, InterfaceDef[] supports_interfaces, ValueDef primary_key)
create_home
in interface ContainerOperations
public EventDef create_event(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, ExtInitializer[] initializers)
create_event
in interface ContainerOperations
public String[] _ids()
ObjectImpl
ObjectImpl
object. For example,
for a stub, this method returns information about all the
interfaces supported by the stub._ids
in class ObjectImpl
ObjectImpl
instanceCopyright © 2019 JBoss by Red Hat. All rights reserved.