org.omg.CORBA
Class OperationDescription

java.lang.Object
  extended by org.omg.CORBA.OperationDescription
All Implemented Interfaces:
Serializable, IDLEntity

public final class OperationDescription
extends Object
implements IDLEntity

Generated from IDL struct "OperationDescription".

Version:
generated at Sep 22, 2012 10:58:05 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 String[] contexts
           
 String defined_in
           
 ExceptionDescription[] exceptions
           
 String id
           
 OperationMode mode
           
 String name
           
 ParameterDescription[] parameters
           
 TypeCode result
           
 String version
           
 
Constructor Summary
OperationDescription()
           
OperationDescription(String name, String id, String defined_in, String version, TypeCode result, OperationMode mode, String[] contexts, ParameterDescription[] parameters, ExceptionDescription[] exceptions)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

id

public String id

defined_in

public String defined_in

version

public String version

result

public TypeCode result

mode

public OperationMode mode

contexts

public String[] contexts

parameters

public ParameterDescription[] parameters

exceptions

public ExceptionDescription[] exceptions
Constructor Detail

OperationDescription

public OperationDescription()

OperationDescription

public OperationDescription(String name,
                            String id,
                            String defined_in,
                            String version,
                            TypeCode result,
                            OperationMode mode,
                            String[] contexts,
                            ParameterDescription[] parameters,
                            ExceptionDescription[] exceptions)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.