FileDocCategorySizeDatePackage
ObjectReferenceTemplate.javaAPI DocJava SE 6 API954Tue Jun 10 01:33:20 BST 2008org.omg.PortableInterceptor

ObjectReferenceTemplate

public interface ObjectReferenceTemplate implements org.omg.PortableInterceptor.ObjectReferenceFactory
The object reference template. An instance of this must exist for each object adapter created in an ORB. The server_id, orb_id, and adapter_name attributes uniquely identify this template within the scope of an IMR. Note that adapter_id is similarly unique within the same scope, but it is opaque, and less useful in many cases.

Fields Summary
Constructors Summary
Methods Summary
public abstract java.lang.String[]adapter_name()

public abstract java.lang.Stringorb_id()

public abstract java.lang.Stringserver_id()