TaggedComponentpublic final class TaggedComponent extends Object implements org.omg.CORBA.portable.IDLEntityorg/omg/IOP/TaggedComponent.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
Tuesday, June 10, 2008 1:33:18 AM GMT-08:00 |
Fields Summary |
---|
public int | tagThe tag, represented as a component id. | public byte[] | component_dataThe component data associated with the component id. |
Constructors Summary |
---|
public TaggedComponent()
| public TaggedComponent(int _tag, byte[] _component_data)
tag = _tag;
component_data = _component_data;
|
|