Package com.sun.corba.se.spi.ior
Interface IdentifiableFactory
- All Known Implementing Classes:
EncapsulationFactoryBase
public interface IdentifiableFactory
Factory interface for creating Identifiables.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(InputStream in) Construct the appropriate Identifiable object with the given id from the InputStream is.intgetId()Return the id of this factory, which is the id of the result of any create call.
-
Method Details
-
getId
int getId()Return the id of this factory, which is the id of the result of any create call. -
create
Construct the appropriate Identifiable object with the given id from the InputStream is.
-