Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.omg.CORBA.OperationDef


public interface OperationDef
extends Object, Contained

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)
 
TypeCode  result()
 
IDLType  result_def()
 
void  result_def(IDLType arg)
 
 

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)

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

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.