FileDocCategorySizeDatePackage
ObjectReferenceTemplate.javaAPI DocJava SE 5 API950Fri Aug 26 17:25:10 BST 2005org.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()