Package com.sun.corba.se.impl.ior
Class GenericIdentifiable
java.lang.Object
com.sun.corba.se.impl.ior.GenericIdentifiable
- All Implemented Interfaces:
Identifiable,Writeable
- Direct Known Subclasses:
GenericTaggedComponent,GenericTaggedProfile
- Author:
- This is used for unknown components and profiles. A TAG_MULTICOMPONENT_PROFILE will be represented this way.
-
Constructor Summary
ConstructorsConstructorDescriptionGenericIdentifiable(int id, byte[] data) GenericIdentifiable(int id, InputStream is) -
Method Summary
-
Constructor Details
-
GenericIdentifiable
-
GenericIdentifiable
public GenericIdentifiable(int id, byte[] data)
-
-
Method Details
-
getId
public int getId()Description copied from interface:IdentifiableReturn the (type) identity of this entity.- Specified by:
getIdin interfaceIdentifiable- Returns:
- int
-
write
Description copied from interface:WriteableWrite this object directly to the output stream. -
toString
-
equals
-
hashCode
public int hashCode() -
getData
public byte[] getData()
-