|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.IOP.IOR
an Interoperable Object Reference is a sequence of object-specific protocol profiles, plus a type ID.
Field Summary | |
TaggedProfile[] |
profiles
Struct member profiles |
java.lang.String |
type_id
Struct member type_id |
Constructor Summary | |
IOR()
Default constructor |
|
IOR(java.lang.String type_id,
TaggedProfile[] profiles)
Constructor with fields initialization |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String type_id
public TaggedProfile[] profiles
Constructor Detail |
public IOR()
public IOR(java.lang.String type_id, TaggedProfile[] profiles)
type_id
- type_id struct memberprofiles
- profiles struct member
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |