Java Platform 1.2
Beta 4

Uses of Class
org.omg.CORBA.OperationMode

Packages that use OperationMode
org.omg.CORBA   
 

Uses of OperationMode in org.omg.CORBA
 

Fields in org.omg.CORBA declared as OperationMode
 OperationMode OperationDescription.mode
           
static OperationMode OperationMode.OP_NORMAL
           
static OperationMode OperationMode.OP_ONEWAY
           
 

Methods in org.omg.CORBA that return OperationMode
 OperationMode OperationDef.mode()
           
static OperationMode OperationMode.from_int(int i)
           
 

Methods in org.omg.CORBA with parameters of type OperationMode
 void OperationDef.mode(OperationMode arg)
           
 OperationDef ValueDef.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 OperationDef InterfaceDef.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 

Constructors in org.omg.CORBA with parameters of type OperationMode
OperationDescription.OperationDescription(String __name, String __id, String __defined_in, String __version, TypeCode __result, OperationMode __mode, String[] __contexts, ParameterDescription[] __parameters, ExceptionDescription[] __exceptions)
           
 


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.