public class AbstractInterfaceDefPOATie extends AbstractInterfaceDefPOA
Constructor and Description |
---|
AbstractInterfaceDefPOATie(AbstractInterfaceDefOperations delegate) |
AbstractInterfaceDefPOATie(AbstractInterfaceDefOperations delegate,
POA poa) |
_all_interfaces, _invoke, _this, _this
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public AbstractInterfaceDefPOATie(AbstractInterfaceDefOperations delegate)
public AbstractInterfaceDefPOATie(AbstractInterfaceDefOperations delegate, POA poa)
public AbstractInterfaceDefOperations _delegate()
public void _delegate(AbstractInterfaceDefOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public InterfaceDef[] base_interfaces()
public void base_interfaces(InterfaceDef[] newBase_interfaces)
public boolean is_abstract()
public void is_abstract(boolean newIs_abstract)
public boolean is_a(String interface_id)
public FullInterfaceDescription describe_interface()
public AttributeDef create_attribute(String id, String name, String version, IDLType type, AttributeMode mode)
public OperationDef create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
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()
public void destroy()
public String id()
public void id(String newId)
public String name()
public void name(String newName)
public String version()
public void version(String newVersion)
public Container defined_in()
public String absolute_name()
public Repository containing_repository()
public Description describe()
public TypeCode type()
Copyright © 2017 JBoss by Red Hat. All rights reserved.