|
|||||||||
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.FixedDefPOA
org.omg.CORBA.FixedDefPOATie
A FixedDef represents an IDL fixed point type.
Constructor Summary | |
FixedDefPOATie(FixedDefOperations tieObject)
|
|
FixedDefPOATie(FixedDefOperations tieObject,
POA poa)
|
Method Summary | |
POA |
_default_POA()
|
FixedDefOperations |
_delegate()
|
void |
_delegate(FixedDefOperations delegate_)
|
DefinitionKind |
def_kind()
The def_kind type_name attribute identifies the type of the definition. |
void |
destroy()
The destroy operation causes the object to cease to exist. |
short |
digits()
The digits attribute specifies the total number of decimal digits in the number, and must be from 1 to 31, inclusive. |
void |
digits(short value)
The digits attribute specifies the total number of decimal digits in the number, and must be from 1 to 31, inclusive. |
short |
scale()
The scale attribute specifies the position of the decimal point. |
void |
scale(short value)
The scale attribute specifies the position of the decimal point. |
TypeCode |
type()
The type attribute describes the type defined by an object derived from IDLType. |
Methods inherited from class org.omg.CORBA.FixedDefPOA |
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
_get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _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 FixedDefPOATie(FixedDefOperations tieObject)
public FixedDefPOATie(FixedDefOperations tieObject, POA poa)
Method Detail |
public FixedDefOperations _delegate()
public void _delegate(FixedDefOperations delegate_)
public POA _default_POA()
_default_POA
in class Servant
public short digits()
FixedDefOperations
public void digits(short value)
FixedDefOperations
public short scale()
FixedDefOperations
public void scale(short value)
FixedDefOperations
public TypeCode type()
IDLTypeOperations
public DefinitionKind def_kind()
IRObjectOperations
public void destroy()
IRObjectOperations
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |