File
Doc
Category
Size
Date
Package
ObjectKeyFactoryImpl.java
API Doc
Java SE 5 API
7216
Fri Aug 26 14:54:22 BST 2005
com.sun.corba.se.impl.ior
Handler
public interface Handler
Based on the magic and scid, return the appropriate ObjectKeyTemplate. Expects to be called with a valid magic. If scid is not valid, null should be returned.
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.corba.se.spi.ior.ObjectKeyTemplate
handle
(
int
magic,
int
scid,
org.omg.CORBA_2_3.portable.InputStream
is,
org.omg.CORBA.OctetSeqHolder
osh)
Java Code Source