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

IIOPProfile

public interface IIOPProfile implements com.sun.corba.se.spi.ior.TaggedProfile
IIOPProfile represents an IIOP tagged profile. It is essentially composed of an object identifier and a template. The template contains all of the IIOP specific information in the profile. Templates are frequently shared between many different profiles, while the object identifiy is unique to each profile.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetCodebase()
Return the Codebase of this profile. Caches the result.

public com.sun.corba.se.spi.ior.iiop.GIOPVersiongetGIOPVersion()
Return the GIOPVersion of this profile. Caches the result.

public com.sun.corba.se.spi.orb.ORBVersiongetORBVersion()

public java.lang.ObjectgetServant()
Return the servant for this profile, if it is local AND if the OA that implements this objref supports direct access to servants outside of an invocation. XXX move this to the ObjectKeyTemplate