Package com.sun.corba.ee.impl.io
Class FVDCodeBaseImpl
- java.lang.Object
-
- org.omg.CORBA.portable.ObjectImpl
-
- com.sun.org.omg.SendingContext._CodeBaseImplBase
-
- com.sun.corba.ee.impl.io.FVDCodeBaseImpl
-
- All Implemented Interfaces:
CodeBase
,CodeBaseOperations
,java.io.Serializable
,Object
,IDLEntity
,InvokeHandler
,RunTime
,RunTimeOperations
public class FVDCodeBaseImpl extends _CodeBaseImplBase
This class acts as the remote interface to receivers wishing to retrieve the information of a remote Class.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.Map<java.lang.String,FullValueDescription>
fvds
private ORB
orb
private ValueHandlerImpl
vhandler
private static OMGSystemException
wrapper
-
Constructor Summary
Constructors Constructor Description FVDCodeBaseImpl(ValueHandler vh)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
Methods inherited from class com.sun.org.omg.SendingContext._CodeBaseImplBase
_ids, _invoke
-
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
-
-
-
-
Field Detail
-
fvds
private static java.util.Map<java.lang.String,FullValueDescription> fvds
-
orb
private transient ORB orb
-
wrapper
private static final OMGSystemException wrapper
-
vhandler
private transient ValueHandlerImpl vhandler
-
-
Constructor Detail
-
FVDCodeBaseImpl
public FVDCodeBaseImpl(ValueHandler vh)
-
-
Method Detail
-
get_ir
public Repository get_ir()
-
implementation
public java.lang.String implementation(java.lang.String x)
-
implementations
public java.lang.String[] implementations(java.lang.String[] x)
-
meta
public FullValueDescription meta(java.lang.String x)
-
metas
public FullValueDescription[] metas(java.lang.String[] x)
-
bases
public java.lang.String[] bases(java.lang.String x)
-
-