Calypso Gateway v1.0

codec.adapt
Class CorbaTtcnAdapter

java.lang.Object
  |
  +--codec.adapt.CorbaTtcnAdapter
Direct Known Subclasses:
BuilderAdapter, VisitorAdapter

public abstract class CorbaTtcnAdapter
extends java.lang.Object

Abstract class defining skeleton interface for performing adaptation of CORBA NVList introspection capabilities to requirements posed by TTCN Tester introspection. Ordered collection of objects is created so that it can be directly employed by Tester. Resulting collection can be accessed as DynIterator.


Constructor Summary
CorbaTtcnAdapter()
           
 
Method Summary
abstract  void create(org.omg.CORBA.NVList nvList, org.omg.CORBA.NamedValue result, int options)
          Create OpenTTCN-compatible model of structured data from input.
abstract  DynIterator iterator()
          Get OpenTTCN-compatible model of structured data after creation.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

CorbaTtcnAdapter

public CorbaTtcnAdapter()
Method Detail

create

public abstract void create(org.omg.CORBA.NVList nvList,
                            org.omg.CORBA.NamedValue result,
                            int options)
Create OpenTTCN-compatible model of structured data from input.

iterator

public abstract DynIterator iterator()
Get OpenTTCN-compatible model of structured data after creation.

Calypso Gateway v1.0