Java Platform 1.2
Beta 4

Interface org.omg.CORBA.OperationDef


public abstract interface OperationDef
extends Object, Contained
An OperationDef represents the information that defines an operation of an interface.


Method Summary
 String[] contexts()
           
 void contexts(String[] arg)
           
 ExceptionDef[] exceptions()
           
 void exceptions(ExceptionDef[] arg)
           
 OperationMode mode()
           
 void mode(OperationMode arg)
           
 ParameterDescription[] params()
           
 void params(ParameterDescription[] arg)
           
 IDLType result_def()
           
 void result_def(IDLType arg)
           
 TypeCode result()
           
 
Methods inherited from interface org.omg.CORBA.Contained
absolute_name , containing_repository , defined_in , describe , id , id , move , name , name , version , version
 
Methods inherited from interface org.omg.CORBA.IRObject
def_kind , destroy
 

Method Detail

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)

Java Platform 1.2
Beta 4

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.