|
Public Member Functions |
| ObjectKey () |
| ObjectKey (ServerDelegate *impl) |
| server side implementation
|
| ObjectKey (IN(RString) str) |
| client side
|
| ObjectKey (::org::omg::CORBA::GIOP::MessageHeader &messageHeader,::org::omg::CORBA::GIOP::RequestHeader &requestHeader) |
RString | toString () |
| return a string representation of this object Object::toString() return getName() by default
|
acdk::lang::Object | getLocalObject () |
bool | isLocal () |
bool | isNil () |
| returns true if the underlying reference is Nil
|
RString | object_to_string () |
void | fromObjectKey () |
| set information from allready set object_key
|
void | toObjectKey () |
| write information from information into object_key
|
void | fromInterIOPData (sequence< octet > &profile_data) |
void | fromIOR () |
| set information from already readed IOR
|
void | toIOR () |
| write information from information into IOR
|
org::omg::CORBA::IOP::IOR & | getIOR () |
RbyteArray | objectId () |
Static Public Member Functions |
RObjectKey | string_to_object (IN(RString) str) |
RString | classNameFromRepId (IN(RString) str) |
void | registerRepId (const acdk::lang::dmi::ClazzInfo *ci, const char *name, short major, short minor) |
Public Attributes |
org::omg::CORBA::GIOP::Version | version |
| Holds GIOP / IIOP Version.
|
org::omg::CORBA::IOP::IOR | ior |
bool | ior_inited |
RString | type_id |
| the CORBA type id.
|
RbyteArray | object_key |
| the CORBA stringified object reference.
|
RString | protokoll |
RString | network |
int | port |
int | pid |
| proces id, which serves this object.
|
ServerDelegate * | localObject |
| in case is local object.
|
bool | _isLocal |
| This instance is a local object localObject can be addressed.
|
bool | _isAcdkObject |
| acdk::lang::Object is a ACDK object and understand DMI DII.
|
SkelInfoClassesStruct * | _skel |
| in case it has a ProxhyClass
|