TaggedProfilepublic final class TaggedProfile extends Object implements org.omg.CORBA.portable.IDLEntityorg/omg/IOP/TaggedProfile.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
Friday, August 26, 2005 11:25:04 PM GMT |
Fields Summary |
---|
public int | tagThe tag, represented as a profile id. | public byte[] | profile_dataThe associated profile data. |
Constructors Summary |
---|
public TaggedProfile()
| public TaggedProfile(int _tag, byte[] _profile_data)
tag = _tag;
profile_data = _profile_data;
|
|