public interface ContainerOperations
Modifier and Type | Method and Description |
---|---|
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) |
ComponentDef create_component(String id, String name, String version, ComponentDef base_component, InterfaceDef[] supports_interfaces)
HomeDef create_home(String id, String name, String version, HomeDef base_home, ComponentDef managed_component, InterfaceDef[] supports_interfaces, ValueDef primary_key)
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.