FileDocCategorySizeDatePackage
NotLocalLocalCRDImpl.javaAPI DocJava SE 5 API1121Fri Aug 26 14:54:30 BST 2005com.sun.corba.se.impl.protocol

NotLocalLocalCRDImpl

public class NotLocalLocalCRDImpl extends Object implements com.sun.corba.se.spi.protocol.LocalClientRequestDispatcher
author
Harold Carr

Fields Summary
Constructors Summary
Methods Summary
public booleanis_local(org.omg.CORBA.Object self)

	return false;
    
public voidservant_postinvoke(org.omg.CORBA.Object self, org.omg.CORBA.portable.ServantObject servant)

	//throw new INTERNAL();
    
public org.omg.CORBA.portable.ServantObjectservant_preinvoke(org.omg.CORBA.Object self, java.lang.String operation, java.lang.Class expectedType)

	// REVISIT: Rewrite rmic.HelloTest and rmic.LocalStubTest
	// (which directly call servant_preinvoke)
	// then revert to exception again.
	return null;
	//throw new INTERNAL();
    
public booleanuseLocalInvocation(org.omg.CORBA.Object self)

	return false;