Calypso Gateway v1.0

codec.pco
Class OrbPco

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CORBA.DynamicImplementation
              |
              +--com.t3.ot.idl.otMessage._ReceiverImplBase
                    |
                    +--com.t3.ot.pco.PCO
                          |
                          +--codec.pco.OrbPco

public final class OrbPco
extends com.t3.ot.pco.PCO

Calypso Gateway PCO instance.


Field Summary
private  boolean isTestCase
           
private  java.lang.String pcoName
           
private  java.lang.String pcoRefFile
           
private  java.lang.String testCaseName
           
 
Fields inherited from class com.t3.ot.pco.PCO
_name, _receiver
 
Fields inherited from class com.t3.ot.idl.otMessage._ReceiverImplBase
_ob_ids_
 
Fields inherited from class org.omg.CORBA.portable.ObjectImpl
__delegate
 
Constructor Summary
OrbPco(java.lang.String pcoName_, java.lang.String pcoRefFile_)
           
 
Method Summary
 java.lang.String getPcoName()
           
 void receiveASP(com.t3.ot.pco.ASP asp)
          Method is invoked in the background every time Tester sends an ASP to Gateway.
 void receiveConnect(java.lang.String testCaseName_)
           
 void receiveDisconnect()
           
 void sendASP(com.t3.ot.pco.ASP asp)
          Method is invoked by Gateway every time it wishes to send ASP to Tester.
 
Methods inherited from class com.t3.ot.pco.PCO
connect, disconnect, getName, send, sendConnect, sendDisconnect, setReceiver
 
Methods inherited from class com.t3.ot.idl.otMessage._ReceiverImplBase
_ids, _OB_op_connect, _OB_op_disconnect, _OB_op_send, , invoke
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

isTestCase

private boolean isTestCase

testCaseName

private java.lang.String testCaseName

pcoName

private java.lang.String pcoName

pcoRefFile

private java.lang.String pcoRefFile
Constructor Detail

OrbPco

public OrbPco(java.lang.String pcoName_,
              java.lang.String pcoRefFile_)
Method Detail

getPcoName

public java.lang.String getPcoName()

receiveDisconnect

public void receiveDisconnect()
Overrides:
receiveDisconnect in class com.t3.ot.pco.PCO

receiveConnect

public void receiveConnect(java.lang.String testCaseName_)
Overrides:
receiveConnect in class com.t3.ot.pco.PCO

receiveASP

public void receiveASP(com.t3.ot.pco.ASP asp)
                throws org.omg.CORBA.SystemException
Method is invoked in the background every time Tester sends an ASP to Gateway.
Overrides:
receiveASP in class com.t3.ot.pco.PCO

sendASP

public void sendASP(com.t3.ot.pco.ASP asp)
Method is invoked by Gateway every time it wishes to send ASP to Tester.
Overrides:
sendASP in class com.t3.ot.pco.PCO

Calypso Gateway v1.0