|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
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,
|
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 |
private boolean isTestCase
private java.lang.String testCaseName
private java.lang.String pcoName
private java.lang.String pcoRefFile
Constructor Detail |
public OrbPco(java.lang.String pcoName_, java.lang.String pcoRefFile_)
Method Detail |
public java.lang.String getPcoName()
public void receiveDisconnect()
public void receiveConnect(java.lang.String testCaseName_)
public void receiveASP(com.t3.ot.pco.ASP asp) throws org.omg.CORBA.SystemException
public void sendASP(com.t3.ot.pco.ASP asp)
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |