All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.SendingContext.CodeBaseOperations Maven / Gradle / Ivy

package org.omg.SendingContext;


/**
* org/omg/SendingContext/CodeBaseOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/jenkins/agent/workspace/orb-release-build/omgapi/src/main/idl/SendingContext.idl
* Sunday, February 14, 2021 7:42:42 PM GMT
*/


// services in the future
public interface CodeBaseOperations  extends org.omg.SendingContext.RunTimeOperations
{

  // Operation to obtain the IR from the sending context
  org.omg.CORBA.Repository get_ir ();

  // Operations to obtain a location of the implementation code
  String implementation (String x);
  String implementationx (String x);
  String[] implementations (String[] x);

  // the same information
  org.omg.CORBA.ValueDefPackage.FullValueDescription meta (String x);
  org.omg.CORBA.ValueDefPackage.FullValueDescription[] metas (String[] x);

  // information
  String[] bases (String x);
} // interface CodeBaseOperations




© 2015 - 2024 Weber Informatics LLC | Privacy Policy