org.omg.CORBA
Class _OperationDefStub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CORBA._OperationDefStub
All Implemented Interfaces:
Contained, ContainedOperations, IDLEntity, IRObject, IRObjectOperations, Object, OperationDef, OperationDefOperations, java.io.Serializable

public class _OperationDefStub
extends ObjectImpl
implements OperationDef

An OperationDef represents the information needed to define an operation of an interface.

See Also:
Serialized Form

Constructor Summary
_OperationDefStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 java.lang.String absolute_name()
          Read accessor for absolute_name attribute
 Repository containing_repository()
          Read accessor for containing_repository attribute
 java.lang.String[] contexts()
          Read accessor for contexts attribute
 void contexts(java.lang.String[] value)
          Write accessor for contexts attribute
 DefinitionKind def_kind()
          Read accessor for def_kind attribute
 Container defined_in()
          Read accessor for defined_in attribute
 Description describe()
          Operation describe
 void destroy()
          Operation destroy
 ExceptionDef[] exceptions()
          Read accessor for exceptions attribute
 void exceptions(ExceptionDef[] value)
          Write accessor for exceptions attribute
 java.lang.String id()
          Read accessor for id attribute
 void id(java.lang.String value)
          Write accessor for id attribute
 OperationMode mode()
          Read accessor for mode attribute
 void mode(OperationMode value)
          Write accessor for mode attribute
 void move(Container new_container, java.lang.String new_name, java.lang.String new_version)
          Operation move
 java.lang.String name()
          Read accessor for name attribute
 void name(java.lang.String value)
          Write accessor for name attribute
 ParameterDescription[] params()
          Read accessor for params attribute
 void params(ParameterDescription[] value)
          Write accessor for params attribute
 IDLType result_def()
          Read accessor for result_def attribute
 void result_def(IDLType value)
          Write accessor for result_def attribute
 TypeCode result()
          Read accessor for result attribute
 java.lang.String version()
          Read accessor for version attribute
 void version(java.lang.String value)
          Write accessor for version attribute
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

_OperationDefStub

public _OperationDefStub()
Method Detail

_ids

public java.lang.String[] _ids()
Overrides:
_ids in class ObjectImpl

result

public TypeCode result()
Read accessor for result attribute
Specified by:
result in interface OperationDefOperations
Returns:
the attribute value

result_def

public IDLType result_def()
Read accessor for result_def attribute
Specified by:
result_def in interface OperationDefOperations
Returns:
the attribute value

result_def

public void result_def(IDLType value)
Write accessor for result_def attribute
Specified by:
result_def in interface OperationDefOperations
Parameters:
value - the attribute value

params

public ParameterDescription[] params()
Read accessor for params attribute
Specified by:
params in interface OperationDefOperations
Returns:
the attribute value

params

public void params(ParameterDescription[] value)
Write accessor for params attribute
Specified by:
params in interface OperationDefOperations
Parameters:
value - the attribute value

mode

public OperationMode mode()
Read accessor for mode attribute
Specified by:
mode in interface OperationDefOperations
Returns:
the attribute value

mode

public void mode(OperationMode value)
Write accessor for mode attribute
Specified by:
mode in interface OperationDefOperations
Parameters:
value - the attribute value

contexts

public java.lang.String[] contexts()
Read accessor for contexts attribute
Specified by:
contexts in interface OperationDefOperations
Returns:
the attribute value

contexts

public void contexts(java.lang.String[] value)
Write accessor for contexts attribute
Specified by:
contexts in interface OperationDefOperations
Parameters:
value - the attribute value

exceptions

public ExceptionDef[] exceptions()
Read accessor for exceptions attribute
Specified by:
exceptions in interface OperationDefOperations
Returns:
the attribute value

exceptions

public void exceptions(ExceptionDef[] value)
Write accessor for exceptions attribute
Specified by:
exceptions in interface OperationDefOperations
Parameters:
value - the attribute value

id

public java.lang.String id()
Read accessor for id attribute
Specified by:
id in interface ContainedOperations
Returns:
the attribute value

id

public void id(java.lang.String value)
Write accessor for id attribute
Specified by:
id in interface ContainedOperations
Parameters:
value - the attribute value

name

public java.lang.String name()
Read accessor for name attribute
Specified by:
name in interface ContainedOperations
Returns:
the attribute value

name

public void name(java.lang.String value)
Write accessor for name attribute
Specified by:
name in interface ContainedOperations
Parameters:
value - the attribute value

version

public java.lang.String version()
Read accessor for version attribute
Specified by:
version in interface ContainedOperations
Returns:
the attribute value

version

public void version(java.lang.String value)
Write accessor for version attribute
Specified by:
version in interface ContainedOperations
Parameters:
value - the attribute value

defined_in

public Container defined_in()
Read accessor for defined_in attribute
Specified by:
defined_in in interface ContainedOperations
Returns:
the attribute value

absolute_name

public java.lang.String absolute_name()
Read accessor for absolute_name attribute
Specified by:
absolute_name in interface ContainedOperations
Returns:
the attribute value

containing_repository

public Repository containing_repository()
Read accessor for containing_repository attribute
Specified by:
containing_repository in interface ContainedOperations
Returns:
the attribute value

describe

public Description describe()
Operation describe
Specified by:
describe in interface ContainedOperations

move

public void move(Container new_container,
                 java.lang.String new_name,
                 java.lang.String new_version)
Operation move
Specified by:
move in interface ContainedOperations

def_kind

public DefinitionKind def_kind()
Read accessor for def_kind attribute
Specified by:
def_kind in interface IRObjectOperations
Returns:
the attribute value

destroy

public void destroy()
Operation destroy
Specified by:
destroy in interface IRObjectOperations