Interface org.omg.CORBA.OperationDef
- public abstract interface OperationDef
- extends Object, Contained
An OperationDef represents the information that defines an
operation of an interface.
Methods inherited from interface org.omg.CORBA.Contained |
absolute_name
, containing_repository
, defined_in
, describe
, id
, id
, move
, name
, name
, version
, version
|
result
public TypeCode result()
result_def
public IDLType result_def()
result_def
public void result_def(IDLType arg)
params
public ParameterDescription[] params()
params
public void params(ParameterDescription[] arg)
mode
public OperationMode mode()
mode
public void mode(OperationMode arg)
contexts
public String[] contexts()
contexts
public void contexts(String[] arg)
exceptions
public ExceptionDef[] exceptions()
exceptions
public void exceptions(ExceptionDef[] arg)
Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.