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

IdentifiableFactory

public interface IdentifiableFactory
Factory interface for creating Identifiables.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.corba.se.spi.ior.Identifiablecreate(org.omg.CORBA_2_3.portable.InputStream in)
Construct the appropriate Identifiable object with the given id from the InputStream is.

public intgetId()
Return the id of this factory, which is the id of the result of any create call.