Package com.sun.corba.ee.spi.ior
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
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
-
Method Details
-
getId
@ManagedAttribute @Description("Id of tagged component or profile") int getId()Return the (type) identity of this entity.- Returns:
- int
-