org.omg.SendingContext
Class _CodeBaseStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.SendingContext._CodeBaseStub
All Implemented Interfaces:
Serializable, Object, IDLEntity, CodeBase, CodeBaseOperations, RunTime, RunTimeOperations

public class _CodeBaseStub
extends ObjectImpl
implements CodeBase

Generated by the JacORB IDL compiler.

See Also:
Serialized Form

Field Summary
static Class _opsClass
           
 
Constructor Summary
_CodeBaseStub()
           
 
Method Summary
 String[] _ids()
           
 String[] bases(String id)
           
 Repository get_ir()
           
 String implementation(String id)
           
 String[] implementations(String[] ids)
           
 FullValueDescription meta(String id)
           
 FullValueDescription[] metas(String id)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_opsClass

public static final Class _opsClass
Constructor Detail

_CodeBaseStub

public _CodeBaseStub()
Method Detail

_ids

public String[] _ids()
Specified by:
_ids in class ObjectImpl

get_ir

public Repository get_ir()
Specified by:
get_ir in interface CodeBaseOperations

bases

public String[] bases(String id)
Specified by:
bases in interface CodeBaseOperations

meta

public FullValueDescription meta(String id)
Specified by:
meta in interface CodeBaseOperations

implementations

public String[] implementations(String[] ids)
Specified by:
implementations in interface CodeBaseOperations

metas

public FullValueDescription[] metas(String id)
Specified by:
metas in interface CodeBaseOperations

implementation

public String implementation(String id)
Specified by:
implementation in interface CodeBaseOperations


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.