org.omg.CORBA

Class Request

Known Direct Subclasses:
Request

public abstract class Request
extends java.lang.Object

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

Any
add_in_arg()
Any
add_inout_arg()
Any
add_named_in_arg(String name)
Any
add_named_inout_arg(String name)
Any
add_named_out_arg(String name)
Any
add_out_arg()
NVList
arguments()
ContextList
contexts()
Context
ctx()
void
ctx(Context ctx)
Environment
env()
ExceptionList
exceptions()
void
get_response()
void
invoke()
String
operation()
boolean
poll_response()
NamedValue
result()
Any
return_value()
void
send_deferred()
void
send_oneway()
void
set_return_type(TypeCode tc)
Object
target()

Method Details

add_in_arg

public Any add_in_arg()


add_inout_arg

public Any add_inout_arg()


add_named_in_arg

public Any add_named_in_arg(String name)


add_named_inout_arg

public Any add_named_inout_arg(String name)


add_named_out_arg

public Any add_named_out_arg(String name)


add_out_arg

public Any add_out_arg()


arguments

public NVList arguments()


contexts

public ContextList contexts()


ctx

public Context ctx()


ctx

public void ctx(Context ctx)


env

public Environment env()


exceptions

public ExceptionList exceptions()


get_response

public void get_response()
            throws WrongTransaction


invoke

public void invoke()


operation

public String operation()


poll_response

public boolean poll_response()


result

public NamedValue result()


return_value

public Any return_value()


send_deferred

public void send_deferred()


send_oneway

public void send_oneway()


set_return_type

public void set_return_type(TypeCode tc)


target

public Object target()