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

Quick Search    Search Deep

SSLexample.hello
Class HelloPOATie  view HelloPOATie download HelloPOATie.java

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

public class HelloPOATie
extends HelloPOA

Class declaration

Version:
$Revision: 1.4 $ $Date: 2002/05/07 20:44:41 $

Field Summary
private  HelloOperations _ob_delegate_
           
private  org.omg.PortableServer.POA _ob_poa_
           
 
Fields inherited from class SSLexample.hello.HelloPOA
_ob_ids_
 
Fields inherited from class org.omg.PortableServer.Servant
 
Constructor Summary
HelloPOATie(HelloOperations delegate)
          Constructor declaration
HelloPOATie(HelloOperations delegate, org.omg.PortableServer.POA poa)
          Constructor declaration
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
          Method declaration
 HelloOperations _delegate()
          Method declaration
 void _delegate(HelloOperations delegate)
          Method declaration
 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
_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

_ob_delegate_

private HelloOperations _ob_delegate_

_ob_poa_

private org.omg.PortableServer.POA _ob_poa_
Constructor Detail

HelloPOATie

public HelloPOATie(HelloOperations delegate)
Constructor declaration


HelloPOATie

public HelloPOATie(HelloOperations delegate,
                   org.omg.PortableServer.POA poa)
Constructor declaration

Method Detail

_delegate

public HelloOperations _delegate()
Method declaration


_delegate

public void _delegate(HelloOperations delegate)
Method declaration


_default_POA

public org.omg.PortableServer.POA _default_POA()
Method declaration


say_hello

public void say_hello()
Method declaration