org.omg.SendingContext
Class CodeBasePOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--org.omg.SendingContext.CodeBasePOA
              |
              +--org.omg.SendingContext.CodeBasePOATie
All Implemented Interfaces:
CodeBaseOperations, InvokeHandler, RunTimeOperations

public class CodeBasePOATie
extends CodeBasePOA


Constructor Summary
CodeBasePOATie(CodeBaseOperations tieObject)
           
CodeBasePOATie(CodeBaseOperations tieObject, POA poa)
           
 
Method Summary
 POA _default_POA()
           
 CodeBaseOperations _delegate()
           
 void _delegate(CodeBaseOperations delegate_)
           
 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.
 
Methods inherited from class org.omg.SendingContext.CodeBasePOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeBasePOATie

public CodeBasePOATie(CodeBaseOperations tieObject)

CodeBasePOATie

public CodeBasePOATie(CodeBaseOperations tieObject,
                      POA poa)
Method Detail

_delegate

public CodeBaseOperations _delegate()

_delegate

public void _delegate(CodeBaseOperations delegate_)

_default_POA

public POA _default_POA()
Overrides:
_default_POA in class Servant

get_ir

public Repository get_ir()
Description copied from interface: CodeBaseOperations
Operation to obtain the IR from the sending context

implementation

public java.lang.String implementation(java.lang.String x)
Description copied from interface: CodeBaseOperations
Operation to obtain a location of the implementation code.

implementationx

public java.lang.String implementationx(java.lang.String x)
Description copied from interface: CodeBaseOperations
Operation to obtain a location of the implementation code.

implementations

public java.lang.String[] implementations(java.lang.String[] x)
Description copied from interface: CodeBaseOperations
Operation to obtain a location of the implementation code.

meta

public FullValueDescription meta(java.lang.String x)
Description copied from interface: CodeBaseOperations
Operations to obtain complete meta information about a Value. This is just a performance optimization the IR can provide the same information

metas

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

bases

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