package com.sun.corba.se.PortableActivationIDL;
/**
* com/sun/corba/se/PortableActivationIDL/InitialNameServiceOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /var/lib/jenkins/jobs/openjdk/jobs/openjdk9/workspace/jdk9/corba/src/java.corba/share/classes/com/sun/corba/se/PortableActivationIDL/activation.idl
* Sunday, February 14, 2021 4:59:55 PM UTC
*/
Interface used to support binding references in the bootstrap name
service.
/** Interface used to support binding references in the bootstrap name
* service.
*/
public interface InitialNameServiceOperations
{
bind initial name
/** bind initial name
*/
void bind (String name, org.omg.CORBA.Object obj, boolean isPersistant) throws com.sun.corba.se.PortableActivationIDL.InitialNameServicePackage.NameAlreadyBound;
} // interface InitialNameServiceOperations