|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CORBA.OperationDefPOA
org.openorb.ir.impl.OperationDefImpl
public class OperationDefImpl
This class is the OperationDef implementation.
Constructor Summary | |
---|---|
OperationDefImpl(org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA parentPOA,
OperationDefHome home)
Constructor |
Method Summary | |
---|---|
java.lang.String |
absolute_name()
The absolute_name attribute is an absolute ScopedName that identifies a Contained object uniquely within its enclosing Repository. |
org.omg.CORBA.Repository |
containing_repository()
The containing_repository attribute identifies the Repository that is eventually reached by recursively following the object's defined_in attribute. |
java.lang.String[] |
contexts()
The contexts attribute specifies the list of context identifiers that apply to the operation. |
void |
contexts(java.lang.String[] value)
The contexts attribute specifies the list of context identifiers that apply to the operation. |
org.omg.CORBA.DefinitionKind |
def_kind()
The def_kind type_name attribute identifies the type of the definition. |
org.omg.CORBA.Container |
defined_in()
Contained objects also have a defined_in attribute that identifies the Container within which they are defined. |
org.omg.CORBA.ContainedPackage.Description |
describe()
The describe operation returns a structure containing information about the interface. |
void |
destroy()
The destroy operation causes the object to cease to exist. |
org.omg.CORBA.ExceptionDef[] |
exceptions()
The exceptions attribute specifies the list of exception types that can be raised by the operation. |
void |
exceptions(org.omg.CORBA.ExceptionDef[] value)
The exceptions attribute specifies the list of exception types that can be raised by the operation. |
OperationDefHome |
getHome()
Get the OperationDef home |
java.lang.String |
id()
An object that is contained by another object has an id attribute that identifies it globally. |
void |
id(java.lang.String value)
An object that is contained by another object has an id attribute that identifies it globally. |
org.omg.CORBA.OperationMode |
mode()
The mode attribute of accessor operations is OP_NORMAL. |
void |
mode(org.omg.CORBA.OperationMode value)
The mode attribute of accessor operations is OP_NORMAL. |
void |
move(org.omg.CORBA.Container new_contained,
java.lang.String new_name,
java.lang.String new_version)
The move operation atomically removes this object from its current Container, and adds it to the Container specified by new_container must satisfy the following conditions: It must be in the same Repository. |
java.lang.String |
name()
An object that is contained by another object has a name attribute that identifies it uniquely within the enclosing Container object. |
void |
name(java.lang.String value)
An object that is contained by another object has a name attribute that identifies it uniquely within the enclosing Container object. |
org.omg.CORBA.ParameterDescription[] |
params()
The params attribute describes the parameters of the operation. |
void |
params(org.omg.CORBA.ParameterDescription[] value)
The params attribute describes the parameters of the operation. |
org.omg.CORBA.IDLType |
result_def()
The result_def attribute identifies the definition of the returned type. |
void |
result_def(org.omg.CORBA.IDLType value)
The result_def attribute identifies the definition of the returned type. |
org.omg.CORBA.TypeCode |
result()
The result attribute is a TypeCode describing the type of the value returned by the operation. |
java.lang.String |
version()
An object that is contained by another object has a version attribute that distinguishes it from other versioned objects with the same name. |
void |
version(java.lang.String value)
An object that is contained by another object has a version attribute that distinguishes it from other versioned objects with the same name. |
Methods inherited from class org.omg.CORBA.OperationDefPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationDefImpl(org.omg.CORBA.ORB orb, org.omg.PortableServer.POA parentPOA, OperationDefHome home)
Method Detail |
---|
public OperationDefHome getHome()
public org.omg.CORBA.TypeCode result()
public org.omg.CORBA.IDLType result_def()
public void result_def(org.omg.CORBA.IDLType value)
public org.omg.CORBA.ParameterDescription[] params()
public void params(org.omg.CORBA.ParameterDescription[] value)
public org.omg.CORBA.OperationMode mode()
public void mode(org.omg.CORBA.OperationMode value)
public java.lang.String[] contexts()
public void contexts(java.lang.String[] value)
public org.omg.CORBA.ExceptionDef[] exceptions()
public void exceptions(org.omg.CORBA.ExceptionDef[] value)
public org.omg.CORBA.DefinitionKind def_kind()
public void destroy()
public java.lang.String id()
public void id(java.lang.String value)
public java.lang.String name()
public void name(java.lang.String value)
public java.lang.String version()
public void version(java.lang.String value)
public org.omg.CORBA.Container defined_in()
public java.lang.String absolute_name()
public org.omg.CORBA.Repository containing_repository()
public org.omg.CORBA.ContainedPackage.Description describe()
public void move(org.omg.CORBA.Container new_contained, java.lang.String new_name, java.lang.String new_version)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |