|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.PortableServer.Servant | +--org.omg.CORBA.PrimitiveDefPOA | +--org.omg.CORBA.PrimitiveDefPOATie
A PrimitiveDef represents one of the OMG IDL primitive types. As primitive types are unnamed, this interface is not derived from TypedefDef or Contained.
Constructor Summary | |
PrimitiveDefPOATie(PrimitiveDefOperations tieObject)
Constructor |
|
PrimitiveDefPOATie(PrimitiveDefOperations tieObject,
POA poa)
Constructor |
Method Summary | |
POA |
_default_POA()
_default_POA method |
PrimitiveDefOperations |
_delegate()
Get the delegate |
void |
_delegate(PrimitiveDefOperations delegate_)
Set the delegate |
DefinitionKind |
def_kind()
Read accessor for def_kind attribute |
void |
destroy()
Operation destroy |
PrimitiveKind |
kind()
Read accessor for kind attribute |
TypeCode |
type()
Read accessor for type attribute |
Methods inherited from class org.omg.CORBA.PrimitiveDefPOA |
_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 PrimitiveDefPOATie(PrimitiveDefOperations tieObject)
public PrimitiveDefPOATie(PrimitiveDefOperations tieObject, POA poa)
Method Detail |
public PrimitiveDefOperations _delegate()
public void _delegate(PrimitiveDefOperations delegate_)
public POA _default_POA()
_default_POA
in class Servant
public PrimitiveKind kind()
public TypeCode type()
public DefinitionKind def_kind()
public void destroy()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |