|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--codec.adapt.CorbaTtcnAdapter
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 |
|
Constructor Detail |
public CorbaTtcnAdapter()
Method Detail |
public abstract void create(org.omg.CORBA.NVList nvList, org.omg.CORBA.NamedValue result, int options)
public abstract DynIterator iterator()
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |