Uses of Interface
HelloApp.Hello

Packages that use Hello
HelloApp   
 

Uses of Hello in HelloApp
 

Classes in HelloApp that implement Hello
 class _HelloStub
          HelloApp/_HelloStub.java .
 

Fields in HelloApp declared as Hello
 Hello HelloHolder.value
           
 

Methods in HelloApp that return Hello
 Hello HelloPOA._this()
           
 Hello HelloPOA._this(org.omg.CORBA.ORB orb)
           
static Hello HelloHelper.extract(org.omg.CORBA.Any a)
           
static Hello HelloHelper.narrow(org.omg.CORBA.Object obj)
           
static Hello HelloHelper.read(org.omg.CORBA.portable.InputStream istream)
           
static Hello HelloHelper.unchecked_narrow(org.omg.CORBA.Object obj)
           
 

Methods in HelloApp with parameters of type Hello
static void HelloHelper.insert(org.omg.CORBA.Any a, Hello that)
           
static void HelloHelper.write(org.omg.CORBA.portable.OutputStream ostream, Hello value)
           
 

Constructors in HelloApp with parameters of type Hello
HelloHolder(Hello initialValue)