|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openorb.ir.impl.Shared
public class Shared
This class is used to initialize the storage types states.
Constructor Summary | |
---|---|
Shared()
|
Method Summary | |
---|---|
static org.omg.CORBA.AliasDef |
addAliasDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType original_type)
This method is used to add an AliasDef into a Container |
static org.omg.CORBA.AttributeDef |
addAttributeDef(InterfaceDef interfaceDef,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType type,
org.omg.CORBA.AttributeMode mode)
This method is used to add an AttributeDef into an Interface |
static org.omg.CORBA.AttributeDef |
addAttributeDef2(ValueDef valueDef,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType type,
org.omg.CORBA.AttributeMode mode)
This method is used to add an AttributeDef into a Value |
static org.omg.CORBA.ConstantDef |
addConstantDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType type,
org.omg.CORBA.Any value)
This method is used to add an ConstantDef into a Container |
static org.omg.CORBA.EnumDef |
addEnumDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
org.omg.CORBA.ORB orb,
java.lang.String id,
java.lang.String name,
java.lang.String version,
java.lang.String[] members)
This method is used to add an EnumDef into a Container |
static org.omg.CORBA.ExceptionDef |
addExceptionDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.StructMember[] members)
This method is used to add an ExceptionDef into a Container |
static org.omg.CORBA.InterfaceDef |
addInterfaceDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.InterfaceDef[] base_interfaces,
int interface_type)
This method is used to add an InterfaceDef into a Container |
static org.omg.CORBA.ModuleDef |
addModuleDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version)
This method is used to add an ModuleDef into a Container |
static org.omg.CORBA.NativeDef |
addNativeDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version)
This method is used to add an NativeDef into a Container |
static org.omg.CORBA.OperationDef |
addOperationDef(InterfaceDef interfaceDef,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType result,
org.omg.CORBA.OperationMode mode,
org.omg.CORBA.ParameterDescription[] params,
org.omg.CORBA.ExceptionDef[] exceptions,
java.lang.String[] contexts)
This method is used to add an OperationDef into an Interface |
static org.omg.CORBA.OperationDef |
addOperationDef2(ValueDef valueDef,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType result,
org.omg.CORBA.OperationMode mode,
org.omg.CORBA.ParameterDescription[] params,
org.omg.CORBA.ExceptionDef[] exceptions,
java.lang.String[] contexts)
This method is used to add an OperationDef into a Value |
static org.omg.CORBA.StructDef |
addStructDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.StructMember[] members)
This method is used to add an StructDef into a Container |
static org.omg.CORBA.UnionDef |
addUnionDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType discriminator_type,
org.omg.CORBA.UnionMember[] members)
This method is used to add an UnionDef into a Container |
static org.omg.CORBA.ValueBoxDef |
addValueBoxDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType original_type_def)
This method is used to add a ValueBoxDef into a Container |
static org.omg.CORBA.ValueDef |
addValueDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
boolean is_custom,
boolean is_abstract,
org.omg.CORBA.ValueDef base_value,
boolean is_truncatable,
org.omg.CORBA.ValueDef[] abstract_base_value,
org.omg.CORBA.InterfaceDef[] supported_interfaces,
org.omg.CORBA.Initializer[] initializers)
This method is used to add a ValueDef into a Container |
static org.omg.CORBA.ValueMemberDef |
addValueMemberDef(Container container,
ContainerRef containerRef,
org.omg.PortableServer.POA parentPOA,
java.lang.String id,
java.lang.String name,
java.lang.String version,
org.omg.CORBA.IDLType type_def,
short access)
This method is used to add a ValueMemberDef into a Container |
static org.omg.CORBA.Contained[] |
contents(Container container,
org.omg.PortableServer.POA parentPOA,
org.omg.CORBA.DefinitionKind limit_type,
boolean exclude_inherited)
This methods returns the contents of a container |
static org.omg.CORBA.ContainerPackage.Description[] |
contentsDescription(Container container,
org.omg.PortableServer.POA parentPOA,
org.omg.CORBA.DefinitionKind limit_type,
boolean exclude_inherited,
int max_returned_objs)
This methods returns the contents description of a container |
static org.omg.CosPersistentState.StorageObjectRef[] |
contentsRef(Container container,
org.omg.CORBA.DefinitionKind limit_type,
boolean exclude_inherited)
This methods returns the contents reference of a container |
static org.omg.CORBA.ContainedPackage.Description |
describeAttribute(org.omg.CORBA.ORB orb,
AttributeDef def)
This method returns a AttributeDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeConstant(org.omg.CORBA.ORB orb,
ConstantDef def)
This method returns a ConstantDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeException(org.omg.CORBA.ORB orb,
ExceptionDef def)
This method returns a ExceptionDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeInterface(org.omg.CORBA.ORB orb,
InterfaceDef def)
This method returns a InterfaceDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeModule(org.omg.CORBA.ORB orb,
ModuleDef def)
This method returns a ModuleDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeOperation(org.omg.CORBA.ORB orb,
OperationDef def)
This method returns a OperationDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeTypedef(org.omg.CORBA.ORB orb,
TypedefDef def)
This method returns a TypedefDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeValue(org.omg.CORBA.ORB orb,
ValueDef def)
This method returns a ValueDef description |
static org.omg.CORBA.ContainedPackage.Description |
describeValueMember(org.omg.CORBA.ORB orb,
ValueMemberDef def)
This method returns a ValueDef description |
static org.omg.CORBA.Contained |
lookupId(java.lang.String id,
org.omg.PortableServer.POA parentPOA)
This operation looks up an id in the Repository |
static org.omg.CORBA.Contained |
lookupName(java.lang.String scopedName,
Container container,
org.omg.PortableServer.POA parentPOA)
This operation looks up a name within a container The name may be relative to the Container or Repository |
static org.omg.CORBA.Contained[] |
lookupNames(java.lang.String search_name,
Container container,
int levels_to_search,
org.omg.CORBA.DefinitionKind limit_type,
boolean exclude_inherited,
org.omg.PortableServer.POA parentPOA)
This operation looks up a name within a container The name may be relative to the Container or Repository |
static void |
move(ContainerRef old_container,
ContainerRef new_container,
ContainedRef contained,
java.lang.String new_name,
java.lang.String new_version)
The move operation atomically removes this object from its current Container, and adds it to the Container specified by new_container must satisfy the following conditions: It must be in the same Repository. |
static void |
moveContained(Contained contained,
org.omg.PortableServer.POA parentPOA,
org.omg.CORBA.Container new_container,
java.lang.String new_name,
java.lang.String new_version)
This method is used to move a contained from a container to a new container |
static void |
removeContained(Contained contained,
java.lang.String id)
This method is used to remove a contained from a container |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Shared()
Method Detail |
---|
public static org.omg.CORBA.ModuleDef addModuleDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version)
public static org.omg.CORBA.ConstantDef addConstantDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType type, org.omg.CORBA.Any value)
public static org.omg.CORBA.StructDef addStructDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.StructMember[] members)
public static org.omg.CORBA.UnionDef addUnionDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType discriminator_type, org.omg.CORBA.UnionMember[] members)
public static org.omg.CORBA.EnumDef addEnumDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, org.omg.CORBA.ORB orb, java.lang.String id, java.lang.String name, java.lang.String version, java.lang.String[] members)
public static org.omg.CORBA.AliasDef addAliasDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType original_type)
public static org.omg.CORBA.InterfaceDef addInterfaceDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.InterfaceDef[] base_interfaces, int interface_type)
public static org.omg.CORBA.ValueDef addValueDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, boolean is_custom, boolean is_abstract, org.omg.CORBA.ValueDef base_value, boolean is_truncatable, org.omg.CORBA.ValueDef[] abstract_base_value, org.omg.CORBA.InterfaceDef[] supported_interfaces, org.omg.CORBA.Initializer[] initializers)
public static org.omg.CORBA.ValueBoxDef addValueBoxDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType original_type_def)
public static org.omg.CORBA.ValueMemberDef addValueMemberDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType type_def, short access)
public static org.omg.CORBA.ExceptionDef addExceptionDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.StructMember[] members)
public static org.omg.CORBA.NativeDef addNativeDef(Container container, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version)
public static void removeContained(Contained contained, java.lang.String id)
public static void moveContained(Contained contained, org.omg.PortableServer.POA parentPOA, org.omg.CORBA.Container new_container, java.lang.String new_name, java.lang.String new_version)
public static org.omg.CORBA.Contained[] contents(Container container, org.omg.PortableServer.POA parentPOA, org.omg.CORBA.DefinitionKind limit_type, boolean exclude_inherited)
public static org.omg.CosPersistentState.StorageObjectRef[] contentsRef(Container container, org.omg.CORBA.DefinitionKind limit_type, boolean exclude_inherited)
public static org.omg.CORBA.ContainerPackage.Description[] contentsDescription(Container container, org.omg.PortableServer.POA parentPOA, org.omg.CORBA.DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs)
public static org.omg.CORBA.ContainedPackage.Description describeModule(org.omg.CORBA.ORB orb, ModuleDef def)
public static org.omg.CORBA.ContainedPackage.Description describeConstant(org.omg.CORBA.ORB orb, ConstantDef def)
public static org.omg.CORBA.ContainedPackage.Description describeTypedef(org.omg.CORBA.ORB orb, TypedefDef def)
public static org.omg.CORBA.ContainedPackage.Description describeInterface(org.omg.CORBA.ORB orb, InterfaceDef def)
public static org.omg.CORBA.ContainedPackage.Description describeValue(org.omg.CORBA.ORB orb, ValueDef def)
public static org.omg.CORBA.ContainedPackage.Description describeValueMember(org.omg.CORBA.ORB orb, ValueMemberDef def)
public static org.omg.CORBA.ContainedPackage.Description describeException(org.omg.CORBA.ORB orb, ExceptionDef def)
public static org.omg.CORBA.ContainedPackage.Description describeOperation(org.omg.CORBA.ORB orb, OperationDef def)
public static org.omg.CORBA.ContainedPackage.Description describeAttribute(org.omg.CORBA.ORB orb, AttributeDef def)
public static void move(ContainerRef old_container, ContainerRef new_container, ContainedRef contained, java.lang.String new_name, java.lang.String new_version)
public static org.omg.CORBA.AttributeDef addAttributeDef(InterfaceDef interfaceDef, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType type, org.omg.CORBA.AttributeMode mode)
public static org.omg.CORBA.OperationDef addOperationDef(InterfaceDef interfaceDef, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType result, org.omg.CORBA.OperationMode mode, org.omg.CORBA.ParameterDescription[] params, org.omg.CORBA.ExceptionDef[] exceptions, java.lang.String[] contexts)
public static org.omg.CORBA.AttributeDef addAttributeDef2(ValueDef valueDef, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType type, org.omg.CORBA.AttributeMode mode)
public static org.omg.CORBA.OperationDef addOperationDef2(ValueDef valueDef, ContainerRef containerRef, org.omg.PortableServer.POA parentPOA, java.lang.String id, java.lang.String name, java.lang.String version, org.omg.CORBA.IDLType result, org.omg.CORBA.OperationMode mode, org.omg.CORBA.ParameterDescription[] params, org.omg.CORBA.ExceptionDef[] exceptions, java.lang.String[] contexts)
public static org.omg.CORBA.Contained lookupId(java.lang.String id, org.omg.PortableServer.POA parentPOA)
public static org.omg.CORBA.Contained[] lookupNames(java.lang.String search_name, Container container, int levels_to_search, org.omg.CORBA.DefinitionKind limit_type, boolean exclude_inherited, org.omg.PortableServer.POA parentPOA)
public static org.omg.CORBA.Contained lookupName(java.lang.String scopedName, Container container, org.omg.PortableServer.POA parentPOA)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |