Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

SSLexample.hello
Class Hello_impl  view Hello_impl download Hello_impl.java

java.lang.Object
  extended byorg.omg.PortableServer.Servant
      extended bySSLexample.hello.HelloPOA
          extended bySSLexample.hello.Hello_impl
All Implemented Interfaces:
HelloOperations, org.omg.CORBA.portable.InvokeHandler

public class Hello_impl
extends HelloPOA

Class declaration

Version:
$Revision: 1.12 $ $Date: 2002/07/11 22:31:00 $

Field Summary
private  gov.lanl.SSLTools.ServiceInterface service
          Provides access to services like current peer...
 
Fields inherited from class SSLexample.hello.HelloPOA
_ob_ids_
 
Fields inherited from class org.omg.PortableServer.Servant
 
Constructor Summary
(package private) Hello_impl(gov.lanl.SSLTools.ServiceInterface inService)
          Constructor declaration inService
 
Method Summary
 void say_hello()
          Method declaration
 
Methods inherited from class SSLexample.hello.HelloPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

private gov.lanl.SSLTools.ServiceInterface service
Provides access to services like current peer...

Constructor Detail

Hello_impl

Hello_impl(gov.lanl.SSLTools.ServiceInterface inService)
Constructor declaration inService

Method Detail

say_hello

public void say_hello()
Method declaration