Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuprolog.runtime.corba
Class _PrologCORBAImplBase  view _PrologCORBAImplBase download _PrologCORBAImplBase.java

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended byalice.tuprolog.runtime.corba._PrologCORBAImplBase
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler, org.omg.CORBA.Object, PrologCORBA, PrologCORBAOperations, java.io.Serializable
Direct Known Subclasses:
PrologCORBAImpl

public abstract class _PrologCORBAImplBase
extends org.omg.CORBA.portable.ObjectImpl
implements PrologCORBA, org.omg.CORBA.portable.InvokeHandler

alice/tuprolog/runtime/corba/_PrologCORBAImplBase.java Generated by the IDL-to-Java compiler (portable), version "3.0" from alice/tuprolog/runtime/corba/PrologCORBA.idl mercoledì 17 ottobre 2001 12.02.01 GMT+02:00


Field Summary
private static java.lang.String[] __ids
           
private static java.util.Hashtable _methods
           
 
Fields inherited from class org.omg.CORBA.portable.ObjectImpl
 
Constructor Summary
_PrologCORBAImplBase()
           
 
Method Summary
 java.lang.String[] _ids()
          Get the array of interface repository ids, defining this object.
 org.omg.CORBA.portable.OutputStream _invoke(java.lang.String method, org.omg.CORBA.portable.InputStream in, org.omg.CORBA.portable.ResponseHandler rh)
          Invoke the object method.
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface alice.tuprolog.runtime.corba.PrologCORBAOperations
clearTheory, getTheory, isSpy, loadLibrary, setSpy, setTheory, solve, solveEnd, solveHalt, solveNext, unloadLibrary
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_methods

private static java.util.Hashtable _methods

__ids

private static java.lang.String[] __ids
Constructor Detail

_PrologCORBAImplBase

public _PrologCORBAImplBase()
Method Detail

_invoke

public org.omg.CORBA.portable.OutputStream _invoke(java.lang.String method,
                                                   org.omg.CORBA.portable.InputStream in,
                                                   org.omg.CORBA.portable.ResponseHandler rh)
Description copied from interface: org.omg.CORBA.portable.InvokeHandler
Invoke the object method.

Specified by:
_invoke in interface org.omg.CORBA.portable.InvokeHandler

_ids

public java.lang.String[] _ids()
Description copied from class: org.omg.CORBA.portable.ObjectImpl
Get the array of interface repository ids, defining this object.