|
|||||||||
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.WstringDefPOA
org.omg.CORBA.WstringDefPOATie
A WstringDef represents an IDL wide string. The unbounded wide string type is represented as a PrimitiveDef. As wide string types are anonymous, this interface is not derived from TypedefDef or Contained.
Constructor Summary | |
WstringDefPOATie(WstringDefOperations tieObject)
|
|
WstringDefPOATie(WstringDefOperations tieObject,
POA poa)
|
Method Summary | |
POA |
_default_POA()
|
WstringDefOperations |
_delegate()
|
void |
_delegate(WstringDefOperations delegate_)
|
int |
bound()
The bound attribute specifies the maximum number of wide characters in a wide string, and must not be zero. |
void |
bound(int value)
The bound attribute specifies the maximum number of wide characters in a wide string, and must not be zero. |
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. |
TypeCode |
type()
The type attribute describes the type defined by an object derived from IDLType. |
Methods inherited from class org.omg.CORBA.WstringDefPOA |
_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 WstringDefPOATie(WstringDefOperations tieObject)
public WstringDefPOATie(WstringDefOperations tieObject, POA poa)
Method Detail |
public WstringDefOperations _delegate()
public void _delegate(WstringDefOperations delegate_)
public POA _default_POA()
_default_POA
in class Servant
public int bound()
WstringDefOperations
public void bound(int value)
WstringDefOperations
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 |