org.jacorb.idl

Class ReplyHandler

Implemented Interfaces:
Scope

public class ReplyHandler
extends Interface

A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler).

Author:
Andre Spiegel $Id: ReplyHandler.java,v 1.6 2004/05/06 12:39:58 nicolas Exp $

Field Summary

Fields inherited from class org.jacorb.idl.Interface

abstractInterfaces, body, inheritanceSpec

Fields inherited from class org.jacorb.idl.TypeDeclaration

type_decl

Fields inherited from class org.jacorb.idl.IdlSymbol

_id, enclosing_symbol, fileSeparator, included, inhibitionFlag, is_pseudo, omg_package_prefix, pack_name

Fields inherited from class org.jacorb.idl.runtime.symbol

parse_state, sym

Constructor Summary

ReplyHandler(Interface parent)

Method Summary

String
id()
void
parse()
empty parse
void
print(PrintWriter ps)

Methods inherited from class org.jacorb.idl.Interface

accept, basic, clone, declaration, getScopeData, getTypeCodeExpression, getTypeCodeExpression, get_ids, holderName, openOutput, parse, print, printClassComment, printHelper, printHolder, printIRHelper, printImplSkeleton, printInterface, printLocalBase, printLocalTie, printOperations, printPackage, printReadExpression, printStub, printSuperclassImports, printTieSkeleton, printWriteStatement, setEnclosingSymbol, setPackage, setScopeData, set_abstract, set_included, set_locality, toString, typeName

Methods inherited from class org.jacorb.idl.TypeDeclaration

accept, basic, clone, declaration, getIDLTypeName, getJavaTypeName, getRecursiveTypeCodeExpression, getTypeCodeExpression, getTypeCodeExpression, holderName, markTypeDefd, parse, print, printReadExpression, printReadStatement, printWriteStatement, setEnclosingSymbol, setPackage, set_included, toString, typeName

Methods inherited from class org.jacorb.idl.Declaration

accept

Methods inherited from class org.jacorb.idl.IdlSymbol

accept, addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, getEnclosingSymbol, get_token, id, isEscaped, is_included, is_pseudo, name, new_num, omgPrefix, parse, print, printIdMethod, printImport, setEnclosingSymbol, setPackage, setPrintPhaseNames, set_name, set_pseudo, set_token

Constructor Details

ReplyHandler

public ReplyHandler(Interface parent)

Method Details

id

public String id()
Overrides:
id in interface IdlSymbol

Returns:
this symbol's repository Id


parse

public void parse()
empty parse
Overrides:
parse in interface Interface


print

public void print(PrintWriter ps)
Overrides:
print in interface Interface