Interface org.omg.CORBA.OperationDef
All Packages Class Hierarchy This Package Previous Next Index
Interface org.omg.CORBA.OperationDef
- public interface OperationDef
- extends Object
- extends Object, Contained
An OperationDef represents the information that defines anoperation of an interface.
-
contexts()
-
-
contexts(String[])
-
-
exceptions()
-
-
exceptions(ExceptionDef[])
-
-
mode()
-
-
mode(OperationMode)
-
-
params()
-
-
params(ParameterDescription[])
-
-
result()
-
-
result_def()
-
-
result_def(IDLType)
-
result
public abstract TypeCode result() throws SystemException
result_def
public abstract IDLType result_def() throws SystemException
result_def
public abstract void result_def(IDLType arg) throws SystemException
params
public abstract ParameterDescription[] params() throws SystemException
params
public abstract void params(ParameterDescription arg[]) throws SystemException
mode
public abstract OperationMode mode() throws SystemException
mode
public abstract void mode(OperationMode arg) throws SystemException
contexts
public abstract String[] contexts() throws SystemException
contexts
public abstract void contexts(String arg[]) throws SystemException
exceptions
public abstract ExceptionDef[] exceptions() throws SystemException
exceptions
public abstract void exceptions(ExceptionDef arg[]) throws SystemException
All Packages Class Hierarchy This Package Previous Next Index