Calypso Gateway v1.0
A B C D E F G H I L M N O P R S T U V W _

A

accept(ASP) - Method in class codec.visit.ClientExceptionVisitor
 
adapter - Variable in class codec.visit.InvocationAspVisitor
 
addChild(Object, int) - Method in class codec.dyntree.DynTreeItem
 
addComponent(DynNode) - Method in class codec.build.ServerReplyBuilder
Perform next step of PDU construction process.
addLeaf(Object, Vector) - Method in class codec.dyntree.DynTree
Add leaf to the current vector of leaves.
addPrefix(DynNode) - Method in class codec.build.ServerReplyBuilder
Add prefix to field name, according to current Builder state.
addRelation(Object, Object, int) - Method in class codec.dyntree.DynTree
 
AnyGeneric - class codec.orb.AnyGeneric.
Class providing generic operations with ANY values.
AnyGeneric() - Constructor for class codec.orb.AnyGeneric
 
arrayState - Variable in class codec.visit.NamingContextVisitor
 
asp - Variable in class codec.visit.BasicAspVisitor
PDU processed by Visitor.
asp - Variable in class codec.build.ServerReplyBuilder
PDU constructed by Builder.
AspConverter - class codec.convert.AspConverter.
Class containing various static conversion methods between ATS ASPs and SUT packets.
AspConverter() - Constructor for class codec.convert.AspConverter
 
aspName - Variable in class codec.server.ServantRequest
 
aspName - Variable in class codec.client.ClientRequest
 
ATTR_OPTIONS_GET - Static variable in class codec.visit.InvocationAspVisitor
 
ATTR_OPTIONS_GET - Static variable in class codec.build.ClientCallBuilder
 
ATTR_OPTIONS_SET - Static variable in class codec.visit.InvocationAspVisitor
 
ATTR_OPTIONS_SET - Static variable in class codec.build.ClientCallBuilder
 
attrOptions - Variable in class codec.visit.InvocationAspVisitor
 

B

BasicAspVisitor - class codec.visit.BasicAspVisitor.
Class implementing default Gateway-oriented Visitor behaviour for introspecting incoming PDU to be relayed further to SUT in the form of CORBA request/response.
BasicAspVisitor(String, ASP) - Constructor for class codec.visit.BasicAspVisitor
 
boa - Variable in class codec.orb.OrbGeneric
 
BuilderAdapter - class codec.adapt.BuilderAdapter.
Class performing adaptation of CORBA NVList introspection capabilities to requirements of e.g.
BuilderAdapter() - Constructor for class codec.adapt.BuilderAdapter
 

C

callID - Variable in class codec.server.ServantRequest
 
callID - Variable in class codec.visit.InvocationAspVisitor
See "callidState" for explanations.
callID - Variable in class codec.client.ClientRequest
 
callidState - Variable in class codec.visit.InvocationAspVisitor
State "callidState" indicates whether "CALL_ID" field has been processed already or not.
callOperation(DynObject, ServerRequest) - Static method in class codec.client.ClientPool
Invoke operation coming from Client object.
callOperation(String, ASP) - Static method in class codec.server.ServerPool
Invoke operation of registered Server object.
checkAspFieldName(String, String) - Method in class codec.visit.InvocationAspVisitor
Check that PDU field name matches the definition from Int Rep.
checkBegOfNode(DynNode, String) - Method in class codec.visit.InvocationAspVisitor
 
checkContextInCharStringValue(StringValue) - Method in class codec.visit.InvocationAspVisitor
Returns true in case value has been processed by this procedure and does not need further handling, returns false otherwise.
checkContextInFinalizeVisitor() - Method in class codec.visit.InvocationAspVisitor
 
checkContextInSequenceOfBegin(StructValue) - Method in class codec.visit.InvocationAspVisitor
Returns true in case value has been processed by this procedure and does not need further handling, returns false otherwise.
checkContextInSequenceOfEnd(StructValue) - Method in class codec.visit.InvocationAspVisitor
Returns true in case value has been processed by this procedure and does not need further handling, returns false otherwise.
checkDiscriminator(DynNode, String) - Method in class codec.visit.InvocationAspVisitor
Check whether current PDU field has a name "seq_discriminator" and if so, save the corresponding any value to "discriminator" class field.
checkDynIterator() - Method in class codec.visit.InvocationAspVisitor
A frequently used shortcut to checking the validity of DynIterator automaton state.
checkEndOfNode(DynNode, String) - Method in class codec.visit.InvocationAspVisitor
 
checkLeaf(DynNode, String) - Method in class codec.visit.InvocationAspVisitor
 
checkPcoType(int) - Method in class codec.CorbaObject
 
checkRelationType(int) - Static method in class codec.dyntree.DynTreeItem
 
checkTableAndCallid() - Method in class codec.visit.InvocationAspVisitor
A frequently used shortcut for checking the validity of Visitor automaton state.
child - Variable in class codec.dyntree.ParentChildPair
 
children - Variable in class codec.dyntree.DynTreeItem
 
choiceCount - Variable in class codec.visit.BasicAspVisitor
Temporarily added state - due to incorrect handling of CHOICE on Tester side.
ClientCallBuilder - class codec.build.ClientCallBuilder.
Class for constructing Call PDU, based on introspection of CORBA invocation initiated by CORBA object.
ClientCallBuilder() - Constructor for class codec.build.ClientCallBuilder
 
ClientExceptionVisitor - class codec.visit.ClientExceptionVisitor.
Class implementing introspection of Client Exception PDU received from Tester in order to prepare a response to Client invocation.
ClientExceptionVisitor(String, ASP) - Constructor for class codec.visit.ClientExceptionVisitor
 
ClientPool - class codec.client.ClientPool.
Class for handling Universal Servants exploited by Client objects.
ClientPool() - Constructor for class codec.client.ClientPool
 
ClientReplyVisitor - class codec.visit.ClientReplyVisitor.
Class implementing introspection of Client Reply PDU received from Tester in order to prepare a response to Client invocation.
ClientReplyVisitor(String, ASP) - Constructor for class codec.visit.ClientReplyVisitor
 
clientRequest - Variable in class codec.visit.ClientReplyVisitor
 
ClientRequest - class codec.client.ClientRequest.
Class representing Gateway-oriented model of CORBA Request.
ClientRequest(String, String, long, ServerRequest, DynObject) - Constructor for class codec.client.ClientRequest
 
clientRequestPool - Variable in class codec.CodecObject
Registry of client operation invocations.
ClientRequestPool - class codec.client.ClientRequestPool.
Class taking care of the consistency of the Client Requests collection.
ClientRequestPool() - Constructor for class codec.client.ClientRequestPool
 
codecObject - Static variable in class codec.CorbaServer
Main Calypso Gateway object.
CodecObject - class codec.CodecObject.
Collection of all Calypso Gateway objects.
CodecObject(String[]) - Constructor for class codec.CodecObject
 
CompletionStatusHelper - class codec.build.CompletionStatusHelper.
Helper class for body of "CompletionStatus".
CompletionStatusHelper() - Constructor for class codec.build.CompletionStatusHelper
 
construct(ClientRequest) - Method in class codec.build.ClientCallBuilder
Construct PDU based on information from operation call.
construct(ServantRequest) - Method in class codec.build.ServerReplyBuilder
Construct PDU based on information from operation response.
constructedContext - Variable in class codec.visit.InvocationAspVisitor
Backbone for constructing "context" field.
constructedContext - Variable in class codec.visit.NamingContextVisitor
 
constructException(ServantRequest) - Method in class codec.build.ServerReplyBuilder
Construct Exception PDU based on information from operation response provided that Server or ORB have thrown an exception.
context - Variable in class codec.visit.InvocationAspVisitor
Context of the requested/responded operation.
contextState - Variable in class codec.visit.InvocationAspVisitor
In case "isContextPresent" is set to "true", defines the state of context construction process in the similar way as it is done for "tableState".
Converter - class codec.convert.Converter.
Class containing static conversion methods between various types.
Converter() - Constructor for class codec.convert.Converter
 
CorbaObject - class codec.CorbaObject.
Class representing Gateway-oriented model of CORBA object.
CorbaObject(Object, String, int) - Constructor for class codec.CorbaObject
 
corbaObjectPool - Variable in class codec.CodecObject
Gateway CORBA Object Pool.
CorbaObjectPool - class codec.CorbaObjectPool.
Class taking care of the consistency of the CORBA objects collection.
CorbaObjectPool() - Constructor for class codec.CorbaObjectPool
 
CorbaServer - class codec.CorbaServer.
Entry point to the Calypso Gateway.
CorbaServer() - Constructor for class codec.CorbaServer
 
CorbaTtcnAdapter - class codec.adapt.CorbaTtcnAdapter.
Abstract class defining skeleton interface for performing adaptation of CORBA NVList introspection capabilities to requirements posed by TTCN Tester introspection.
CorbaTtcnAdapter() - Constructor for class codec.adapt.CorbaTtcnAdapter
 
create(NVList, NamedValue, int) - Method in class codec.adapt.BuilderAdapter
Create OpenTTCN-compatible model of structured data from input.
create(NVList, NamedValue, int) - Method in class codec.adapt.CorbaTtcnAdapter
Create OpenTTCN-compatible model of structured data from input.
create(NVList, NamedValue, int) - Method in class codec.adapt.VisitorAdapter
Create OpenTTCN-compatible model of structured data from input.
createFromNameScope(String[]) - Static method in class codec.convert.AspConverter
Create TTCN-style PCO (exception, operation) identifier from sequence representing interface (exception, operation) name scope.
createServerException(long, String[], String) - Static method in class codec.convert.AspConverter
Convert exception thrown by SUT, Gateway, CORBA or Java environment to Exception PDU.

D

Debug - class codec.debug.Debug.
Class performing various debug-oriented conversions.
Debug() - Constructor for class codec.debug.Debug
 
DEF_ATTRIBUTE - Static variable in class codec.visit.InvocationAspVisitor
 
DEF_ATTRIBUTE - Static variable in class codec.build.ClientCallBuilder
 
DEF_OPERATION - Static variable in class codec.visit.InvocationAspVisitor
 
DEF_OPERATION - Static variable in class codec.build.ClientCallBuilder
 
deregister(long) - Method in class codec.client.ClientRequestPool
Deregister Client Request identified by "callID".
deregister(String) - Method in class codec.CorbaObjectPool
Deregister CORBA object identified by PCO name.
deregister(String) - Method in class codec.export.PcoManagerImpl
Remove PCO instance and IOR file associated with it.
deregister(String) - Method in class codec.pco.OrbPcoPool
Remove PCO instance identified by PCO name.
discriminator - Variable in class codec.visit.InvocationAspVisitor
Discriminator of last "union" statement.
displayInfoMessage() - Static method in class codec.export.Exporter
 
dynAnyToAny(Any, DynAny) - Static method in class codec.orb.AnyGeneric
Copy the contents of "src" into "dest".
DynDependencyManager - class codec.dyntree.DynDependencyManager.
Class performing updates of interrelated Any and DynAny components.
DynDependencyManager() - Constructor for class codec.dyntree.DynDependencyManager
 
dynIterator - Variable in class codec.visit.InvocationAspVisitor
 
DynIterator - class codec.adapt.DynIterator.
Iterator for objects created by CorbaTtcnAdapter.
DynIterator(Iterator) - Constructor for class codec.adapt.DynIterator
 
DynNode - class codec.adapt.DynNode.
Declaration of objects created by CorbaTtcnAdapter.
DynNode(String, Any, int) - Constructor for class codec.adapt.DynNode
 
DynObject - class codec.client.DynObject.
Class implementing Universal Servant for accepting Client requests.
DynObject(String[]) - Constructor for class codec.client.DynObject
 
DynTree - class codec.dyntree.DynTree.
Class acting as a structural backbone for DynDependencyManager.
DynTree() - Constructor for class codec.dyntree.DynTree
 
DynTreeItem - class codec.dyntree.DynTreeItem.
Items of DynTree class.
DynTreeItem() - Constructor for class codec.dyntree.DynTreeItem
 
dynUnion_ - Variable in class codec.adapt.BuilderAdapter
 
dynUnion_ - Variable in class codec.adapt.VisitorAdapter
 

E

EX_TYPE_SYSTEM - Static variable in class codec.visit.ClientExceptionVisitor
 
EX_TYPE_USER - Static variable in class codec.visit.ClientExceptionVisitor
 
except(int, int, String, String) - Static method in class codec.build.SystemExceptionHelper
 
except(SystemException) - Static method in class codec.build.SystemExceptionHelper
 
Exporter - class codec.export.Exporter.
PCO Exporter (User Interface to PCO Manager)
Exporter() - Constructor for class codec.export.Exporter
 
exportPco(String[]) - Static method in class codec.export.Exporter
Registers or deregisters PCO in the Calypso Gateway.
extractIds(String) - Static method in class codec.client.ClientPool
Create an array of identifiers which could be used as a return value of "_ids()" method of DynObject.
extractIOR(ASP) - Static method in class codec.convert.AspConverter
Extract field containing IOR from Registration PDU.
extractNameScope(String) - Static method in class codec.convert.AspConverter
Extract sequence representing interface (exception, operation) name scope from TTCN-style PCO (exception, operation) identifier.
extractNamingContext(String, ASP) - Static method in class codec.convert.AspConverter
Extract object location in Naming Service from Registration PDU.
extractRefFile(ASP) - Static method in class codec.convert.AspConverter
Extract field containing IOR file location from Registration PDU.
exType - Variable in class codec.visit.ClientExceptionVisitor
 

F

finalizeVisitor() - Method in class codec.visit.BasicAspVisitor
 
finalizeVisitor() - Method in class codec.visit.ClientReplyVisitor
Make final actions on invocation request prepared by Visitor after Visitor is accepted.
finalizeVisitor() - Method in class codec.visit.InvocationAspVisitor
 
finalizeVisitor() - Method in class codec.visit.NamingContextVisitor
Make final actions on invocation request prepared by Visitor after Visitor is accepted.
finalizeVisitor() - Method in class codec.visit.ServerCallVisitor
Make final actions on invocation request prepared by Visitor after Visitor is accepted.
flags_ - Variable in class codec.adapt.DynNode
 
FLAGS_BEG_OF_NODE - Static variable in class codec.adapt.DynNode
 
FLAGS_END_OF_NODE - Static variable in class codec.adapt.DynNode
 
FLAGS_LEAF - Static variable in class codec.adapt.DynNode
 
flags() - Method in class codec.adapt.DynNode
Flags for supporting OpenTTCN-oriented model of introspection.

G

getAsp() - Method in class codec.build.ServerReplyBuilder
 
getAspName() - Method in class codec.server.ServantRequest
Get PDU name associated with original call.
getAspName() - Method in class codec.client.ClientRequest
Get PDU name associated with original call.
getAttributeDef(String[]) - Static method in class codec.orb.Repository
Obtain description of attribute from Interface Repository for a given get/set operation name scope corresponding to the attribute.
getAttrOptions() - Method in class codec.visit.InvocationAspVisitor
Get information about whether we are having get() or set() operation on an attribute.
getBOA() - Method in class codec.orb.OrbGeneric
Obtain pointer to BOA.
getCallID() - Method in class codec.server.ServantRequest
Get "CALL_ID" PDU field associated with original call.
getCallID() - Method in class codec.client.ClientRequest
Get "CALL_ID" PDU field associated with original call.
getChildren() - Method in class codec.dyntree.DynTreeItem
 
getClientRequest() - Method in class codec.visit.ClientReplyVisitor
Get invocation request prepared by Visitor.
getClientRequestPool() - Method in class codec.CodecObject
 
getCodecObject() - Static method in class codec.CorbaServer
 
getCorbaObjectPool() - Method in class codec.CodecObject
 
getDynNodeKind(DynNode) - Static method in class codec.visit.InvocationAspVisitor
Obtain "kind" attribute of "namedValue".
getExceptionDef(String) - Static method in class codec.orb.Repository
Obtain description of exception from Interface Repository for a given Repository ID.
getIsOneway() - Method in class codec.build.ClientCallBuilder
 
getLeaves() - Method in class codec.dyntree.DynTree
Collect all tree items that do not have children.
getNamingContext() - Method in class codec.orb.OrbGeneric
Obtain pointer to Naming Context.
getNamingContext() - Method in class codec.visit.NamingContextVisitor
Get location in Naming Service extracted by Visitor.
getObject() - Method in class codec.CorbaObject
 
getObject() - Method in class codec.client.ClientRequest
Get Universal Servant through which request has been initiated.
getObject(Object) - Method in class codec.CorbaObjectPool
Retrieve index of CORBA object identified by "object" from pool.
getObject(String) - Method in class codec.CorbaObjectPool
Retrieve index of CORBA object identified by "pcoName" from pool.
getObject(String) - Method in class codec.pco.OrbPcoPool
Retrieve registered object identified by "pcoName" from pool.
getOpAttrDef() - Method in class codec.visit.InvocationAspVisitor
Get CORBA-style operation or attribute definition.
getOpAttrDefClass() - Method in class codec.visit.InvocationAspVisitor
Get information about whether we actually have a definition of an attribute or of a class in a manner independent from ORB vendor.
getOperationDef(String[]) - Static method in class codec.orb.Repository
Obtain description of operation from Interface Repository for a given operation name scope.
getORB() - Method in class codec.orb.OrbGeneric
Obtain pointer to ORB.
getOrbGeneric() - Method in class codec.CodecObject
 
getOrbPcoPool() - Method in class codec.CodecObject
 
getParent(Object) - Method in class codec.dyntree.DynTree
Get the parent of a child.
getPcoName() - Method in class codec.CorbaObject
 
getPcoName() - Method in class codec.pco.OrbPco
 
getPcoName() - Method in class codec.server.ServantRequest
Get PCO name through which original call was issued.
getPcoName() - Method in class codec.client.ClientRequest
Get PCO name through which original call was issued.
getPcoType() - Method in class codec.CorbaObject
 
getRelationType() - Method in class codec.dyntree.DynTreeItem
 
getRepository() - Method in class codec.orb.OrbGeneric
Obtain pointer to Interface Repository.
getRequest() - Method in class codec.server.ServantRequest
Get core part of the request.
getRequest() - Method in class codec.client.ClientRequest
Get core part of the request.
getRequest(long) - Method in class codec.client.ClientRequestPool
Retrieve index of CORBA object identified by "callID" from pool.
getServantRequest() - Method in class codec.visit.ServerCallVisitor
Get invocation request prepared by Visitor.
getServantRequestPool() - Method in class codec.CodecObject
 
getUniqueID() - Static method in class codec.convert.AspConverter
Return a value which is guaranteed to be unique within current session of Gateway execution.

H

hasNext() - Method in class codec.adapt.DynIterator
 
hexTable - Static variable in class codec.convert.Converter
 

I

id() - Static method in class codec.adapt.UnionStructHelper
 
id() - Static method in class codec.build.CompletionStatusHelper
 
id() - Static method in class codec.build.SystemExceptionHelper
 
ids - Variable in class codec.client.DynObject
 
INIT_ALL_ENTITIES - Static variable in class codec.orb.OrbGeneric
 
INIT_ORB_ONLY - Static variable in class codec.orb.OrbGeneric
 
introspect(NameValuePair) - Method in class codec.adapt.BuilderAdapter
 
introspect(NameValuePair) - Method in class codec.adapt.VisitorAdapter
 
introspectArray(Any, DynArray) - Method in class codec.adapt.VisitorAdapter
Introspect unnamed components of DynArray.
introspectComponents(DynAny) - Method in class codec.adapt.BuilderAdapter
Introspect unnamed components of DynArray, DynSequence.
introspectionLevel - Variable in class codec.build.ServerReplyBuilder
Depth of introspection level we are currently in.
introspectStruct(Any, DynStruct) - Method in class codec.adapt.VisitorAdapter
Introspect named components of DynStruct.
introspectStruct(DynStruct) - Method in class codec.adapt.BuilderAdapter
Introspect named components of DynStruct.
InvocationAspVisitor - class codec.visit.InvocationAspVisitor.
Class implementing skeleton behaviour for Visitors focused on handling PDUs related to operation invocations.
InvocationAspVisitor(String, ASP) - Constructor for class codec.visit.InvocationAspVisitor
 
invoke(ServerRequest) - Method in class codec.client.DynObject
 
isContextPresent - Variable in class codec.visit.InvocationAspVisitor
Defines whether "context" clause is present in operation declaration in Interface Repository.
isEmpty() - Method in class codec.dyntree.DynTree
Check whether the tree contains any elements.
isExcBody - Variable in class codec.build.ServerReplyBuilder
 
isException - Variable in class codec.client.ClientRequest
Defines whether an exceptional situation happened during invocation which requires to immediately raise CORBA::UNKNOWN exception.
isException - Variable in class codec.client.DynObject
Defines whether an exceptional situation happened during invocation which requires to immediately raise CORBA::UNKNOWN exception for all requests associated with this object.
isFirstMemberProcessed - Variable in class codec.build.ServerReplyBuilder
Did we already parse first element of "DynIterator", where return value which requires some special handling might have been placed.
isInitialLockReleased - Variable in class codec.client.DynObject
The field is introduced here to prevent situation when Client will be fantastically fast in finding out presence of a newly-created Universal Servant and will attempt to invoke its operations too early.
isOneway - Variable in class codec.build.ClientCallBuilder
 
isProcessed - Variable in class codec.client.ClientRequest
Defines whether response to request did arrive from Tester and was processed by Gateway.
isRetValuePresent - Variable in class codec.build.ServerReplyBuilder
Is return value present in "DynIterator".
isTestCase - Variable in class codec.pco.OrbPco
 
isUnionEncapsulated - Variable in class codec.adapt.BuilderAdapter
 
isUnionEncapsulated - Variable in class codec.adapt.VisitorAdapter
 
isVisitorFinalized - Variable in class codec.visit.ClientReplyVisitor
 
iterator - Variable in class codec.adapt.DynIterator
Iterator backbone.
iterator() - Method in class codec.adapt.BuilderAdapter
 
iterator() - Method in class codec.adapt.CorbaTtcnAdapter
Get OpenTTCN-compatible model of structured data after creation.
iterator() - Method in class codec.adapt.VisitorAdapter
 

L

lastStructType - Variable in class codec.build.ServerReplyBuilder
Type of IDL structure (choice, sequence, array, struct, none) lately visited while constructing PDU.

M

main(String[]) - Static method in class codec.CorbaServer
Entry point to the Calypso Gateway.
main(String[]) - Static method in class codec.export.Exporter
Entry point to the Exporter.
MAX_INTROSPECTION_LEVELS - Static variable in class codec.build.ServerReplyBuilder
 

N

name_ - Variable in class codec.adapt.DynNode
 
name() - Method in class codec.adapt.DynNode
Name of the element as it is defined in Interface Repository.
namingContext - Variable in class codec.visit.NamingContextVisitor
 
NamingContextVisitor - class codec.visit.NamingContextVisitor.
Class implementing introspection of Registration PDU that encapsulates location of CORBA object in Naming Service.
NamingContextVisitor(String, ASP) - Constructor for class codec.visit.NamingContextVisitor
 
nc - Variable in class codec.orb.OrbGeneric
 
next() - Method in class codec.adapt.DynIterator
 
nsLocation - Variable in class codec.client.DynObject
 
nvList - Variable in class codec.visit.InvocationAspVisitor
NVList constructed by using Interface Repository.
nvList - Variable in class codec.client.ClientRequest
 

O

object - Variable in class codec.CorbaObject
 
object - Variable in class codec.visit.InvocationAspVisitor
CORBA object for which request/response is being prepared.
object - Variable in class codec.client.ClientRequest
 
objectMap - Variable in class codec.CorbaObjectPool
 
objects - Variable in class codec.pco.OrbPcoPool
Pool of PCO objects.
objects - Variable in class codec.client.ClientRequestPool
 
octetStringToBytes(String) - Static method in class codec.convert.Converter
 
opAttrDef - Variable in class codec.visit.InvocationAspVisitor
 
opAttrDefClass - Variable in class codec.visit.InvocationAspVisitor
 
operResponse(ServantRequest) - Static method in class codec.server.ServerPool
Handle the operation response from Server object.
operResponse(String, ASP) - Static method in class codec.client.ClientPool
Handle the operation response coming from Tester.
opNameScope - Variable in class codec.visit.InvocationAspVisitor
Name scope of the requested/responded operation.
OPTIONS_CLIENT_CALL - Static variable in class codec.adapt.BuilderAdapter
Perform adaptation for Client Call PDU.
OPTIONS_CLIENT_REPLY - Static variable in class codec.adapt.VisitorAdapter
Perform adaptation for Client Reply PDU.
OPTIONS_SERVER_CALL - Static variable in class codec.adapt.VisitorAdapter
Perform adaptation for Server Call PDU.
OPTIONS_SERVER_REPLY - Static variable in class codec.adapt.BuilderAdapter
Perform adaptation for Server Reply PDU.
orb - Variable in class codec.adapt.BuilderAdapter
 
orb - Variable in class codec.adapt.VisitorAdapter
 
orb - Variable in class codec.dyntree.DynDependencyManager
 
orb - Variable in class codec.orb.OrbGeneric
 
orb - Variable in class codec.visit.BasicAspVisitor
Reference to CORBA ORB.
orb - Variable in class codec.build.ServerReplyBuilder
Reference to CORBA ORB.
ORB_PCO_MANAGER_RFILE - Static variable in class codec.export.PcoManagerImpl
Location of reference file advertised by PCO handler.
orbGeneric - Variable in class codec.CodecObject
CORBA ORB Manager.
OrbGeneric - class codec.orb.OrbGeneric.
Class implementing generic ORB operations.
OrbGeneric(String[], int) - Constructor for class codec.orb.OrbGeneric
Initialize ORB, BOA and Naming Service.
OrbPco - class codec.pco.OrbPco.
Calypso Gateway PCO instance.
OrbPco(String, String) - Constructor for class codec.pco.OrbPco
 
orbPcoPool - Variable in class codec.CodecObject
Main Gateway PCO handler.
OrbPcoPool - class codec.pco.OrbPcoPool.
Class for handling PCO objects.
OrbPcoPool() - Constructor for class codec.pco.OrbPcoPool
 

P

parent - Variable in class codec.dyntree.ParentChildPair
 
ParentChildPair - class codec.dyntree.ParentChildPair.
Structure used by DynTree operations.
ParentChildPair(Object, Object, int) - Constructor for class codec.dyntree.ParentChildPair
 
PCO_TYPE_CLIENT - Static variable in class codec.CorbaObject
 
PCO_TYPE_PRODUCT - Static variable in class codec.CorbaObject
 
PCO_TYPE_SERVER - Static variable in class codec.CorbaObject
 
pcoManager - Static variable in class codec.export.Exporter
 
PcoManagerImpl - class codec.export.PcoManagerImpl.
 
PcoManagerImpl() - Constructor for class codec.export.PcoManagerImpl
 
pcoMap - Variable in class codec.CorbaObjectPool
 
pcoName - Variable in class codec.CorbaObject
 
pcoName - Variable in class codec.pco.OrbPco
 
pcoName - Variable in class codec.server.ServantRequest
 
pcoName - Variable in class codec.visit.BasicAspVisitor
PCO name through which PDU was sent.
pcoName - Variable in class codec.client.ClientRequest
 
pcoRefFile - Variable in class codec.pco.OrbPco
 
pcoType - Variable in class codec.CorbaObject
 

R

receiveASP(ASP) - Method in class codec.pco.OrbPco
Method is invoked in the background every time Tester sends an ASP to Gateway.
receiveConnect(String) - Method in class codec.pco.OrbPco
 
receiveDisconnect() - Method in class codec.pco.OrbPco
 
REF_TYPE_NSERV - Static variable in class codec.client.DynObject
 
REF_TYPE_RFILE - Static variable in class codec.client.DynObject
 
refFile - Variable in class codec.client.DynObject
 
refType - Variable in class codec.client.DynObject
 
register(ClientRequest) - Method in class codec.client.ClientRequestPool
Perform a thread-safe registration of the Client Request.
register(Object, String, int) - Method in class codec.CorbaObjectPool
Perform thread-safe registration of the CORBA object.
register(ServantRequest) - Method in class codec.server.ServantRequestPool
Register the request object.
register(String, String) - Method in class codec.export.PcoManagerImpl
Create new PCO instance "pcoName" and advertise its presence to the world by saving its IOR to "refFileName".
register(String, String) - Method in class codec.pco.OrbPcoPool
Create new PCO instance "pcoName" and advertise its presence to the world by saving its IOR to "refFileName".
registerIOR(String, ASP) - Static method in class codec.server.ServerPool
Associate PCO and Server identified by stringified IOR.
registerNaming(String, ASP) - Static method in class codec.server.ServerPool
Associate PCO and Server identified by location in Naming Service.
registerNaming(String, ASP) - Static method in class codec.client.ClientPool
Associate PCO and Universal Servant identified by location in the Naming Service.
registerRefFile(String, ASP) - Static method in class codec.server.ServerPool
Associate PCO and Server identified by IOR file location.
registerRefFile(String, ASP) - Static method in class codec.client.ClientPool
Associate PCO and Universal Servant identified by IOR file location.
RELATION_TYPE_CONTAINER - Static variable in class codec.dyntree.DynTree
 
RELATION_TYPE_CONTENT - Static variable in class codec.dyntree.DynTree
 
relations - Variable in class codec.adapt.VisitorAdapter
 
relations - Variable in class codec.dyntree.DynDependencyManager
 
relations - Variable in class codec.dyntree.DynTree
 
relationType - Variable in class codec.dyntree.DynTreeItem
 
removeAliases(TypeCode) - Static method in class codec.orb.AnyGeneric
Remove all outstanding alias definitions from TypeCode.
removeLeaves(ParentChildPair[]) - Method in class codec.dyntree.DynTree
Remove all leaves collected by getLeaves().
removeServant(CorbaObject) - Static method in class codec.client.ClientPool
Perform clean-up actions necessary for accurate removal of a Universal Servant from CORBA Universe.
rep - Variable in class codec.orb.OrbGeneric
 
Repository - class codec.orb.Repository.
Class containing static methods for all necessary operations with Interface Repository.
Repository() - Constructor for class codec.orb.Repository
 
request - Variable in class codec.server.ServantRequest
 
request - Variable in class codec.client.ClientRequest
 
requests - Variable in class codec.server.ServantRequestPool
 
requestUnlock - Variable in class codec.server.ServantRequestPool
The field is for notifying the main class thread that new request is to be registered.
result - Variable in class codec.client.ClientRequest
 
run() - Method in class codec.server.ServantRequestPool
Class core checking for the operation responses from registered requests.

S

sendASP(ASP) - Method in class codec.pco.OrbPco
Method is invoked by Gateway every time it wishes to send ASP to Tester.
sendASP(String, ASP) - Static method in class codec.convert.AspConverter
Send ASP through PCO identified by "pcoName".
servantRequest - Variable in class codec.visit.ServerCallVisitor
 
ServantRequest - class codec.server.ServantRequest.
Class representing Gateway-oriented model of CORBA Request.
ServantRequest(String, String, long, Request) - Constructor for class codec.server.ServantRequest
 
servantRequestPool - Variable in class codec.CodecObject
Manager of responses from asynchronous invocations.
ServantRequestPool - class codec.server.ServantRequestPool.
Class responsible for managing the replies from Servers after performing asynchronous invocation requests.
ServantRequestPool() - Constructor for class codec.server.ServantRequestPool
 
ServerCallVisitor - class codec.visit.ServerCallVisitor.
Class implementing introspection of Server Call PDU received from Tester in order to prepare a request to Server.
ServerCallVisitor(String, ASP) - Constructor for class codec.visit.ServerCallVisitor
 
ServerPool - class codec.server.ServerPool.
Class for handling Server objects.
ServerPool() - Constructor for class codec.server.ServerPool
 
ServerReplyBuilder - class codec.build.ServerReplyBuilder.
Class for constructing Reply PDU, based on introspection of CORBA response returned by CORBA object.
ServerReplyBuilder() - Constructor for class codec.build.ServerReplyBuilder
 
setContainerDependency(Object, Object) - Method in class codec.dyntree.DynDependencyManager
The relationship between two objects set by this method means that "contained" is encapsulated into "container", thus "container" content is incomplete unless all its "contained" values are properly updated.
setContentDependency(Object, Object) - Method in class codec.dyntree.DynDependencyManager
The relation between two objects set by this method means that "dependent" has been created from "origin" by content, not by reference, that is, contents of "origin" has been copied to "dependent".
startGateway(String[]) - Static method in class codec.CorbaServer
Launches Calypso Gateway.
STATE_ARRAY_ACTIVE - Static variable in class codec.visit.NamingContextVisitor
 
STATE_ARRAY_COMPLETE - Static variable in class codec.visit.NamingContextVisitor
 
STATE_ARRAY_INACTIVE - Static variable in class codec.visit.NamingContextVisitor
 
STATE_CALLID_PARSED - Static variable in class codec.visit.InvocationAspVisitor
 
STATE_CALLID_UNPARSED - Static variable in class codec.visit.InvocationAspVisitor
 
STATE_CONTEXT_ACTIVE - Static variable in class codec.visit.InvocationAspVisitor
 
STATE_CONTEXT_COMPLETE - Static variable in class codec.visit.InvocationAspVisitor
 
STATE_CONTEXT_INACTIVE - Static variable in class codec.visit.InvocationAspVisitor
 
STATE_TABLE_ACTIVE - Static variable in class codec.visit.BasicAspVisitor
 
STATE_TABLE_COMPLETE - Static variable in class codec.visit.BasicAspVisitor
 
STATE_TABLE_INACTIVE - Static variable in class codec.visit.BasicAspVisitor
 
STRUCT_TYPE_ARRAY - Static variable in class codec.build.ServerReplyBuilder
 
STRUCT_TYPE_NONE - Static variable in class codec.build.ServerReplyBuilder
 
STRUCT_TYPE_SEQUENCE - Static variable in class codec.build.ServerReplyBuilder
 
STRUCT_TYPE_STRUCT - Static variable in class codec.build.ServerReplyBuilder
 
STRUCT_TYPE_UNION - Static variable in class codec.build.ServerReplyBuilder
 
SystemExceptionHelper - class codec.build.SystemExceptionHelper.
Helper class for body of "SystemException".
SystemExceptionHelper() - Constructor for class codec.build.SystemExceptionHelper
 

T

tableState - Variable in class codec.visit.BasicAspVisitor
State of TTCN table analysis.
tcKindToString(TCKind) - Static method in class codec.debug.Debug
 
testCaseName - Variable in class codec.pco.OrbPco
 
throwFatalException(String) - Static method in class codec.convert.AspConverter
Send GatewayException.Fatal.General Exception PDU to Tester.
throwRecoverableException(String) - Static method in class codec.convert.AspConverter
Send GatewayException.Recoverable.General Exception PDU to Tester.
type - Variable in class codec.dyntree.ParentChildPair
Type of relation between parent and child.
type() - Static method in class codec.build.CompletionStatusHelper
 
type() - Static method in class codec.build.SystemExceptionHelper
 
type(String, String) - Static method in class codec.build.SystemExceptionHelper
 
type(TypeCode, TypeCode) - Static method in class codec.adapt.UnionStructHelper
 

U

UnionStructHelper - class codec.adapt.UnionStructHelper.
Helper class for "UnionStruct".
UnionStructHelper() - Constructor for class codec.adapt.UnionStructHelper
 
uniqueID - Static variable in class codec.convert.AspConverter
 
updateContents() - Method in class codec.adapt.VisitorAdapter
Update contents of NVList so that it points to actual data.
updateContents() - Method in class codec.dyntree.DynDependencyManager
Perform an update of tree hierarchy created by set() methods of the class, starting from leaves and going up along the tree.
updateSequence(DynIterator, int) - Method in class codec.adapt.VisitorAdapter
Update contents of iterator (internally backed by "vector") as soon as it becomes clear how many items of data "sequence" actually has.
updateUnion(DynIterator, Any) - Method in class codec.adapt.VisitorAdapter
Update contents of iterator (internally backed by "vector") as soon as it becomes clear which branch of "union" has been chosen.

V

value_ - Variable in class codec.adapt.DynNode
 
value() - Method in class codec.adapt.DynNode
Currently introspected value.
vector - Variable in class codec.adapt.BuilderAdapter
 
vector - Variable in class codec.adapt.VisitorAdapter
 
visitBitStringValue(StringValue) - Method in class codec.visit.BasicAspVisitor
 
visitBooleanValue(BooleanValue) - Method in class codec.visit.BasicAspVisitor
 
visitBooleanValue(BooleanValue) - Method in class codec.visit.ServerCallVisitor
 
visitCharStringValue(StringValue) - Method in class codec.visit.BasicAspVisitor
 
visitCharStringValue(StringValue) - Method in class codec.visit.NamingContextVisitor
 
visitCharStringValue(StringValue) - Method in class codec.visit.ServerCallVisitor
 
visitChoiceBegin(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitChoiceBegin(StructValue) - Method in class codec.visit.ServerCallVisitor
 
visitChoiceEnd(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitChoiceEnd(StructValue) - Method in class codec.visit.ServerCallVisitor
 
visitEnumeratedValue(EnumeratedValue) - Method in class codec.visit.BasicAspVisitor
 
visitEnumeratedValue(EnumeratedValue) - Method in class codec.visit.ServerCallVisitor
 
visitHexStringValue(StringValue) - Method in class codec.visit.BasicAspVisitor
 
visitIntegerValue(IntegerValue) - Method in class codec.visit.BasicAspVisitor
 
visitIntegerValue(IntegerValue) - Method in class codec.visit.ServerCallVisitor
 
visitNullValue(NullValue) - Method in class codec.visit.BasicAspVisitor
 
visitObjectIdentifierBegin(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitObjectIdentifierEnd(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitOctetStringValue(StringValue) - Method in class codec.visit.BasicAspVisitor
 
visitOctetStringValue(StringValue) - Method in class codec.visit.ServerCallVisitor
 
VisitorAdapter - class codec.adapt.VisitorAdapter.
Class performing adaptation of CORBA NVList introspection capabilities to requirements of e.g.
VisitorAdapter() - Constructor for class codec.adapt.VisitorAdapter
 
VisitorAttributeUndef - exception codec.visit.VisitorAttributeUndef.
Exception thrown by Visitor in case PDU name refers to attribute not found in Interface Repository.
VisitorAttributeUndef() - Constructor for class codec.visit.VisitorAttributeUndef
 
VisitorAttributeUndef(String) - Constructor for class codec.visit.VisitorAttributeUndef
 
VisitorInvalidFormat - exception codec.visit.VisitorInvalidFormat.
Exception thrown by Visitor in case PDU has invalid format.
VisitorInvalidFormat() - Constructor for class codec.visit.VisitorInvalidFormat
 
VisitorInvalidFormat(String) - Constructor for class codec.visit.VisitorInvalidFormat
 
VisitorNotClient - exception codec.visit.VisitorNotClient.
Exception thrown by Visitor in case PDU is sent through registered PCO, but this PCO does not represent Client object as it should in the context of current invocation.
VisitorNotClient() - Constructor for class codec.visit.VisitorNotClient
 
VisitorNotClient(String) - Constructor for class codec.visit.VisitorNotClient
 
VisitorNotServer - exception codec.visit.VisitorNotServer.
Exception thrown by Visitor in case PDU is sent through registered PCO, but this PCO does not represent Server object as it should in the context of current invocation.
VisitorNotServer() - Constructor for class codec.visit.VisitorNotServer
 
VisitorNotServer(String) - Constructor for class codec.visit.VisitorNotServer
 
VisitorOperationUndef - exception codec.visit.VisitorOperationUndef.
Exception thrown by Visitor in case PDU name refers to operation not found in Interface Repository.
VisitorOperationUndef() - Constructor for class codec.visit.VisitorOperationUndef
 
VisitorOperationUndef(String) - Constructor for class codec.visit.VisitorOperationUndef
 
VisitorPcoUnreg - exception codec.visit.VisitorPcoUnreg.
Exception thrown by Visitor in case PDU is sent through unregistered PCO.
VisitorPcoUnreg() - Constructor for class codec.visit.VisitorPcoUnreg
 
VisitorPcoUnreg(String) - Constructor for class codec.visit.VisitorPcoUnreg
 
visitSequenceBegin(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitSequenceBegin(StructValue) - Method in class codec.visit.ServerCallVisitor
 
visitSequenceEnd(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitSequenceEnd(StructValue) - Method in class codec.visit.ServerCallVisitor
 
visitSequenceOfBegin(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitSequenceOfBegin(StructValue) - Method in class codec.visit.NamingContextVisitor
 
visitSequenceOfBegin(StructValue) - Method in class codec.visit.ServerCallVisitor
 
visitSequenceOfEnd(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitSequenceOfEnd(StructValue) - Method in class codec.visit.NamingContextVisitor
 
visitSequenceOfEnd(StructValue) - Method in class codec.visit.ServerCallVisitor
 
visitStructValueBegin(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitStructValueEnd(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitTableBegin(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitTableEnd(StructValue) - Method in class codec.visit.BasicAspVisitor
 
visitValue(Value) - Method in class codec.visit.BasicAspVisitor
 

W

WAIT_TIMEOUT_MILLIS - Static variable in class codec.client.ClientPool
Defines how regularly sleeping thread will check for changes in DynObject status.

_

_ids() - Method in class codec.client.DynObject
 

A B C D E F G H I L M N O P R S T U V W _
Calypso Gateway v1.0