SSLexample.hello
Class HelloPOATie

java.lang.Object
  |
  +--org.omg.PortableServer.Servant
        |
        +--SSLexample.hello.HelloPOA
              |
              +--SSLexample.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 $
Author:

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
 

Constructor Detail

HelloPOATie

public HelloPOATie(HelloOperations delegate)
Constructor declaration

Parameters:
delegate -
See Also:

HelloPOATie

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

Parameters:
delegate -
poa -
See Also:
Method Detail

_delegate

public HelloOperations _delegate()
Method declaration

Returns:
See Also:

_delegate

public void _delegate(HelloOperations delegate)
Method declaration

Parameters:
delegate -
See Also:

_default_POA

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

Overrides:
_default_POA in class org.omg.PortableServer.Servant
Returns:
See Also:

say_hello

public void say_hello()
Method declaration

See Also:


Copyright © 2000 University of California. All Rights Reserved.