org.jacorb.idl
Class ReplyHandler
java.lang.Object
org.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.Declaration
org.jacorb.idl.TypeDeclaration
org.jacorb.idl.Interface
org.jacorb.idl.ReplyHandler
- All 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.13 2011-11-22 14:14:16 nick.cross Exp $
| Methods inherited from class org.jacorb.idl.Interface |
accept, basic, clone, declaration, get_ids, getScopeData, getTypeCodeExpression, getTypeCodeExpression, hasAbstractBase, helperName, holderName, openOutput, printElseNarrowFailed, printExtractResult, printHelper, printHolder, printImplSkeleton, printInsertIntoAny, printInterface, printIRHelper, printLocalBase, printLocalTie, printNarrow, printOperations, printPackage, printReadExpression, printStub, printStubInterposition, printSuperclassImports, printTieSkeleton, printWriteStatement, set_abstract, set_included, set_locality, setEnclosingSymbol, setPackage, setScopeData, toString, typeName |
| Methods inherited from class org.jacorb.idl.IdlSymbol |
addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, getFullName, is_included, is_pseudo, isEscaped, name, new_num, omgPrefix, printClassComment, printIdMethod, printImport, set_name, set_pseudo, set_token, setPrintPhaseNames |
ReplyHandler
public ReplyHandler(Interface parent)
id
public String id()
- Overrides:
id in class IdlSymbol
- Returns:
- this symbol's repository Id
parse
public void parse()
- Description copied from class:
IdlSymbol
- empty parse
- Overrides:
parse in class Interface
print
public void print(PrintWriter ps)
- Overrides:
print in class Interface
Copyright © 2012 JacORB. All Rights Reserved.