org.omg.SendingContext
Interface CodeBaseOperations

All Superinterfaces:
RunTimeOperations
All Known Subinterfaces:
CodeBase
All Known Implementing Classes:
_CodeBaseStub, CodeBasePOA, CodeBasePOATie

public interface CodeBaseOperations
extends RunTimeOperations


Method Summary
 java.lang.String[] bases(java.lang.String x)
          To obtain a type graph for a value type.
 Repository get_ir()
          Operation to obtain the IR from the sending context
 java.lang.String implementation(java.lang.String x)
          Operation to obtain a location of the implementation code.
 java.lang.String[] implementations(java.lang.String[] x)
          Operation to obtain a location of the implementation code.
 java.lang.String implementationx(java.lang.String x)
          Operation to obtain a location of the implementation code.
 FullValueDescription meta(java.lang.String x)
          Operations to obtain complete meta information about a Value.
 FullValueDescription[] metas(java.lang.String[] x)
          Operation to obtain complete meta information about a Value.
 

Method Detail

get_ir

Repository get_ir()
Operation to obtain the IR from the sending context


implementation

java.lang.String implementation(java.lang.String x)
Operation to obtain a location of the implementation code.


implementationx

java.lang.String implementationx(java.lang.String x)
Operation to obtain a location of the implementation code.


implementations

java.lang.String[] implementations(java.lang.String[] x)
Operation to obtain a location of the implementation code.


meta

FullValueDescription meta(java.lang.String x)
Operations to obtain complete meta information about a Value. This is just a performance optimization the IR can provide the same information


metas

FullValueDescription[] metas(java.lang.String[] x)
Operation to obtain complete meta information about a Value. This is just a performance optimization the IR can provide the same information.


bases

java.lang.String[] bases(java.lang.String x)
To obtain a type graph for a value type. This is just a performance optimization the IR can provide the same information.