Package com.sun.org.omg.SendingContext
Class _CodeBaseStub
- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- com.sun.org.omg.SendingContext._CodeBaseStub
-
- All Implemented Interfaces:
CodeBase
,CodeBaseOperations
,java.io.Serializable
,Object
,IDLEntity
,RunTime
,RunTimeOperations
public class _CodeBaseStub extends ObjectImpl implements CodeBase
com/sun/org/omg/SendingContext/_CodeBaseStub.java Generated by the IDL-to-Java compiler (portable), version "3.0" from rt.idl Thursday, May 6, 1999 1:52:08 AM PDT- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String[]
__ids
-
Constructor Summary
Constructors Constructor Description _CodeBaseStub()
_CodeBaseStub(Delegate delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
_ids()
Retrieves a string array containing the repository identifiers supported by thisObjectImpl
object.java.lang.String[]
bases(java.lang.String x)
Repository
get_ir()
java.lang.String
implementation(java.lang.String x)
java.lang.String[]
implementations(java.lang.String[] x)
FullValueDescription
meta(java.lang.String x)
FullValueDescription[]
metas(java.lang.String[] x)
private void
readObject(java.io.ObjectInputStream s)
private void
writeObject(java.io.ObjectOutputStream s)
-
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, 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_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
-
-
-
-
Constructor Detail
-
_CodeBaseStub
public _CodeBaseStub()
-
_CodeBaseStub
public _CodeBaseStub(Delegate delegate)
-
-
Method Detail
-
get_ir
public Repository get_ir()
- Specified by:
get_ir
in interfaceCodeBaseOperations
-
implementation
public java.lang.String implementation(java.lang.String x)
- Specified by:
implementation
in interfaceCodeBaseOperations
-
implementations
public java.lang.String[] implementations(java.lang.String[] x)
- Specified by:
implementations
in interfaceCodeBaseOperations
-
meta
public FullValueDescription meta(java.lang.String x)
- Specified by:
meta
in interfaceCodeBaseOperations
-
metas
public FullValueDescription[] metas(java.lang.String[] x)
- Specified by:
metas
in interfaceCodeBaseOperations
-
bases
public java.lang.String[] bases(java.lang.String x)
- Specified by:
bases
in interfaceCodeBaseOperations
-
_ids
public java.lang.String[] _ids()
Description copied from class:ObjectImpl
Retrieves a string array containing the repository identifiers supported by thisObjectImpl
object. For example, for a stub, this method returns information about all the interfaces supported by the stub.- Specified by:
_ids
in classObjectImpl
- Returns:
- the array of all repository identifiers supported by this
ObjectImpl
instance
-
readObject
private void readObject(java.io.ObjectInputStream s)
-
writeObject
private void writeObject(java.io.ObjectOutputStream s)
-
-