org.jacorb.idl

Class ReplyHandler

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.9 2006/05/17 12:53:42 alphonse.bendt Exp $

Constructor Summary
ReplyHandler(Interface parent)
Method Summary
Stringid()
voidparse()
voidprint(PrintWriter ps)

Constructor Detail

ReplyHandler

public ReplyHandler(Interface parent)

Method Detail

id

public String id()

parse

public void parse()

print

public void print(PrintWriter ps)