FileDocCategorySizeDatePackage
Identifiable.javaAPI DocJava SE 5 API672Fri Aug 26 14:54:36 BST 2005com.sun.corba.se.spi.ior

Identifiable

public interface Identifiable implements 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.
author
Ken Cavanaugh

Fields Summary
Constructors Summary
Methods Summary
public intgetId()
Return the (type) identity of this entity.

return
int