public class ContainerPOATie extends ContainerPOA
Constructor and Description |
---|
ContainerPOATie(ContainerOperations delegate) |
ContainerPOATie(ContainerOperations delegate,
POA poa) |
Modifier and Type | Method and Description |
---|---|
POA |
_default_POA()
Returns the
root POA from the ORB instance associated with the servant.
|
ContainerOperations |
_delegate() |
void |
_delegate(ContainerOperations delegate) |
ComponentDef |
create_component(String id,
String name,
String version,
ComponentDef base_component,
InterfaceDef[] supports_interfaces) |
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) |
HomeDef |
create_home(String id,
String name,
String version,
HomeDef base_home,
ComponentDef managed_component,
InterfaceDef[] supports_interfaces,
ValueDef primary_key) |
_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 ContainerPOATie(ContainerOperations delegate)
public ContainerPOATie(ContainerOperations delegate, POA poa)
public ContainerOperations _delegate()
public void _delegate(ContainerOperations delegate)
public POA _default_POA()
Servant
_default_POA
in class Servant
default_POA
the POA associated with the
Servant
.public ComponentDef create_component(String id, String name, String version, ComponentDef base_component, InterfaceDef[] supports_interfaces)
public HomeDef create_home(String id, String name, String version, HomeDef base_home, ComponentDef managed_component, InterfaceDef[] supports_interfaces, ValueDef primary_key)
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)
Copyright © 2021 JBoss by Red Hat. All rights reserved.