public class StructDefPOATie extends StructDefPOA
| Constructor and Description | 
|---|
StructDefPOATie(StructDefOperations delegate)  | 
StructDefPOATie(StructDefOperations delegate,
               POA poa)  | 
| Modifier and Type | Method and Description | 
|---|---|
POA | 
_default_POA()
Returns the
 root POA from the ORB instance associated with the servant. 
 | 
StructDefOperations | 
_delegate()  | 
void | 
_delegate(StructDefOperations delegate)  | 
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)  | 
ConstantDef | 
create_constant(String id,
               String name,
               String version,
               IDLType type,
               Any value)  | 
EnumDef | 
create_enum(String id,
           String name,
           String version,
           String[] members)  | 
ExceptionDef | 
create_exception(String id,
                String name,
                String version,
                StructMember[] members)  | 
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)  | 
StructMember[] | 
members()  | 
void | 
members(StructMember[] newMembers)  | 
void | 
move(Container new_container,
    String new_name,
    String new_version)  | 
String | 
name()  | 
void | 
name(String newName)  | 
TypeCode | 
type()  | 
String | 
version()  | 
void | 
version(String newVersion)  | 
_all_interfaces, _invoke, _this, _this_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic StructDefPOATie(StructDefOperations delegate)
public StructDefPOATie(StructDefOperations delegate, POA poa)
public StructDefOperations _delegate()
public void _delegate(StructDefOperations delegate)
public POA _default_POA()
Servant_default_POA in class Servantdefault_POA the POA associated with the
 Servant.public StructMember[] members()
public void members(StructMember[] newMembers)
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 DefinitionKind def_kind()
public void destroy()
public TypeCode type()
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)
Copyright © 2017 JBoss by Red Hat. All rights reserved.