|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.idl.runtime.symbol
org.jacorb.idl.IdlSymbol
org.jacorb.idl.Declaration
org.jacorb.idl.TypeDeclaration
org.jacorb.idl.Interface
org.jacorb.idl.ReplyHandler
A ReplyHandler receives replies of asynchronous invocations of another interface (we call this interface the "parent" of the ReplyHandler).
Field Summary |
Fields inherited from class org.jacorb.idl.Interface |
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 | |
java.lang.String |
id()
|
void |
parse()
empty parse |
void |
print(java.io.PrintWriter ps)
|
Methods inherited from class org.jacorb.idl.Interface |
accept, basic, clone, declaration, get_ids, getScopeData, getTypeCodeExpression, getTypeCodeExpression, holderName, openOutput, printClassComment, printHelper, printHolder, printImplSkeleton, printInterface, printIRHelper, printLocalBase, printLocalTie, printOperations, printPackage, printReadExpression, printStub, printSuperclassImports, printTieSkeleton, printWriteStatement, set_abstract, set_included, set_locality, setEnclosingSymbol, setPackage, setScopeData, toString, typeName |
Methods inherited from class org.jacorb.idl.TypeDeclaration |
getIDLTypeName, getJavaTypeName, getRecursiveTypeCodeExpression, markTypeDefd, printReadStatement |
Methods inherited from class org.jacorb.idl.IdlSymbol |
addImportedAlias, addImportedName, addImportedName, addImportedNameHolder, deEscapeName, escapeName, generateIncluded, get_token, getEnclosingSymbol, is_included, is_pseudo, isEscaped, name, new_num, omgPrefix, printIdMethod, printImport, set_name, set_pseudo, set_token, setPrintPhaseNames |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jacorb.idl.Scope |
get_token, name |
Constructor Detail |
public ReplyHandler(Interface parent)
Method Detail |
public java.lang.String id()
id
in class IdlSymbol
public void parse()
IdlSymbol
parse
in class Interface
public void print(java.io.PrintWriter ps)
print
in class Interface
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |