Interface Identifiable

All Superinterfaces:
Writeable
All Known Subinterfaces:
AlternateIIOPAddressComponent, ClusterInstanceInfoComponent, CodeSetsComponent, IIOPProfile, IIOPProfileTemplate, JavaCodebaseComponent, LoadBalancingComponent, MaxStreamFormatVersionComponent, ORBTypeComponent, RequestPartitioningComponent, TaggedComponent, TaggedProfile, TaggedProfileTemplate
All Known Implementing Classes:
AlternateIIOPAddressComponentImpl, ClusterInstanceInfoComponentImpl, CodeSetsComponentImpl, GenericIdentifiable, GenericTaggedComponent, GenericTaggedProfile, IdentifiableBase, IIOPProfileImpl, IIOPProfileTemplateImpl, JavaCodebaseComponentImpl, JavaSerializationComponent, LoadBalancingComponentImpl, MaxStreamFormatVersionComponentImpl, ORBTypeComponentImpl, RequestPartitioningComponentImpl, TaggedComponentBase, TaggedProfileTemplateBase, VirtualAddressAgentImpl.SpecialIIOPProfileImpl, VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl

public interface Identifiable extends Writeable
This interface represents an entity that can be written to an OutputStream and has an identity that is represented by an integer. This identity is essentially the type of the entity, and is used in order to know how to read the entity back from an InputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Return the (type) identity of this entity.

    Methods inherited from interface com.sun.corba.ee.spi.ior.Writeable

    write
  • Method Details

    • getId

      @ManagedAttribute @Description("Id of tagged component or profile") int getId()
      Return the (type) identity of this entity.
      Returns:
      int