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
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
Return the (type) identity of this entity.
-