Inheritance diagram for InProcImageServer::

Public Methods | |
| org.omg.CORBA.Object | getInitialObject (String name) throws org.omg.CORBA.ORBPackage.InvalidName |
| HxCorba.Constructor | constructor () |
|
|
Reimplemented from ImageServer.
00019 {
00020 String ref = getInitialObjectReference(name);
00021 if(ref == null) throw new org.omg.CORBA.ORBPackage.InvalidName();
00022
00023 return CorbaMediator.instance().string_to_object(ref);
00024 }
|
|
|
Reimplemented from ImageServer.
00027 {
00028 if(_constructor == null) {
00029 String ref = getInitialObjectReference("Constructor");
00030 if(ref != null) {
00031 org.omg.CORBA.Object obj = CorbaMediator.instance().string_to_object(ref);
00032 _constructor = HxCorba.ConstructorHelper.narrow(obj);
00033 }
00034 }
00035
00036 return _constructor;
00037 }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001